[VirtualBox-kmod] Add changelog
by Nicolas Chauvet
commit a8cd82550099dce5457c5f0b4a5d5271b4842867
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Jun 28 14:10:34 2017 +0200
Add changelog
VirtualBox-kmod.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 5fd9f82..3ff54d8 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -30,7 +30,7 @@
Name: VirtualBox-kmod
Version: 5.1.22
#Release: 1%%{?prerel:.%%{prerel}}%%{?dist}
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Kernel module for VirtualBox
Group: System Environment/Kernel
@@ -108,6 +108,9 @@ DIRS=$(ls %{name}-%{version} |wc -l)
%changelog
+* Wed Jun 28 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 5.1.22-2
+- Allow to build pre-built kmod on el
+
* Fri Jun 16 2017 Sérgio Basto <sergio(a)serjux.com> - 5.1.22-1
- Update VBox to 5.1.22
7 years, 4 months
[VirtualBox-kmod] Allow to build pre-built kmod on el
by Nicolas Chauvet
commit 7e3c01f791545e1a05f461f81a18f5eaf95f7af8
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Jun 28 14:10:00 2017 +0200
Allow to build pre-built kmod on el
VirtualBox-kmod.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/VirtualBox-kmod.spec b/VirtualBox-kmod.spec
index 2420699..5fd9f82 100644
--- a/VirtualBox-kmod.spec
+++ b/VirtualBox-kmod.spec
@@ -3,9 +3,11 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
+%if 0%{?fedora}
%global buildforkernels akmod
%global debug_package %{nil}
+%endif
#akmods still generate debuginfo but have the wrong name:
#/var/cache/akmods/VirtualBox/VirtualBox-kmod-debuginfo-5.0.4-1.fc21.x86_64.rpm
#/var/cache/akmods/VirtualBox/kmod-VirtualBox-4.1.8-100.fc21.x86_64-5.0.4-1.fc21.x86_64.rpm
7 years, 4 months
[xtables-addons-kmod] Update header
by Nicolas Chauvet
commit 4bae30379caa2e0c12a76d20d333f3e6ac868c18
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Jun 28 13:53:44 2017 +0200
Update header
xtables-addons-kmod.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/xtables-addons-kmod.spec b/xtables-addons-kmod.spec
index c7cd071..87296ca 100644
--- a/xtables-addons-kmod.spec
+++ b/xtables-addons-kmod.spec
@@ -3,9 +3,10 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
+%if 0%{?fedora}
%global buildforkernels akmod
-
%global debug_package %{nil}
+%endif
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
7 years, 4 months
[xtables-addons-kmod/f24] Update header
by Nicolas Chauvet
commit 89f616254dd1aeb5178d55bdca373ffb1664e6df
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Jun 28 13:53:44 2017 +0200
Update header
xtables-addons-kmod.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/xtables-addons-kmod.spec b/xtables-addons-kmod.spec
index e3dd71c..bce5271 100644
--- a/xtables-addons-kmod.spec
+++ b/xtables-addons-kmod.spec
@@ -3,9 +3,10 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
+%if 0%{?fedora}
%global buildforkernels akmod
-
%global debug_package %{nil}
+%endif
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
7 years, 4 months
[ndiswrapper] Drop merged patch
by Nicolas Chauvet
commit 7f7b186109bac99c445f3366613293791fcf68ad
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Jun 28 10:50:07 2017 +0200
Drop merged patch
Fixed-compilation-issue-with-utils.patch | 47 --------------------------------
ndiswrapper.spec | 2 --
2 files changed, 49 deletions(-)
---
diff --git a/ndiswrapper.spec b/ndiswrapper.spec
index f7e7af1..1c61206 100644
--- a/ndiswrapper.spec
+++ b/ndiswrapper.spec
@@ -8,7 +8,6 @@ License: GPLv2
Group: System Environment/Kernel
URL: http://ndiswrapper.sourceforge.net
Source0: http://downloads.sf.net/ndiswrapper/ndiswrapper-%{version}%{?pre}.tar.gz
-Patch0: Fixed-compilation-issue-with-utils.patch
BuildRequires: perl-generators
Provides: %{name}-kmod-common = %{version}
@@ -30,7 +29,6 @@ http://ndiswrapper.sourceforge.net
%prep
%setup -q -n %{name}-%{version}%{?pre}
-%patch0 -p2
%build
7 years, 5 months
[ndiswrapper] Update to 1.61
by Nicolas Chauvet
commit 351baff518d7c5f02e83795958f610f21eace017
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Jun 28 10:32:40 2017 +0200
Update to 1.61
.gitignore | 3 +--
ndiswrapper.spec | 21 ++++++++-------------
sources | 2 +-
3 files changed, 10 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index de26292..52ae49b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/ndiswrapper-1.59.tar.gz
-/ndiswrapper-1.60.tar.gz
+ndiswrapper-*.tar.gz
diff --git a/ndiswrapper.spec b/ndiswrapper.spec
index e73c4a2..f7e7af1 100644
--- a/ndiswrapper.spec
+++ b/ndiswrapper.spec
@@ -2,13 +2,12 @@
Summary: Ndiswrapper wraps around Windows WLAN drivers within Linux
Name: ndiswrapper
-Version: 1.60
-Release: 3%{?pre}%{?dist}
+Version: 1.61
+Release: 1%{?pre}%{?dist}
License: GPLv2
Group: System Environment/Kernel
URL: http://ndiswrapper.sourceforge.net
Source0: http://downloads.sf.net/ndiswrapper/ndiswrapper-%{version}%{?pre}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Patch0: Fixed-compilation-issue-with-utils.patch
BuildRequires: perl-generators
@@ -35,23 +34,16 @@ http://ndiswrapper.sourceforge.net
%build
-make %{?_smp_mflags} -C utils CFLAGS="${RPM_OPT_FLAGS} -I`pwd`/driver"
+%make_build -C utils CFLAGS="%{optflags} -I`pwd`/driver"
%install
-rm -rf $RPM_BUILD_ROOT
-make -C utils DESTDIR=$RPM_BUILD_ROOT install
-mkdir -m755 -p $RPM_BUILD_ROOT/%{_sysconfdir}/ndiswrapper
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%make_install -C utils
+mkdir -m755 -p %{buildroot}%{_sysconfdir}/ndiswrapper
%files
-%defattr(0644,root,root,0755)
%doc README AUTHORS ChangeLog INSTALL
-%defattr(0755,root,root)
%dir %{_sysconfdir}/ndiswrapper
%{_sbindir}/ndiswrapper
/sbin/loadndisdriver
@@ -59,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Jun 28 2017 Nicolas Chauvet <kwizart(a)gmail.com> - 1.61-1
+- Update to 1.61
+
* Mon Mar 20 2017 RPM Fusion Release Engineering <kwizart(a)rpmfusion.org> - 1.60-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
diff --git a/sources b/sources
index c76f780..d3b7d83 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c534d8d5b0c584fabf7d397f6922c5d4 ndiswrapper-1.60.tar.gz
+fe6056a87dfaa1ea7a4500919baf7905 ndiswrapper-1.61.tar.gz
7 years, 5 months
[ndiswrapper-kmod/el7] Fix merge
by Nicolas Chauvet
commit befcfc16f6ccd1eeea9f646cae306cb04e2a943f
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Wed Jun 28 10:22:21 2017 +0200
Fix merge
ndiswrapper-kmod.spec | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/ndiswrapper-kmod.spec b/ndiswrapper-kmod.spec
index 4a13041..4c76d82 100644
--- a/ndiswrapper-kmod.spec
+++ b/ndiswrapper-kmod.spec
@@ -18,7 +18,6 @@ URL: http://ndiswrapper.sourceforge.net
Source0: http://downloads.sf.net/ndiswrapper/ndiswrapper-%{version}%{?pre}.tar.gz
Source11: ndiswrapper-kmodtool-excludekernel-filterfile
Patch0: ndiswrapper-kmod-nomodinfo.patch
-Patch1: ndiswrapper-4.7-kernel.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# needed for plague to make sure it builds for i586 and i686
@@ -50,8 +49,6 @@ kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterfi
%setup -q -c -T -a 0 -n %{name}-%{version}%{?pre}
(cd ndiswrapper-%{version}%{?pre} ;
%patch0 -p1 -b .orig
-%patch1 -p1 -b .orig
-%patch2 -p1 -b .orig
)
sed -i 's|/sbin/depmod -a|/bin/true|' ndiswrapper-%{version}%{?pre}/driver/Makefile
for kernel_version in %{?kernel_versions} ; do
7 years, 5 months