New member, package review, questions about template .spec
by Philip Prindeville
Hi.
I've been developing packages for 6 or 7 years now, and I'm a contributor to Fedora (and occasionally EPEL).
I have the bad habit of buying discount hardware from vendors that do a poor job upstreaming their drivers into linux-next, so... I end up having to package (or repackage) drivers.
Most recently, the Perle Systems Speed/LE-8 PCI Octal serial card... but they mostly support Linux 2.2 and 2.4 and apparently aren't familiar with kbuild's.
Anyway, so I've taken their driver and repackaged it for rpmfusion. My first cut is here:
ftp://ftp.redfish-solutions.com/pub/perle-serial-kmod-3.8.0-6.1.fc16.1.sr...
Anyway, I noticed the following things I had to change to the .spec file I cut and pasted from the Wiki to get it to work:
(1) added the lines
%define repo rpmfusion
%define _name foo
as %{repo} is undefined otherwise. This might be a glitch in my installing the rpmfusion stuff improperly.
Also, there are places (listed below) where you want the module name without the -kmod suffix.
(2) modified the line
Release: 1{?dist}.1
there's a missing "%" before the "{". And changed:
Name: %{_name}-kmod
(3) modified the lines:
# needed for plague to make sure it builds for i586 and i686
ExclusiveArch: i586 i686 x86_64 ppc ppc64
not sure why "ppc" and "ppc64" are included... that seems to contradict the accompanying comment (which probably should mention x86_64 but doesn't).
(4) added the lines:
%package common
Summary: Foo userland files.
Group: System Environment/Kernel
Requires: %{name}
%description common
Userland support for Foo.
as well as the lines:
%files common
%defattr (-,root,root,-)
%config(noreplace) %{_sysconfdir}/modprobe.d/%{_name}.conf
%post common
/sbin/modprobe %{_name}
%preun common
/sbin/modprobe -r %{_name}
further down. My modprobe.d/foo.conf file is %{SOURCE1} in my .spec.
(5) commented out this line:
kmodtool --target %{_target_cpu} --repo %{repo} --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null
(6) modified the loop:
for kernel_version in %{?kernel_versions} ; do
cp -a foo-%{version} _kmod_build_${kernel_version%%___*}
done
to use %{_name} instead of "foo".
(7) modified the loop:
for kernel_version in %{?kernel_versions}; do
make install DESTDIR=${RPM_BUILD_ROOT} KMODPATH=%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}
# install -D -m 755 _kmod_build_${kernel_version%%___*}/foo/foo.ko ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/foo.kmod
done
this shouldn't install into .../foo.kmod but into ".../foo.ko" instead.
(8) added the lines to the %install section:
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/modprobe.d/
%{__cp} -p %{SOURCE1} ${RPM_BUILD_ROOT}%{_sysconfdir}/modprobe.d/%{_name}.conf
Please review my package and let me know if I'm mistaken about any of the changes above, or if they should be integrated into the Wiki.
Thanks,
-Philip
12 years, 11 months
Bundling exception
by Alec Leamas
Applying for bundling exception: boost-logging in bombono-dvd
I have submitted bug 2140, a review request for bombono-dvd. It contains
one possibly bundled library boost-logging. It's a header only package
in boost sandbox. It has been rejected for inclusion in boost, and it's
not part of Fedora.
This application is based on the assumption that a header-only package
is a "bundled package" in the packaging context. If I'm wrong in this,
please let me know, and many problems are solved...
The situation has been discussed in the bug. All agree on that the
correct, long-term solution is to use the upcoming boost-log package
instead. This was accepted for inclusion in boost in early 2010, and
have since then been in development. A fair guess should be that it's
about to be included in core boost in a not so far future.
One alternative in this situation would be to package the existing
boost-logging library separately. Technically, this is easy being
headers only. However, this package is not maintained since 2008. Since
there is no use of it in Fedora today (I've tried to search for the main
header), and that it's really unlikely that any new code will use it,
such a package doesn't make any sense.
The other alternative is to package boost-log separately. This is, from
my horizon, technically more complicated - the boost lib have a build
universe of it's own. But the main problem is that such a package will
conflict with boost core as soon as boost-log is made part of it. Of
course, anything is possible using paths and ifdefs, but it seems like a
wasted effort when boost-log will became available in boost core anyway.
So: I apply for an exception to bundle boost-logging in bombono-dvd, a
temporary measure until boost-log is moved into boost core.
The standard questions:
- Yes, the library has been modified. The overall diff is >6000 lines,
baselined w latest svn version.
- Ilya, the Bombono developer, has been in contact w John Torjo, the
author of the package. As I understand the situation, John torjo has
lost interest in it when it was rejected from inclusion in boost core.
He has not made any attempts to fix things after 2008, including input
from Ilya.
- The package does not exist in Fedora, no maintainer to discuss with.
- The 'bombono version' is of no interest to others as explained above,
nor is the unpatched original sources.
- Upstream is dead.
- Upstream's attitude towards bundling is unknown.
- This is a logging package, basically stream io to files and console.
I see no immediate security concerns in this type of software(?)
- The plan is to unbundle the package when boost-log becomes part of
boost. This should be a minor fix.
Links:
Review request: https://bugzilla.rpmfusion.org/show_bug.cgi?id=2140
boost-logging: http://torjo.com/log2/doc/html/index.html
boost-log: http://boost-log.sourceforge.net/libs/log/doc/html/index.html
boost-logging svn: https://svn.boost.org/svn/boost/sandbox/logging
12 years, 11 months
Preparing an update for FFMpeg/x264 in Rawhide today
by Nicolas Chauvet
Hi,
Along with an update of vlc-2.0-rc1, I would like to make an FFmpeg to
current 0.9.1 version and renew x264.
There shouldn't have ffmpeg ABI change beyond relying on newer x264
(ABI libx264.so.120).
As usual with any ffmpeg update, I will kick a rebuild of MPlayer.
Also as we expect a mass rebuild I will kick a rebuild of several
multimedia packages
I will commit the x264/FFmpeg update ASAP and target a rebuild
probably later this evening.
Then, packages relying on FFmpeg will have to be rebuilt (as part of
the mass rebuilt), I will handle the rebuilt by the end of the week if
not done already.
I would have appreciated that someone else raise it's hand to make the
FFmpeg update, but this didn't happened.
https://bugzilla.rpmfusion.org/show_bug.cgi?id=2120
Talking about FFmpeg, I have an EL6 candidate that I plan to commit
ASAP. it will be based on 0.6 with the expectation to allow a parallel
installation of a newer FFmpeg at a later step. (using
ffmpeg/ffmpeg-compat).
Thx
Nicolas (kwizart)
12 years, 11 months
RPM Fusion (Fedora - free) Package Build Report 2012-01-24
by rpmfusion-pkgs-report@rpmfusion.org
============================================================================
Packages built and released for RPM Fusion (Fedora - free) 16: 1
VirtualBox-OSE-4.1.8-2.fc16
============================================================================
Packages built and released for RPM Fusion (Fedora - free) 15: 58
buildsys-build-rpmfusion-15-25
ndiswrapper-kmod-1.57-0.1rc1.fc15.4
ndiswrapper-kmod-1.57-0.1rc1.fc15.5
ndiswrapper-kmod-1.57-0.1rc1.fc15.6
ndiswrapper-kmod-1.57-0.1rc1.fc15.7
ndiswrapper-kmod-1.57-0.1rc1.fc15.8
ndiswrapper-kmod-1.57-1.fc15.2
openafs-kmod-1.6.0-2.fc15.3
openafs-kmod-1.6.0-2.fc15.4
openafs-kmod-1.6.0-2.fc15.5
openafs-kmod-1.6.0-2.fc15.6
openafs-kmod-1.6.1-0.pre1.fc15.1
openafs-kmod-1.6.1-0.pre1.fc15.2
openafs-kmod-1.6.1-0.pre1.fc15.4
rt2860-kmod-2.4.0.0-2.fc15.15
rt2860-kmod-2.4.0.0-2.fc15.16
rt2860-kmod-2.4.0.0-2.fc15.17
rt2860-kmod-2.4.0.0-2.fc15.18
rt2860-kmod-2.4.0.0-2.fc15.19
rt2860-kmod-2.4.0.0-2.fc15.21
rt2870-kmod-2.4.0.1-2.fc15.15
rt2870-kmod-2.4.0.1-2.fc15.16
rt2870-kmod-2.4.0.1-2.fc15.17
rt2870-kmod-2.4.0.1-2.fc15.18
rt2870-kmod-2.4.0.1-2.fc15.19
rt2870-kmod-2.4.0.1-2.fc15.21
rt3070-kmod-2.3.0.4-2.fc15.15
rt3070-kmod-2.3.0.4-2.fc15.16
rt3070-kmod-2.3.0.4-2.fc15.17
rt3070-kmod-2.3.0.4-2.fc15.18
rt3070-kmod-2.3.0.4-2.fc15.19
rt3070-kmod-2.3.0.4-2.fc15.21
staging-kmod-3.1-4.fc15.2
staging-kmod-3.1-4.fc15.3
staging-kmod-3.1-4.fc15.4
staging-kmod-3.1-5.fc15.2
staging-kmod-3.1-5.fc15.3
staging-kmod-3.1-5.fc15.5
VirtualBox-OSE-kmod-4.1.2-2.fc15.1
VirtualBox-OSE-kmod-4.1.2-2.fc15.2
VirtualBox-OSE-kmod-4.1.2-2.fc15.3
VirtualBox-OSE-kmod-4.1.6-1.fc15.1
VirtualBox-OSE-kmod-4.1.6-1.fc15.2
VirtualBox-OSE-kmod-4.1.6-1.fc15.3
VirtualBox-OSE-kmod-4.1.6-1.fc15.5
west-chamber-kmod-0.0.1-6.20101017svn.fc15.14
west-chamber-kmod-0.0.1-6.20101017svn.fc15.15
west-chamber-kmod-0.0.1-6.20101017svn.fc15.16
west-chamber-kmod-0.0.1-6.20101017svn.fc15.17
west-chamber-kmod-0.0.1-6.20101017svn.fc15.18
west-chamber-kmod-0.0.1-6.20101017svn.fc15.20
xtables-addons-1.41-1.fc15
xtables-addons-kmod-1.39-1.fc15.3
xtables-addons-kmod-1.39-1.fc15.4
xtables-addons-kmod-1.39-1.fc15.5
xtables-addons-kmod-1.39-1.fc15.6
xtables-addons-kmod-1.39-1.fc15.7
xtables-addons-kmod-1.41-1.fc15
============================================================================
Changes in RPM Fusion (Fedora - free) 16:
VirtualBox-OSE-4.1.8-2.fc16
---------------------------
* Sun Jan 15 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.8-2
- Try fix usb/udev problem on updates without reboot computer.
- Improves on xorg17 patch, which is the xorg on guest part, we try build with our sources!.
============================================================================
Changes in RPM Fusion (Fedora - free) 15:
buildsys-build-rpmfusion-15-25
------------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 10:15-25
- rebuild for kernel 2.6.41.10-3.fc15
ndiswrapper-kmod-1.57-0.1rc1.fc15.4
-----------------------------------
* Tue Dec 13 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-0.1rc1.4
- rebuild for updated kernel
ndiswrapper-kmod-1.57-0.1rc1.fc15.5
-----------------------------------
* Sat Dec 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-0.1rc1.5
- rebuild for updated kernel
ndiswrapper-kmod-1.57-0.1rc1.fc15.6
-----------------------------------
* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-0.1rc1.6
- rebuild for updated kernel
ndiswrapper-kmod-1.57-0.1rc1.fc15.7
-----------------------------------
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-0.1rc1.7
- rebuild for updated kernel
* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-0.1rc1.6
- rebuild for updated kernel
* Sat Dec 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-0.1rc1.5
- rebuild for updated kernel
ndiswrapper-kmod-1.57-0.1rc1.fc15.8
-----------------------------------
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-0.1rc1.8
- rebuild for updated kernel
ndiswrapper-kmod-1.57-1.fc15.2
------------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-1.2
- rebuild for updated kernel
openafs-kmod-1.6.0-2.fc15.3
---------------------------
* Tue Dec 13 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.0-2.3
- rebuild for updated kernel
openafs-kmod-1.6.0-2.fc15.4
---------------------------
* Sat Dec 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.0-2.4
- rebuild for updated kernel
openafs-kmod-1.6.0-2.fc15.5
---------------------------
* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.0-2.5
- rebuild for updated kernel
openafs-kmod-1.6.0-2.fc15.6
---------------------------
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.0-2.6
- rebuild for updated kernel
openafs-kmod-1.6.1-0.pre1.fc15.1
--------------------------------
* Fri Jan 06 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-0.pre1.1
- Correct source file for plague
openafs-kmod-1.6.1-0.pre1.fc15.2
--------------------------------
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.1-0.pre1.2
- rebuild for updated kernel
openafs-kmod-1.6.1-0.pre1.fc15.4
--------------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.1-0.pre1.4
- rebuild for updated kernel
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.1-0.pre1.3
- rebuild for updated kernel
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.1-0.pre1.2
- rebuild for updated kernel
* Fri Jan 06 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-0.pre1.1
- Correct source file for plague
* Fri Jan 06 2012 Ken Dreyer <ktdreyer(a)ktdreyer.com> 0:1.6.1-0.pre1
- Update to OpenAFS 1.6.1 pre-release 1
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.0-2.6
- rebuild for updated kernel
* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.0-2.5
- rebuild for updated kernel
* Sat Dec 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.0-2.4
- rebuild for updated kernel
rt2860-kmod-2.4.0.0-2.fc15.15
-----------------------------
* Tue Dec 13 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0.0-2.15
- rebuild for updated kernel
rt2860-kmod-2.4.0.0-2.fc15.16
-----------------------------
* Sat Dec 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0.0-2.16
- rebuild for updated kernel
rt2860-kmod-2.4.0.0-2.fc15.17
-----------------------------
* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0.0-2.17
- rebuild for updated kernel
rt2860-kmod-2.4.0.0-2.fc15.18
-----------------------------
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0.0-2.18
- rebuild for updated kernel
rt2860-kmod-2.4.0.0-2.fc15.19
-----------------------------
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0.0-2.19
- rebuild for updated kernel
rt2860-kmod-2.4.0.0-2.fc15.21
-----------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0.0-2.21
- rebuild for updated kernel
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0.0-2.20
- rebuild for updated kernel
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0.0-2.19
- rebuild for updated kernel
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0.0-2.18
- rebuild for updated kernel
* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0.0-2.17
- rebuild for updated kernel
* Sat Dec 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0.0-2.16
- rebuild for updated kernel
rt2870-kmod-2.4.0.1-2.fc15.15
-----------------------------
* Tue Dec 13 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0.1-2.15
- rebuild for updated kernel
rt2870-kmod-2.4.0.1-2.fc15.16
-----------------------------
* Sat Dec 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0.1-2.16
- rebuild for updated kernel
rt2870-kmod-2.4.0.1-2.fc15.17
-----------------------------
* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0.1-2.17
- rebuild for updated kernel
rt2870-kmod-2.4.0.1-2.fc15.18
-----------------------------
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0.1-2.18
- rebuild for updated kernel
rt2870-kmod-2.4.0.1-2.fc15.19
-----------------------------
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0.1-2.19
- rebuild for updated kernel
rt2870-kmod-2.4.0.1-2.fc15.21
-----------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0.1-2.21
- rebuild for updated kernel
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0.1-2.20
- rebuild for updated kernel
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0.1-2.19
- rebuild for updated kernel
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0.1-2.18
- rebuild for updated kernel
rt3070-kmod-2.3.0.4-2.fc15.15
-----------------------------
* Tue Dec 13 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.0.4-2.15
- rebuild for updated kernel
rt3070-kmod-2.3.0.4-2.fc15.16
-----------------------------
* Sat Dec 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.0.4-2.16
- rebuild for updated kernel
rt3070-kmod-2.3.0.4-2.fc15.17
-----------------------------
* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.0.4-2.17
- rebuild for updated kernel
rt3070-kmod-2.3.0.4-2.fc15.18
-----------------------------
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.0.4-2.18
- rebuild for updated kernel
rt3070-kmod-2.3.0.4-2.fc15.19
-----------------------------
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.0.4-2.19
- rebuild for updated kernel
rt3070-kmod-2.3.0.4-2.fc15.21
-----------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.0.4-2.21
- rebuild for updated kernel
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.0.4-2.20
- rebuild for updated kernel
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.0.4-2.19
- rebuild for updated kernel
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.0.4-2.18
- rebuild for updated kernel
* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.0.4-2.17
- rebuild for updated kernel
staging-kmod-3.1-4.fc15.2
-------------------------
* Tue Dec 13 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-4.2
- rebuild for updated kernel
staging-kmod-3.1-4.fc15.3
-------------------------
* Sat Dec 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-4.3
- rebuild for updated kernel
staging-kmod-3.1-4.fc15.4
-------------------------
* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-4.4
- rebuild for updated kernel
staging-kmod-3.1-5.fc15.2
-------------------------
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-5.2
- rebuild for updated kernel
staging-kmod-3.1-5.fc15.3
-------------------------
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-5.3
- rebuild for updated kernel
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-5.2
- rebuild for updated kernel
* Tue Dec 27 2011 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.1-5.1
- disable SBE_2T3E3, leads to missing symbols (#2107)
staging-kmod-3.1-5.fc15.5
-------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-5.5
- rebuild for updated kernel
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-5.4
- rebuild for updated kernel
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-5.3
- rebuild for updated kernel
VirtualBox-OSE-kmod-4.1.2-2.fc15.1
----------------------------------
* Wed Dec 14 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.2-2.2
- re-add vboxpci and check, because kernel updates have fixed vboxpci compile.
VirtualBox-OSE-kmod-4.1.2-2.fc15.2
----------------------------------
* Sat Dec 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.2-2.2
- rebuild for updated kernel
VirtualBox-OSE-kmod-4.1.2-2.fc15.3
----------------------------------
* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.2-2.3
- rebuild for updated kernel
* Sat Dec 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.2-2.2
- rebuild for updated kernel
VirtualBox-OSE-kmod-4.1.6-1.fc15.1
----------------------------------
* Sat Dec 24 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.6-1.1
- New release
* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.2-2.3
- rebuild for updated kernel
VirtualBox-OSE-kmod-4.1.6-1.fc15.2
----------------------------------
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.6-1.2
- rebuild for updated kernel
VirtualBox-OSE-kmod-4.1.6-1.fc15.3
----------------------------------
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.6-1.3
- rebuild for updated kernel
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.6-1.2
- rebuild for updated kernel
* Sat Dec 24 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.6-1.1
- New release
VirtualBox-OSE-kmod-4.1.6-1.fc15.5
----------------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.6-1.5
- rebuild for updated kernel
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.6-1.4
- rebuild for updated kernel
west-chamber-kmod-0.0.1-6.20101017svn.fc15.14
---------------------------------------------
* Tue Dec 13 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-6.20101017svn.14
- rebuild for updated kernel
west-chamber-kmod-0.0.1-6.20101017svn.fc15.15
---------------------------------------------
* Sat Dec 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-6.20101017svn.15
- rebuild for updated kernel
west-chamber-kmod-0.0.1-6.20101017svn.fc15.16
---------------------------------------------
* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-6.20101017svn.16
- rebuild for updated kernel
west-chamber-kmod-0.0.1-6.20101017svn.fc15.17
---------------------------------------------
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-6.20101017svn.17
- rebuild for updated kernel
west-chamber-kmod-0.0.1-6.20101017svn.fc15.18
---------------------------------------------
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-6.20101017svn.18
- rebuild for updated kernel
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-6.20101017svn.17
- rebuild for updated kernel
west-chamber-kmod-0.0.1-6.20101017svn.fc15.20
---------------------------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-6.20101017svn.20
- rebuild for updated kernel
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-6.20101017svn.19
- rebuild for updated kernel
xtables-addons-1.41-1.fc15
--------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.41-1
- Update to 1.41
xtables-addons-kmod-1.39-1.fc15.3
---------------------------------
* Tue Dec 13 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.39-1.3
- rebuild for updated kernel
xtables-addons-kmod-1.39-1.fc15.4
---------------------------------
* Sat Dec 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.39-1.4
- rebuild for updated kernel
xtables-addons-kmod-1.39-1.fc15.5
---------------------------------
* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.39-1.5
- rebuild for updated kernel
xtables-addons-kmod-1.39-1.fc15.6
---------------------------------
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.39-1.6
- rebuild for updated kernel
xtables-addons-kmod-1.39-1.fc15.7
---------------------------------
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.39-1.7
- rebuild for updated kernel
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.39-1.6
- rebuild for updated kernel
* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1.39-1.5
- rebuild for updated kernel
xtables-addons-kmod-1.41-1.fc15
-------------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.41-1
- Update to 1.41
12 years, 11 months
RPM Fusion (Fedora - nonfree) Package Build Report 2012-01-24
by rpmfusion-pkgs-report@rpmfusion.org
============================================================================
Packages built and released for RPM Fusion (Fedora - nonfree) 15: 19
catalyst-kmod-11.11-1.fc15.3
catalyst-kmod-11.11-1.fc15.4
catalyst-kmod-11.11-1.fc15.5
catalyst-kmod-11.11-1.fc15.6
catalyst-kmod-11.11-1.fc15.7
catalyst-kmod-11.11-1.fc15.9
nvidia-173xx-kmod-173.14.31-1.fc15.10
nvidia-173xx-kmod-173.14.31-1.fc15.11
nvidia-173xx-kmod-173.14.31-1.fc15.12
nvidia-173xx-kmod-173.14.31-1.fc15.13
nvidia-173xx-kmod-173.14.31-1.fc15.14
nvidia-173xx-kmod-173.14.31-1.fc15.16
nvidia-kmod-280.13-2.fc15.10
nvidia-kmod-280.13-2.fc15.11
nvidia-kmod-280.13-2.fc15.12
nvidia-kmod-280.13-2.fc15.13
nvidia-kmod-280.13-2.fc15.14
nvidia-kmod-280.13-2.fc15.16
wl-kmod-5.100.82.112-1.fc15.3
============================================================================
Changes in RPM Fusion (Fedora - nonfree) 15:
catalyst-kmod-11.11-1.fc15.3
----------------------------
* Tue Dec 13 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.3
- rebuild for updated kernel
catalyst-kmod-11.11-1.fc15.4
----------------------------
* Sat Dec 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.4
- rebuild for updated kernel
catalyst-kmod-11.11-1.fc15.5
----------------------------
* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.5
- rebuild for updated kernel
catalyst-kmod-11.11-1.fc15.6
----------------------------
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.6
- rebuild for updated kernel
catalyst-kmod-11.11-1.fc15.7
----------------------------
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.7
- rebuild for updated kernel
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.6
- rebuild for updated kernel
* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.5
- rebuild for updated kernel
catalyst-kmod-11.11-1.fc15.9
----------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.9
- rebuild for updated kernel
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.8
- rebuild for updated kernel
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.7
- rebuild for updated kernel
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.6
- rebuild for updated kernel
* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.5
- rebuild for updated kernel
* Sat Dec 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.4
- rebuild for updated kernel
nvidia-173xx-kmod-173.14.31-1.fc15.10
-------------------------------------
* Tue Dec 13 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.31-1.10
- rebuild for updated kernel
nvidia-173xx-kmod-173.14.31-1.fc15.11
-------------------------------------
* Sat Dec 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.31-1.11
- rebuild for updated kernel
nvidia-173xx-kmod-173.14.31-1.fc15.12
-------------------------------------
* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.31-1.12
- rebuild for updated kernel
nvidia-173xx-kmod-173.14.31-1.fc15.13
-------------------------------------
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.31-1.13
- rebuild for updated kernel
nvidia-173xx-kmod-173.14.31-1.fc15.14
-------------------------------------
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.31-1.14
- rebuild for updated kernel
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.31-1.13
- rebuild for updated kernel
* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.31-1.12
- rebuild for updated kernel
* Sat Dec 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.31-1.11
- rebuild for updated kernel
nvidia-173xx-kmod-173.14.31-1.fc15.16
-------------------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.31-1.16
- rebuild for updated kernel
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.31-1.15
- rebuild for updated kernel
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.31-1.14
- rebuild for updated kernel
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.31-1.13
- rebuild for updated kernel
* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.31-1.12
- rebuild for updated kernel
nvidia-kmod-280.13-2.fc15.10
----------------------------
* Tue Dec 13 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-2.10
- rebuild for updated kernel
nvidia-kmod-280.13-2.fc15.11
----------------------------
* Sat Dec 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-2.11
- rebuild for updated kernel
nvidia-kmod-280.13-2.fc15.12
----------------------------
* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-2.12
- rebuild for updated kernel
nvidia-kmod-280.13-2.fc15.13
----------------------------
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-2.13
- rebuild for updated kernel
nvidia-kmod-280.13-2.fc15.14
----------------------------
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-2.14
- rebuild for updated kernel
* Wed Jan 04 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-2.13
- rebuild for updated kernel
* Fri Dec 23 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-2.12
- rebuild for updated kernel
* Sat Dec 17 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-2.11
- rebuild for updated kernel
nvidia-kmod-280.13-2.fc15.16
----------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-2.16
- rebuild for updated kernel
wl-kmod-5.100.82.112-1.fc15.3
-----------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-1.3
- rebuild for updated kernel
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-1.2
- rebuild for updated kernel
* Wed Jan 11 2012 Nicolas Vieville <nicolas.vieville(a)univ-valenciennes.fr> - 5.100.82.112-1.1
- Corrected broadcom-wl-5.100.82.112-kernel-3.2.patch
* Wed Jan 11 2012 Nicolas Vieville <nicolas.vieville(a)univ-valenciennes.fr> - 5.100.82.112-1
- Updated version to 5.100.82.112
- Added patch to build for kernel >= 3.2 or (>= 2.6.42 and < 3.0.0)
* Mon Jan 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.38-1.9
- rebuild for updated kernel
12 years, 11 months
RPM Fusion (Fedora - nonfree) Package Build Report 2012-01-24
by rpmfusion-pkgs-report@rpmfusion.org
============================================================================
Packages built and released for RPM Fusion (Fedora - nonfree) testing/15: 4
catalyst-kmod-11.11-1.fc15.9
nvidia-173xx-kmod-173.14.31-1.fc15.16
nvidia-kmod-280.13-2.fc15.16
wl-kmod-5.100.82.112-1.fc15.3
============================================================================
Changes in RPM Fusion (Fedora - nonfree) testing/15:
catalyst-kmod-11.11-1.fc15.9
----------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.9
- rebuild for updated kernel
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.8
- rebuild for updated kernel
nvidia-173xx-kmod-173.14.31-1.fc15.16
-------------------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.31-1.16
- rebuild for updated kernel
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.31-1.15
- rebuild for updated kernel
nvidia-kmod-280.13-2.fc15.16
----------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-2.16
- rebuild for updated kernel
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-2.15
- rebuild for updated kernel
wl-kmod-5.100.82.112-1.fc15.3
-----------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-1.3
- rebuild for updated kernel
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-1.2
- rebuild for updated kernel
12 years, 11 months
RPM Fusion (Fedora - free) Package Build Report 2012-01-24
by rpmfusion-pkgs-report@rpmfusion.org
============================================================================
Packages built and released for RPM Fusion (Fedora - free) 16: 4
staging-kmod-3.2.1-1.fc16.1
staging-kmod-addons-3.2.1-1.fc16
xtables-addons-1.41-1.fc16
xtables-addons-kmod-1.41-1.fc16
============================================================================
Packages built and released for RPM Fusion (Fedora - free) testing/15: 10
ndiswrapper-kmod-1.57-1.fc15.2
openafs-kmod-1.6.1-0.pre1.fc15.4
rt2860-kmod-2.4.0.0-2.fc15.21
rt2870-kmod-2.4.0.1-2.fc15.21
rt3070-kmod-2.3.0.4-2.fc15.21
staging-kmod-3.1-5.fc15.5
VirtualBox-OSE-kmod-4.1.6-1.fc15.5
west-chamber-kmod-0.0.1-6.20101017svn.fc15.20
xtables-addons-1.41-1.fc15
xtables-addons-kmod-1.41-1.fc15
============================================================================
Changes in RPM Fusion (Fedora - free) 16:
staging-kmod-3.2.1-1.fc16.1
---------------------------
* Tue Jan 24 2012 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.2.1-1.1
- update to 3.2.1
- drop ATH6K_LEGACY (replaced by a proper driver)
- drop DRM_PSB (enabled in Fedora)
- add RTS5139
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-3.5
- rebuild for updated kernel
staging-kmod-addons-3.2.1-1.fc16
--------------------------------
* Tue Jan 24 2012 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.2.1-1.1
- update to 3.2.1
- drop ATH6K_LEGACY (replaced by a proper driver)
- drop DRM_PSB (enabled in Fedora)
- add RTS5139
xtables-addons-1.41-1.fc16
--------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.41-1
- Update to 1.41
xtables-addons-kmod-1.41-1.fc16
-------------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.41-1
- Update to 1.41
============================================================================
Changes in RPM Fusion (Fedora - free) testing/15:
ndiswrapper-kmod-1.57-1.fc15.2
------------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-1.2
- rebuild for updated kernel
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-1.1
- rebuild for updated kernel
* Wed Jan 11 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.57-1
- Update to 1.57
openafs-kmod-1.6.1-0.pre1.fc15.4
--------------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.1-0.pre1.4
- rebuild for updated kernel
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.1-0.pre1.3
- rebuild for updated kernel
rt2860-kmod-2.4.0.0-2.fc15.21
-----------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0.0-2.21
- rebuild for updated kernel
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0.0-2.20
- rebuild for updated kernel
rt2870-kmod-2.4.0.1-2.fc15.21
-----------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0.1-2.21
- rebuild for updated kernel
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.0.1-2.20
- rebuild for updated kernel
rt3070-kmod-2.3.0.4-2.fc15.21
-----------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.0.4-2.21
- rebuild for updated kernel
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3.0.4-2.20
- rebuild for updated kernel
staging-kmod-3.1-5.fc15.5
-------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-5.5
- rebuild for updated kernel
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 3.1-5.4
- rebuild for updated kernel
VirtualBox-OSE-kmod-4.1.6-1.fc15.5
----------------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.6-1.5
- rebuild for updated kernel
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.6-1.4
- rebuild for updated kernel
west-chamber-kmod-0.0.1-6.20101017svn.fc15.20
---------------------------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-6.20101017svn.20
- rebuild for updated kernel
* Sun Jan 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-6.20101017svn.19
- rebuild for updated kernel
xtables-addons-1.41-1.fc15
--------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.41-1
- Update to 1.41
xtables-addons-kmod-1.41-1.fc15
-------------------------------
* Tue Jan 24 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.41-1
- Update to 1.41
12 years, 11 months