rpms/staging-kmod/devel staging-kmod.spec,1.3,1.4
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22193
Modified Files:
staging-kmod.spec
Log Message:
disable PRISM2_USB on ppc as well
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/devel/staging-kmod.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- staging-kmod.spec 1 Nov 2009 15:47:05 -0000 1.3
+++ staging-kmod.spec 1 Nov 2009 16:01:51 -0000 1.4
@@ -59,7 +59,11 @@
configops="CONFIG_${module}=m CONFIG_${module}_USB=m"
;;
SLICOSS)
- # does not build on ppc as of 011109; tested with 2.6.30.9 and 2.6.31.5
+ # does not build on ppc and ppc64 as of 011109; tested with 2.6.30.9 and 2.6.31.5
+ ( [[ "%{_target_cpu}" == "ppc" ]] || [[ "%{_target_cpu}" == "ppc64" ]] ) && continue
+ ;;
+ PRISM2_USB)
+ # does not build on ppc and ppc64 as of 011109; tested with 2.6.31.5
( [[ "%{_target_cpu}" == "ppc" ]] || [[ "%{_target_cpu}" == "ppc64" ]] ) && continue
;;
**)
@@ -91,7 +95,7 @@
%changelog
* Sun Nov 01 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-1
- update to 2.6.31.5
-- disable SLICOSS on ppc* due to build errors
+- disable SLICOSS and PRISM2_USB on ppc* due to build errors
* Fri Oct 23 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.30.8-2
- enable VIDEO_GO7007
15 years
rpms/staging-kmod/F-11 staging-kmod.spec,1.3,1.4
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21231
Modified Files:
staging-kmod.spec
Log Message:
optional BR must come before kmodtool call
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-11/staging-kmod.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- staging-kmod.spec 1 Nov 2009 15:02:34 -0000 1.3
+++ staging-kmod.spec 1 Nov 2009 15:48:11 -0000 1.4
@@ -26,8 +26,8 @@
ExclusiveArch: i586 i686 x86_64 ppc ppc64
# kmodtool does its magic here
-%{expand:%(kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) }
%{!?kernels:BuildRequires: buildsys-build-rpmfusion-kerneldevpkgs-%{?buildforkernels:%{buildforkernels}}%{!?buildforkernels:current}-%{_target_cpu} }
+%{expand:%(kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) }
%description
15 years
rpms/staging-kmod/devel staging-kmod.spec,1.2,1.3
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21092
Modified Files:
staging-kmod.spec
Log Message:
optional BR must come before kmodtool call
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/devel/staging-kmod.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- staging-kmod.spec 1 Nov 2009 15:13:46 -0000 1.2
+++ staging-kmod.spec 1 Nov 2009 15:47:05 -0000 1.3
@@ -26,8 +26,8 @@
ExclusiveArch: i586 i686 x86_64 ppc ppc64
# kmodtool does its magic here
-%{expand:%(kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) }
%{!?kernels:BuildRequires: buildsys-build-rpmfusion-kerneldevpkgs-%{?buildforkernels:%{buildforkernels}}%{!?buildforkernels:current}-%{_target_cpu} }
+%{expand:%(kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) }
%description
15 years
rpms/VirtualBox-OSE-kmod/F-11 VirtualBox-OSE-kmod.spec,1.31,1.32
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19717
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
Merge from devel
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/F-11/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- VirtualBox-OSE-kmod.spec 20 Oct 2009 17:52:33 -0000 1.31
+++ VirtualBox-OSE-kmod.spec 1 Nov 2009 15:25:29 -0000 1.32
@@ -10,8 +10,8 @@
%bcond_without hardening
Name: VirtualBox-OSE-kmod
-Version: 3.0.8
-Release: 1%{?dist}.1
+Version: 3.0.10
+Release: 1%{?dist}
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -90,7 +90,13 @@
%changelog
-* Tue Oct 20 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.0.8-1.1
+* Sun Nov 01 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.0.10-1
+- Version bump
+
+* Sat Oct 24 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.0.8-1.2
+- rebuild for new kernels
+
+* Wed Oct 21 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.0.8-1.1
- rebuild for new kernels
* Wed Oct 07 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.0.8-1
15 years
rpms/staging-kmod/devel staging-kmod.spec,1.1,1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18949
Modified Files:
staging-kmod.spec
Log Message:
disable SLICOSS on ppc* due to build errors
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/devel/staging-kmod.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- staging-kmod.spec 1 Nov 2009 14:41:26 -0000 1.1
+++ staging-kmod.spec 1 Nov 2009 15:13:46 -0000 1.2
@@ -58,6 +58,10 @@
VIDEO_GO7007)
configops="CONFIG_${module}=m CONFIG_${module}_USB=m"
;;
+ SLICOSS)
+ # does not build on ppc as of 011109; tested with 2.6.30.9 and 2.6.31.5
+ ( [[ "%{_target_cpu}" == "ppc" ]] || [[ "%{_target_cpu}" == "ppc64" ]] ) && continue
+ ;;
**)
configops="CONFIG_${module}=m"
;;
@@ -87,6 +91,7 @@
%changelog
* Sun Nov 01 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-1
- update to 2.6.31.5
+- disable SLICOSS on ppc* due to build errors
* Fri Oct 23 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.30.8-2
- enable VIDEO_GO7007
15 years
rpms/VirtualBox-OSE/F-11 .cvsignore, 1.9, 1.10 VirtualBox-OSE.spec, 1.16, 1.17 sources, 1.9, 1.10
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18533
Modified Files:
.cvsignore VirtualBox-OSE.spec sources
Log Message:
* Sun Nov 01 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.0.10-1
- Update to newer upstream release
- Fix mixed up source files (Tony Nelson, #881)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-11/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 7 Oct 2009 10:45:17 -0000 1.9
+++ .cvsignore 1 Nov 2009 15:10:14 -0000 1.10
@@ -1,2 +1,2 @@
+VirtualBox-3.0.10-OSE.tar.bz2
UserManual.pdf
-VirtualBox-3.0.8-OSE.tar.bz2
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-11/VirtualBox-OSE.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- VirtualBox-OSE.spec 7 Oct 2009 10:45:17 -0000 1.16
+++ VirtualBox-OSE.spec 1 Nov 2009 15:10:14 -0000 1.17
@@ -16,7 +16,7 @@
%endif
Name: VirtualBox-OSE
-Version: 3.0.8
+Version: 3.0.10
Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
@@ -299,7 +299,7 @@
# Install modules load script
install -p -m 0755 -D %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/modules/%{name}.modules
install -p -m 0755 -D %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/modules/%{name}-guest.modules
-install -p -m 0644 -D %{SOURCE8} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/modprobe.d/blacklist-kvm.conf
+install -p -m 0644 -D %{SOURCE9} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/modprobe.d/blacklist-kvm.conf
# Module Source Code
mkdir -p %{name}-kmod-%{version}
@@ -435,6 +435,10 @@
%changelog
+* Sun Nov 01 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.0.10-1
+- Update to newer upstream release
+- Fix mixed up source files (Tony Nelson, #881)
+
* Wed Oct 07 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.0.8-1
- Update to newer upstream
- Fixes SunSolve #268188 security issue
Index: sources
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-11/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 7 Oct 2009 10:45:17 -0000 1.9
+++ sources 1 Nov 2009 15:10:14 -0000 1.10
@@ -1,2 +1,2 @@
-e682baf64906a0d01bb592b81a3c54ac UserManual.pdf
-e712f2979e501be59314464d021b6d8b VirtualBox-3.0.8-OSE.tar.bz2
+54a3fc2af8420c6463ecb73bef2eeb2e VirtualBox-3.0.10-OSE.tar.bz2
+4abaa23db5d8e22c36cd8f808c2c6975 UserManual.pdf
15 years
rpms/staging-kmod/F-11 staging-kmod.spec,1.2,1.3
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18096
Modified Files:
staging-kmod.spec
Log Message:
disable SLICOSS on ppc* due to build errors
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-11/staging-kmod.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- staging-kmod.spec 1 Nov 2009 14:31:02 -0000 1.2
+++ staging-kmod.spec 1 Nov 2009 15:02:34 -0000 1.3
@@ -58,6 +58,10 @@
VIDEO_GO7007)
configops="CONFIG_${module}=m CONFIG_${module}_USB=m"
;;
+ SLICOSS)
+ # does not build on ppc as of 011109; tested with 2.6.30.9 and 2.6.31.5
+ ( [[ "%{_target_cpu}" == "ppc" ]] || [[ "%{_target_cpu}" == "ppc64" ]] ) && continue
+ ;;
**)
configops="CONFIG_${module}=m"
;;
@@ -87,6 +91,7 @@
%changelog
* Sun Nov 01 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.30.9-1
- update to 2.6.30.9
+- disable SLICOSS on ppc* due to build errors
* Fri Oct 23 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.30.8-2
- enable VIDEO_GO7007
15 years
rpms/VirtualBox-OSE-kmod/devel VirtualBox-OSE-kmod.spec,1.27,1.28
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17656
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
* Sun Nov 01 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.0.10-1
- Version bump
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/devel/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- VirtualBox-OSE-kmod.spec 24 Oct 2009 12:00:32 -0000 1.27
+++ VirtualBox-OSE-kmod.spec 1 Nov 2009 14:59:49 -0000 1.28
@@ -10,8 +10,8 @@
%bcond_without hardening
Name: VirtualBox-OSE-kmod
-Version: 3.0.8
-Release: 1%{?dist}.2
+Version: 3.0.10
+Release: 1%{?dist}
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -90,6 +90,9 @@
%changelog
+* Sun Nov 01 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.0.10-1
+- Version bump
+
* Sat Oct 24 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.0.8-1.2
- rebuild for new kernels
15 years
rpms/staging-kmod-addons/devel create-linux-staging-tarball.sh, NONE, 1.1 staging-kmod-addons.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod-addons/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16712
Modified Files:
.cvsignore sources
Added Files:
create-linux-staging-tarball.sh staging-kmod-addons.spec
Log Message:
build for devel (import as reviewed was done for F-11)
--- NEW FILE create-linux-staging-tarball.sh ---
#! /bin/bash
if [[ ! "${1}" ]]; then
echo "Please give version number as parameter"
exit 1
fi
tmpdir="$(mktemp -td $(basename ${0}).XXXXXXXXX)"
#targetdir="${PWD}"
targetdir="$(rpm --eval %{_sourcedir})"
# fixme:
# * error handling completely missing
# * remove tmpdir on abortion
pushd ${tmpdir}/ > /dev/null
echo downloading
wget --quiet http://www.kernel.org/pub/linux/kernel/v2.6/linux-${1}.tar.bz2
echo extracing
tar -xjf linux-${1}.tar.bz2 linux-${1}/COPYING linux-${1}/drivers/staging/
echo creating archive
mv linux-${1} linux-staging-${1}
tar -cjf ${targetdir}/linux-staging-${1}.tar.bz2 linux-staging-${1}/COPYING linux-staging-${1}/drivers/staging/
rm -rf linux-${1}.tar.bz2 linux-staging-${1}/
popd > /dev/null
rmdir ${tmpdir}
echo done: ${targetdir}/linux-staging-${1}.tar.bz2
--- NEW FILE staging-kmod-addons.spec ---
# drivers that we ship; to be synced with staging-kmod.spec
%global stgdrvs AGNX ASUS_OLED EPL ET131X HECI LINE6_USB RT2860 RT2870 RT3070 RTL8187SE SLICOSS W35UND PRISM2_USB VIDEO_GO7007
Name: staging-kmod-addons
Version: 2.6.31.5
Release: 1%{?dist}
Summary: Documentation and shared parts for the kmod-staging packages
Group: System Environment/Kernel
License: GPLv2
URL: http://www.kernel.org/
# use the script from Source1 to create this archive; call it like this:
# bash $(rpm --eval '%{_sourcedir}')/create-linux-staging-tarball.sh 2.6.30.8
Source0: linux-staging-%{version}.tar.bz2
Source1: create-linux-staging-tarball.sh
Provides: staging-kmod-common = %{version}-%{release}
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
Documentation for some of the kernel modules from linux-staging.
%prep
%setup -q -n linux-staging-%{version}
# docs only for drivers that we ship
mkdir .doc
for driver in %{stgdrvs} ; do
subdirectory="$(grep ${driver} drivers/staging/Makefile | awk '{print $3}')"
for file in TODO README ; do
if [[ -e "drivers/staging/${subdirectory}${file}" ]] ; then
cp -l "drivers/staging/${subdirectory}${file}" .doc/${subdirectory%%/}-$(basename ${subdirectory}${file})
fi
done
done
%build
echo "Nothing to build"
%install
rm -rf $RPM_BUILD_ROOT; mkdir $RPM_BUILD_ROOT
echo "Nothing to install"
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc COPYING .doc/*
%changelog
* Sun Nov 01 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-1
- update to 2.6.31.5
* Fri Oct 23 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.30.8-2
- enable VIDEO_GO7007
* Tue Oct 20 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.30.8-1
- initial package
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/staging-kmod-addons/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 1 Nov 2009 14:08:35 -0000 1.1
+++ .cvsignore 1 Nov 2009 14:42:50 -0000 1.2
@@ -0,0 +1 @@
+linux-staging-2.6.31.5.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/staging-kmod-addons/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 1 Nov 2009 14:08:35 -0000 1.1
+++ sources 1 Nov 2009 14:42:50 -0000 1.2
@@ -0,0 +1 @@
+881ae9192aff3fdc3e27639d580d5279 linux-staging-2.6.31.5.tar.bz2
15 years
rpms/staging-kmod/devel staging-kmod.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16309
Modified Files:
.cvsignore sources
Added Files:
staging-kmod.spec
Log Message:
build for devel (import as reviewed was done for F-11)
--- NEW FILE staging-kmod.spec ---
# buildforkernels macro hint: when you build a new version or a new release
# that contains bugfixes or other improvements then you must disable the
# "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
%define buildforkernels newest
# which drivers to built
%global stgdrvs AGNX ASUS_OLED EPL ET131X HECI LINE6_USB RT2860 RT2870 RT3070 RTL8187SE SLICOSS W35UND PRISM2_USB VIDEO_GO7007
Name: staging-kmod
Version: 2.6.31.5
Release: 1%{?dist}
Summary: Selected kernel modules from linux-staging
Group: System Environment/Kernel
License: GPLv2
URL: http://www.kernel.org/
# a script to create this archive is part of staging-kmod-addons
Source0: linux-staging-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: %{_bindir}/kmodtool
# needed for plague to make sure it builds for i586 and i686
ExclusiveArch: i586 i686 x86_64 ppc ppc64
# kmodtool does its magic here
%{expand:%(kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) }
%{!?kernels:BuildRequires: buildsys-build-rpmfusion-kerneldevpkgs-%{?buildforkernels:%{buildforkernels}}%{!?buildforkernels:current}-%{_target_cpu} }
%description
Selected kernel modules from linux-staging
%prep
# kmodtool check and debug output:
%{?kmodtool_check}
kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null
# prepare
%setup -q -c -T -a 0
# disable drivers that are enabled in Fedora's kernel, as those otherweise will get build
sed -i 's|.*at76.*||' linux-staging-%{version}/drivers/staging/Makefile
# seperate directories for each kernel variant (PAE, non-PAE, ...) we build the modules for
for kernel_version in %{?kernel_versions} ; do
cp -a linux-staging-%{version}/drivers/staging/ _kmod_build_${kernel_version%%___*}
done
%build
for kernel_version in %{?kernel_versions}; do
for module in %{stgdrvs} ; do
case "${module}" in
VIDEO_GO7007)
configops="CONFIG_${module}=m CONFIG_${module}_USB=m"
;;
**)
configops="CONFIG_${module}=m"
;;
esac
make %{?_smp_mflags} -C "${kernel_version##*___}" SUBDIRS=${PWD}/_kmod_build_${kernel_version%%___*}/ modules ${configops}
done
done
%install
rm -rf ${RPM_BUILD_ROOT}
for kernel_version in %{?kernel_versions}; do
mkdir -p ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/
install -D -m 755 _kmod_build_${kernel_version%%___*}/*/*.ko ${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix}/
done
# akmods hint:
# no akomds for now; packager is working on a solution where each driver will get its own akmod
# package, as everything else would be ridiculous due to long build times -- especially for
# netbooks that might need just one of the staging drivers; packaging each staging module
# seperateley OTOH would be ridiculous for buildsys, package maintanance and users
%clean
rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Nov 01 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.31.5-1
- update to 2.6.31.5
* Fri Oct 23 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.30.8-2
- enable VIDEO_GO7007
* Tue Oct 20 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.6.30.8-1
- initial package
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 1 Nov 2009 14:07:55 -0000 1.1
+++ .cvsignore 1 Nov 2009 14:41:26 -0000 1.2
@@ -0,0 +1 @@
+linux-staging-2.6.31.5.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 1 Nov 2009 14:07:55 -0000 1.1
+++ sources 1 Nov 2009 14:41:26 -0000 1.2
@@ -0,0 +1 @@
+881ae9192aff3fdc3e27639d580d5279 linux-staging-2.6.31.5.tar.bz2
15 years