This commit is contained in:
parent
e926d431e7
commit
ad3efc5228
@ -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
|
Fri Aug 22 01:25:51 CEST 2008 - ro@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pcfclock (Version 0.44)
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@
|
|||||||
Name: pcfclock
|
Name: pcfclock
|
||||||
BuildRequires: kernel-source kernel-syms module-init-tools
|
BuildRequires: kernel-source kernel-syms module-init-tools
|
||||||
Version: 0.44
|
Version: 0.44
|
||||||
Release: 227
|
Release: 240
|
||||||
Summary: Pcfclock kernel driver
|
Summary: Pcfclock kernel driver
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -107,7 +107,7 @@ for flavor in %flavors_to_build; do
|
|||||||
M=$PWD/obj/$flavor
|
M=$PWD/obj/$flavor
|
||||||
done
|
done
|
||||||
mkdir -p $RPM_BUILD_ROOT/etc/modprobe.d
|
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
|
mkdir -p $RPM_BUILD_ROOT/lib/udev/devices
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -116,7 +116,7 @@ mkdir -p $RPM_BUILD_ROOT/lib/udev/devices
|
|||||||
%{_mandir}/man4/pcfclock.4.gz
|
%{_mandir}/man4/pcfclock.4.gz
|
||||||
%{_mandir}/man8/pcfdate.8.gz
|
%{_mandir}/man8/pcfdate.8.gz
|
||||||
/usr/sbin/pcfdate
|
/usr/sbin/pcfdate
|
||||||
/etc/modprobe.d/pcfclock
|
/etc/modprobe.d/50-pcfclock.conf
|
||||||
%dir /lib/udev
|
%dir /lib/udev
|
||||||
%dir /lib/udev/devices
|
%dir /lib/udev/devices
|
||||||
%attr(444,root,root) %dev(c,181,0) /lib/udev/devices/pcfclock0
|
%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}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Aug 22 2008 ro@suse.de
|
||||||
- fix build with 2.6.27
|
- fix build with 2.6.27
|
||||||
* Wed Oct 24 2007 ro@suse.de
|
* Wed Oct 24 2007 ro@suse.de
|
||||||
@ -138,14 +141,14 @@ rm -rf %{buildroot}
|
|||||||
* Fri May 11 2007 ro@suse.de
|
* Fri May 11 2007 ro@suse.de
|
||||||
- fix build with current kernel sources
|
- fix build with current kernel sources
|
||||||
- use optflags for pcfdate
|
- use optflags for pcfdate
|
||||||
* Thu Apr 05 2007 lrupp@suse.de
|
* Wed Apr 04 2007 lrupp@suse.de
|
||||||
- added module-init-tools to BuildRequires
|
- added module-init-tools to BuildRequires
|
||||||
* Mon Aug 21 2006 ro@suse.de
|
* Mon Aug 21 2006 ro@suse.de
|
||||||
- devfs has been removed from 2.6.18, make kernel driver compile
|
- devfs has been removed from 2.6.18, make kernel driver compile
|
||||||
* Mon Apr 10 2006 agruen@suse.de
|
* Mon Apr 10 2006 agruen@suse.de
|
||||||
- Add preamble `Enhances: kernel-$flavor' workaround to KMP
|
- Add preamble `Enhances: kernel-$flavor' workaround to KMP
|
||||||
sub-packages (156513).
|
sub-packages (156513).
|
||||||
* Mon Apr 03 2006 ro@suse.de
|
* Sun Apr 02 2006 ro@suse.de
|
||||||
- change MODULE_PARM to module_param
|
- change MODULE_PARM to module_param
|
||||||
* Thu Feb 23 2006 ro@suse.de
|
* Thu Feb 23 2006 ro@suse.de
|
||||||
- created package with KMP (version 0.44)
|
- created package with KMP (version 0.44)
|
||||||
|
Loading…
Reference in New Issue
Block a user