diff options
author | Bill Nottingham <notting@redhat.com> | 2006-04-10 18:52:57 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-04-10 18:52:57 +0000 |
commit | 8d63b86b08ca3eb8445fa57766e662d6393f3a70 (patch) | |
tree | 6599931c09b18097c528ecd331dbead7777082b9 /initscripts.spec | |
parent | 4889957e4c7de9be5960c02401b105d42ee4334a (diff) | |
download | initscripts-8d63b86b08ca3eb8445fa57766e662d6393f3a70.tar initscripts-8d63b86b08ca3eb8445fa57766e662d6393f3a70.tar.gz initscripts-8d63b86b08ca3eb8445fa57766e662d6393f3a70.tar.bz2 initscripts-8d63b86b08ca3eb8445fa57766e662d6393f3a70.tar.xz initscripts-8d63b86b08ca3eb8445fa57766e662d6393f3a70.zip |
apply changes from FC5 branch - automatically rename devices on startup
Diffstat (limited to 'initscripts.spec')
-rw-r--r-- | initscripts.spec | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index ff65b361..34ddb034 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts. Name: initscripts -Version: 8.31 +Version: 8.31.2 License: GPL Group: System Environment/Base Release: 1 @@ -189,6 +189,7 @@ rm -rf $RPM_BUILD_ROOT /sbin/getkey %attr(2755,root,root) /sbin/netreport /sbin/initlog +/lib/udev/rename_device /sbin/service /sbin/ppp-watch %{_mandir}/man*/* @@ -208,6 +209,13 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Fri Mar 17 2006 Bill Nottingham <notting@redhat.com> 8.31.2-1 +- add udev helper to rename network devices on device creation + +* Tue Mar 14 2006 Bill Nottingham <notting@redhat.com> 8.31.1-1 +- fix context of /dev/pts (#185436) +- translation updates + * Sun Mar 5 2006 Bill Nottingham <notting@redhat.com> 8.31-1 - fix kexec support (<jmoyer@redhat.com>) - translation updates |