rpms/VirtualBox/F-19 VirtualBox.spec,1.44,1.45
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31767
Modified Files:
VirtualBox.spec
Log Message:
* Sun Jun 30 2013 Sérgio Basto <sergio(a)serjux.com> - 4.2.14-2
- Bugfix, forgot rename *.modules to *.conf, as defined in modules-load.d(5) .
Index: VirtualBox.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-19/VirtualBox.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- VirtualBox.spec 29 Jun 2013 13:00:15 -0000 1.44
+++ VirtualBox.spec 30 Jun 2013 03:24:14 -0000 1.45
@@ -27,7 +27,7 @@
Name: VirtualBox
Version: 4.2.14
-Release: 1%{?prerel:.%{prerel}}%{?dist}
+Release: 2%{?prerel:.%{prerel}}%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
@@ -442,8 +442,8 @@
install -p -m 0644 -D %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/60-vboxguest.rules
# Install modules load script
-install -p -m 0755 -D %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/modules-load.d/%{name}.modules
-install -p -m 0755 -D %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/modules-load.d/%{name}-guest.modules
+install -p -m 0755 -D %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/modules-load.d/%{name}.conf
+install -p -m 0755 -D %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/modules-load.d/%{name}-guest.conf
# Module Source Code
mkdir -p %{name}-kmod-%{version}
@@ -570,7 +570,7 @@
%dir %{_sysconfdir}/vbox
%config %{_sysconfdir}/vbox/vbox.cfg
%config %{_sysconfdir}/udev/rules.d/90-vboxdrv.rules
-%config %{_sysconfdir}/modules-load.d/%{name}.modules
+%config %{_sysconfdir}/modules-load.d/%{name}.conf
%doc COPYING*
%doc doc/*.*
%if %{enable_docs}
@@ -605,7 +605,7 @@
#%{_sysconfdir}/xdg/autostart/vboxclient.desktop
%exclude %{_datadir}/gdm
%config %{_sysconfdir}/udev/rules.d/60-vboxguest.rules
-%config %{_sysconfdir}/modules-load.d/%{name}-guest.modules
+%config %{_sysconfdir}/modules-load.d/%{name}-guest.conf
%doc COPYING
%{_unitdir}/vboxservice.service
@@ -615,6 +615,9 @@
%changelog
+* Sun Jun 30 2013 Sérgio Basto <sergio(a)serjux.com> - 4.2.14-2
+- Bugfix, forgot rename *.modules to *.conf, as defined in modules-load.d(5) .
+
* Sat Jun 29 2013 Sérgio Basto <sergio(a)serjux.com> - 4.2.14-1
- Change strings instructions to load modules.
- New upstream release.
11 years, 4 months
rpms/VirtualBox/devel VirtualBox.spec,1.45,1.46
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31721
Modified Files:
VirtualBox.spec
Log Message:
* Sun Jun 30 2013 Sérgio Basto <sergio(a)serjux.com> - 4.2.14-2
- Bugfix, forgot rename *.modules to *.conf, as defined in modules-load.d(5) .
Index: VirtualBox.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/devel/VirtualBox.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- VirtualBox.spec 29 Jun 2013 04:58:46 -0000 1.45
+++ VirtualBox.spec 30 Jun 2013 03:23:17 -0000 1.46
@@ -27,7 +27,7 @@
Name: VirtualBox
Version: 4.2.14
-Release: 1%{?prerel:.%{prerel}}%{?dist}
+Release: 2%{?prerel:.%{prerel}}%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
@@ -442,8 +442,8 @@
install -p -m 0644 -D %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/60-vboxguest.rules
# Install modules load script
-install -p -m 0755 -D %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/modules-load.d/%{name}.modules
-install -p -m 0755 -D %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/modules-load.d/%{name}-guest.modules
+install -p -m 0755 -D %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/modules-load.d/%{name}.conf
+install -p -m 0755 -D %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/modules-load.d/%{name}-guest.conf
# Module Source Code
mkdir -p %{name}-kmod-%{version}
@@ -570,7 +570,7 @@
%dir %{_sysconfdir}/vbox
%config %{_sysconfdir}/vbox/vbox.cfg
%config %{_sysconfdir}/udev/rules.d/90-vboxdrv.rules
-%config %{_sysconfdir}/modules-load.d/%{name}.modules
+%config %{_sysconfdir}/modules-load.d/%{name}.conf
%doc COPYING*
%doc doc/*.*
%if %{enable_docs}
@@ -605,7 +605,7 @@
#%{_sysconfdir}/xdg/autostart/vboxclient.desktop
%exclude %{_datadir}/gdm
%config %{_sysconfdir}/udev/rules.d/60-vboxguest.rules
-%config %{_sysconfdir}/modules-load.d/%{name}-guest.modules
+%config %{_sysconfdir}/modules-load.d/%{name}-guest.conf
%doc COPYING
%{_unitdir}/vboxservice.service
@@ -615,6 +615,9 @@
%changelog
+* Sun Jun 30 2013 Sérgio Basto <sergio(a)serjux.com> - 4.2.14-2
+- Bugfix, forgot rename *.modules to *.conf, as defined in modules-load.d(5) .
+
* Sat Jun 29 2013 Sérgio Basto <sergio(a)serjux.com> - 4.2.14-1
- Change strings instructions to load modules.
- New upstream release.
11 years, 4 months
rpms/VirtualBox-kmod/F-19 VirtualBox-kmod.spec,1.19,1.20
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/VirtualBox-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv888
Modified Files:
VirtualBox-kmod.spec
Log Message:
Update for testing
Index: VirtualBox-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-kmod/F-19/VirtualBox-kmod.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- VirtualBox-kmod.spec 29 Jun 2013 17:45:06 -0000 1.19
+++ VirtualBox-kmod.spec 29 Jun 2013 21:39:22 -0000 1.20
@@ -3,7 +3,7 @@
# "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
-#global buildforkernels current
+%global buildforkernels newest
# In prerelease builds (such as betas), this package has the same
# major version number, while the kernel module abi is not guarranteed
@@ -20,7 +20,7 @@
Name: VirtualBox-kmod
Version: 4.2.14
-Release: 1%{?prerel:.%{prerel}}%{?dist}
+Release: 1%{?prerel:.%{prerel}}%{?dist}.1
Summary: Kernel module for VirtualBox
Group: System Environment/Kernel
@@ -98,6 +98,9 @@
%changelog
+* Sat Jun 29 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 4.2.14-1.1
+- Rebuilt for kernel
+
* Sat Jun 29 2013 Sérgio Basto <sergio(a)serjux.com> - 4.2.14-1
- New upstream release and akmods.
11 years, 4 months
rpms/wl-kmod/F-19 wl-kmod.spec,1.78,1.79
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv535
Modified Files:
wl-kmod.spec
Log Message:
* Sat Jun 29 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-10.5
- Rebuilt for kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-19/wl-kmod.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- wl-kmod.spec 14 Jun 2013 14:37:25 -0000 1.78
+++ wl-kmod.spec 29 Jun 2013 21:34:28 -0000 1.79
@@ -3,11 +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
-%global buildforkernels current
+%global buildforkernels newest
Name: wl-kmod
Version: 5.100.82.112
-Release: 10%{?dist}.4
+Release: 10%{?dist}.5
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -101,6 +101,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat Jun 29 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-10.5
+- Rebuilt for kernel
+
* Fri Jun 14 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-10.4
- Rebuilt for current f19 kernel
11 years, 4 months
rpms/nvidia-kmod/F-19 nvidia-kmod.spec,1.121,1.122
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv394
Modified Files:
nvidia-kmod.spec
Log Message:
* Sat Jun 29 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1:319.23-1.4
- Rebuilt for kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-19/nvidia-kmod.spec,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- nvidia-kmod.spec 14 Jun 2013 14:37:13 -0000 1.121
+++ nvidia-kmod.spec 29 Jun 2013 21:34:15 -0000 1.122
@@ -3,13 +3,13 @@
# "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
-%global buildforkernels current
+%global buildforkernels newest
Name: nvidia-kmod
Epoch: 1
Version: 319.23
# Taken over by kmodtool
-Release: 1%{?dist}.3
+Release: 1%{?dist}.4
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -84,6 +84,9 @@
%changelog
+* Sat Jun 29 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1:319.23-1.4
+- Rebuilt for kernel
+
* Fri Jun 14 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1:319.23-1.3
- Rebuilt for current f19 kernel
11 years, 4 months
rpms/nvidia-304xx-kmod/F-19 nvidia-304xx-kmod.spec,1.4,1.5
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv32730
Modified Files:
nvidia-304xx-kmod.spec
Log Message:
* Sat Jun 29 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 304.88-1.4
- Rebuilt for kernel
Index: nvidia-304xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-304xx-kmod/F-19/nvidia-304xx-kmod.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nvidia-304xx-kmod.spec 14 Jun 2013 14:37:02 -0000 1.4
+++ nvidia-304xx-kmod.spec 29 Jun 2013 21:34:00 -0000 1.5
@@ -3,12 +3,12 @@
# "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
-%global buildforkernels current
+%global buildforkernels newest
Name: nvidia-304xx-kmod
Version: 304.88
# Taken over by kmodtool
-Release: 1%{?dist}.3
+Release: 1%{?dist}.4
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -80,6 +80,9 @@
%changelog
+* Sat Jun 29 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 304.88-1.4
+- Rebuilt for kernel
+
* Fri Jun 14 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 304.88-1.3
- Rebuilt for current f19 kernel
11 years, 4 months
rpms/nvidia-173xx-kmod/F-19 nvidia-173xx-kmod.spec,1.52,1.53
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv32605
Modified Files:
nvidia-173xx-kmod.spec
Log Message:
* Sat Jun 29 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.37-1.5
- Rebuilt for kernel
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-19/nvidia-173xx-kmod.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- nvidia-173xx-kmod.spec 14 Jun 2013 14:36:51 -0000 1.52
+++ nvidia-173xx-kmod.spec 29 Jun 2013 21:33:48 -0000 1.53
@@ -3,12 +3,12 @@
# "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
-%global buildforkernels current
+%global buildforkernels newest
Name: nvidia-173xx-kmod
Version: 173.14.37
# Taken over by kmodtool
-Release: 1%{?dist}.4
+Release: 1%{?dist}.5
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -89,6 +89,9 @@
%changelog
+* Sat Jun 29 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.37-1.5
+- Rebuilt for kernel
+
* Fri Jun 14 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.37-1.4
- Rebuilt for current f19 kernel
11 years, 4 months
rpms/catalyst-kmod/F-19 catalyst-kmod.spec,1.24,1.25
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/catalyst-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv32451
Modified Files:
catalyst-kmod.spec
Log Message:
* Sat Jun 29 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 13.6-0.1.beta.4
- Rebuilt for kernel
* Wed May 29 2013 Leigh Scott <leigh123linux(a)googlemail.com> - 13.6-0.1.beta
- Update to Catalyst 13.6beta (internal version 13.101)
Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-19/catalyst-kmod.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- catalyst-kmod.spec 14 Jun 2013 14:36:38 -0000 1.24
+++ catalyst-kmod.spec 29 Jun 2013 21:33:36 -0000 1.25
@@ -3,7 +3,7 @@
# "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
-%global buildforkernels current
+%global buildforkernels newest
# Tweak to have debuginfo - part 1/2
%if 0%{?fedora} > 7
@@ -13,7 +13,7 @@
Name: catalyst-kmod
Version: 13.6
-Release: 0.1.beta%{?dist}.3
+Release: 0.1.beta%{?dist}.4
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -97,6 +97,9 @@
%changelog
+* Sat Jun 29 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 13.6-0.1.beta.4
+- Rebuilt for kernel
+
* Fri Jun 14 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 13.6-0.1.beta.3
- Rebuilt for current f19 kernel
11 years, 4 months
rpms/xtables-addons-kmod/F-19 xtables-addons-kmod.spec,1.36,1.37
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31964
Modified Files:
xtables-addons-kmod.spec
Log Message:
* Sat Jun 29 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3-3.1
- Rebuilt for kernel
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-19/xtables-addons-kmod.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- xtables-addons-kmod.spec 29 Jun 2013 10:32:41 -0000 1.36
+++ xtables-addons-kmod.spec 29 Jun 2013 21:23:23 -0000 1.37
@@ -3,12 +3,12 @@
# "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
-%global buildforkernels current
+%global buildforkernels newest
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
Version: 2.3
-Release: 3%{?dist}
+Release: 3%{?dist}.1
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
@@ -66,6 +66,9 @@
rm -rf %{buildroot}
%changelog
+* Sat Jun 29 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3-3.1
+- Rebuilt for kernel
+
* Sat Jun 29 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3-3
- Rebuilt for current f19 kernel
11 years, 4 months
rpms/staging-kmod/F-19 staging-kmod.spec,1.32,1.33
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/staging-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31741
Modified Files:
staging-kmod.spec
Log Message:
* Sat Jun 29 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 3.9.2-2.6
- Rebuilt for kernel
11 years, 4 months