diff --git a/pcfclock.changes b/pcfclock.changes index 4520ad4..fabf2b4 100644 --- a/pcfclock.changes +++ b/pcfclock.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 9 21:32:41 CET 2009 - mmarek@suse.cz + +- renamed modprobe config to /etc/modprobe.d/50-pcfclock.conf + (required by new module-init-tools). + ------------------------------------------------------------------- Fri Aug 22 01:25:51 CEST 2008 - ro@suse.de diff --git a/pcfclock.spec b/pcfclock.spec index 74ed3b5..e4a7bd8 100644 --- a/pcfclock.spec +++ b/pcfclock.spec @@ -1,7 +1,7 @@ # # spec file for package pcfclock (Version 0.44) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Name: pcfclock BuildRequires: kernel-source kernel-syms module-init-tools Version: 0.44 -Release: 227 +Release: 240 Summary: Pcfclock kernel driver License: GPL v2 or later Group: System/Kernel @@ -107,7 +107,7 @@ for flavor in %flavors_to_build; do M=$PWD/obj/$flavor done mkdir -p $RPM_BUILD_ROOT/etc/modprobe.d -echo "alias char-major-181 pcfclock" > $RPM_BUILD_ROOT/etc/modprobe.d/pcfclock +echo "alias char-major-181 pcfclock" > $RPM_BUILD_ROOT/etc/modprobe.d/50-pcfclock.conf mkdir -p $RPM_BUILD_ROOT/lib/udev/devices %files @@ -116,7 +116,7 @@ mkdir -p $RPM_BUILD_ROOT/lib/udev/devices %{_mandir}/man4/pcfclock.4.gz %{_mandir}/man8/pcfdate.8.gz /usr/sbin/pcfdate -/etc/modprobe.d/pcfclock +/etc/modprobe.d/50-pcfclock.conf %dir /lib/udev %dir /lib/udev/devices %attr(444,root,root) %dev(c,181,0) /lib/udev/devices/pcfclock0 @@ -127,6 +127,9 @@ mkdir -p $RPM_BUILD_ROOT/lib/udev/devices rm -rf %{buildroot} %changelog +* Mon Mar 09 2009 mmarek@suse.cz +- renamed modprobe config to /etc/modprobe.d/50-pcfclock.conf + (required by new module-init-tools). * Fri Aug 22 2008 ro@suse.de - fix build with 2.6.27 * Wed Oct 24 2007 ro@suse.de @@ -138,14 +141,14 @@ rm -rf %{buildroot} * Fri May 11 2007 ro@suse.de - fix build with current kernel sources - use optflags for pcfdate -* Thu Apr 05 2007 lrupp@suse.de +* Wed Apr 04 2007 lrupp@suse.de - added module-init-tools to BuildRequires * Mon Aug 21 2006 ro@suse.de - devfs has been removed from 2.6.18, make kernel driver compile * Mon Apr 10 2006 agruen@suse.de - Add preamble `Enhances: kernel-$flavor' workaround to KMP sub-packages (156513). -* Mon Apr 03 2006 ro@suse.de +* Sun Apr 02 2006 ro@suse.de - change MODULE_PARM to module_param * Thu Feb 23 2006 ro@suse.de - created package with KMP (version 0.44)