rpms/dkms/EL-5 .cvsignore, 1.10, 1.11 dkms.spec, 1.14, 1.15 sources, 1.10, 1.11

Matt Domsch mdomsch at fedoraproject.org
Sat Aug 22 17:30:54 UTC 2009


Author: mdomsch

Update of /cvs/extras/rpms/dkms/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv891

Modified Files:
	.cvsignore dkms.spec sources 
Log Message:
update to latest upstream


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/dkms/EL-5/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	30 May 2008 20:09:24 -0000	1.10
+++ .cvsignore	22 Aug 2009 17:30:54 -0000	1.11
@@ -1 +1 @@
-dkms-2.0.19.1.tar.gz
+dkms_2.1.0.0.orig.tar.gz


Index: dkms.spec
===================================================================
RCS file: /cvs/extras/rpms/dkms/EL-5/dkms.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- dkms.spec	30 May 2008 20:09:24 -0000	1.14
+++ dkms.spec	22 Aug 2009 17:30:54 -0000	1.15
@@ -1,6 +1,6 @@
 Summary: Dynamic Kernel Module Support Framework
 Name: dkms
-Version: 2.0.19.1
+Version: 2.1.0.0
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Base
@@ -10,10 +10,12 @@ Requires: bash > 1.99
 # because Mandriva calls this package dkms-minimal
 Provides: dkms-minimal = %{version}
 URL: http://linux.dell.com/dkms
-Source0: http://linux.dell.com/dkms/permalink/dkms-%{version}.tar.gz
+Source0: http://linux.dell.com/dkms/permalink/dkms_%{version}.orig.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-# when building for Fedora, uncomment this Requires
+
+%if 0%{?fedora}
 Requires: kernel-devel
+%endif
 
 %description
 This package contains the framework for the Dynamic
@@ -100,6 +102,16 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/kernel/prerm.d/%{name}
 %{_sysconfdir}/bash_completion.d/%{name}
 
+%if 0%{?suse_version}
+# suse doesnt yet support /etc/kernel/{prerm.d,postinst.d}, but will fail build
+# with unowned dirs if we dont own them ourselves
+# when opensuse *does* add this support, we will need to BuildRequires kernel
+%dir %{_sysconfdir}/kernel
+%dir %{_sysconfdir}/kernel/postinst.d
+%dir %{_sysconfdir}/kernel/prerm.d
+%endif
+
+
 %post
 [ -e /sbin/dkms ] && mv -f /sbin/dkms /sbin/dkms.old 2>/dev/null
 # enable on initial install
@@ -110,6 +122,24 @@ rm -rf $RPM_BUILD_ROOT
 [ $1 -lt 1 ] && /sbin/chkconfig dkms_autoinstaller off ||:
 
 %changelog
+* Sat Aug 22 2009 Matt Domsch <Matt_Domsch at dell.com> - 2.1.0.0-1
+- update to latest upstream
+- drop Requires: lsb.  avoid calling rpm (recursively) if possible.
+- add recognition for Oracle Enterprise Linux, Oracle VM, Scientific
+  Linux, and VMware 3.x
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.21.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed Apr 15 2009 Matt Domsch <Matt_Domsch at dell.com> - 2.0.21.1-2
+- add Requires: lsb
+
+* Tue Apr 14 2009 Matt Domsch <Matt_Domsch at dell.com> 2.0.21.1-1
+- update to latest upstream
+
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.19.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Wed May 28 2008 Matt Domsch <Matt_Domsch at dell.com> 2.0.19.1
 - depmod on uninstall before mkinitrd, depmod fix & cleanups
 - find_module_from_ko() could incorrectly return multiple values


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/dkms/EL-5/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	30 May 2008 20:09:24 -0000	1.10
+++ sources	22 Aug 2009 17:30:54 -0000	1.11
@@ -1 +1 @@
-d51bb4a0679dcd6152dfa0c37c3b716b  dkms-2.0.19.1.tar.gz
+16783c3ecd48a5d6f28242b789fba6a8  dkms_2.1.0.0.orig.tar.gz




More information about the fedora-extras-commits mailing list