9.34.3-1
This commit is contained in:
parent
ca3e201d46
commit
5d10181e6e
3 changed files with 9 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/initscripts-9.34.2.tar.bz2
|
||||
/initscripts-9.34.3.tar.bz2
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
Summary: The inittab file and the /etc/init.d scripts
|
||||
Name: initscripts
|
||||
Version: 9.34.2
|
||||
Version: 9.34.3
|
||||
# ppp-watch is GPLv2+, everything else is GPLv2
|
||||
License: GPLv2 and GPLv2+
|
||||
Group: System Environment/Base
|
||||
|
|
@ -292,6 +292,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/crypttab
|
||||
%dir /etc/tmpfiles.d
|
||||
/etc/tmpfiles.d/initscripts.conf
|
||||
%dir /usr/libexec/initscripts/legacy-actions
|
||||
|
||||
%files legacy
|
||||
%defattr(-,root,root)
|
||||
|
|
@ -318,6 +319,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||
/etc/profile.d/debug*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 6 2012 Bill Nottingham <notting@redhat.com> - 9.34.3-1
|
||||
- assorted documentation cleanups
|
||||
- service: add support for legacy custom actions packaged in
|
||||
/usr/libexec/initscripts/legacy-actions/<script>/<action>
|
||||
|
||||
* Mon Mar 12 2012 Bill Nottingham <notting@redhat.com> - 9.34.2-1
|
||||
- ifup-aliases: fix IFS usage mangling of device names (#802119)
|
||||
- ifup/ifdown: fix typo (#802055, <lubek@users.sourceforge.net>)
|
||||
|
|
|
|||
1
sources
1
sources
|
|
@ -1 +1,2 @@
|
|||
0bcc863dacb43e1080a09d5871dda3b4 initscripts-9.34.2.tar.bz2
|
||||
c25a973076ace6a0b2006d18019cd183 initscripts-9.34.3.tar.bz2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue