9.45-1
This commit is contained in:
parent
74a8b609bd
commit
64e9706ce5
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/initscripts-9.43.tar.bz2
|
/initscripts-9.43.tar.bz2
|
||||||
/initscripts-9.44.tar.bz2
|
/initscripts-9.44.tar.bz2
|
||||||
|
/initscripts-9.45.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: The inittab file and the /etc/init.d scripts
|
Summary: The inittab file and the /etc/init.d scripts
|
||||||
Name: initscripts
|
Name: initscripts
|
||||||
Version: 9.44
|
Version: 9.45
|
||||||
# ppp-watch is GPLv2+, everything else is GPLv2
|
# ppp-watch is GPLv2+, everything else is GPLv2
|
||||||
License: GPLv2 and GPLv2+
|
License: GPLv2 and GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -86,26 +86,26 @@ chown root:utmp /var/log/wtmp /var/run/utmp /var/log/btmp
|
|||||||
chmod 664 /var/log/wtmp /var/run/utmp
|
chmod 664 /var/log/wtmp /var/run/utmp
|
||||||
chmod 600 /var/log/btmp
|
chmod 600 /var/log/btmp
|
||||||
|
|
||||||
/sbin/chkconfig --add network
|
/usr/sbin/chkconfig --add network
|
||||||
/sbin/chkconfig --add netconsole
|
/usr/sbin/chkconfig --add netconsole
|
||||||
if [ $1 -eq 1 ]; then
|
if [ $1 -eq 1 ]; then
|
||||||
/bin/systemctl daemon-reload > /dev/null 2>&1 || :
|
/usr/bin/systemctl daemon-reload > /dev/null 2>&1 || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
if [ $1 = 0 ]; then
|
if [ $1 = 0 ]; then
|
||||||
/sbin/chkconfig --del network
|
/usr/sbin/chkconfig --del network
|
||||||
/sbin/chkconfig --del netconsole
|
/usr/sbin/chkconfig --del netconsole
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%triggerun -- initscripts < 7.62
|
%triggerun -- initscripts < 7.62
|
||||||
/sbin/chkconfig --del random
|
/usr/sbin/chkconfig --del random
|
||||||
/sbin/chkconfig --del rawdevices
|
/usr/sbin/chkconfig --del rawdevices
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
if [ $1 -ge 1 ]; then
|
if [ $1 -ge 1 ]; then
|
||||||
/bin/systemctl daemon-reload > /dev/null 2>&1 || :
|
/usr/bin/systemctl daemon-reload > /dev/null 2>&1 || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -119,10 +119,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%config(noreplace) /etc/sysconfig/netconsole
|
%config(noreplace) /etc/sysconfig/netconsole
|
||||||
%config(noreplace) /etc/sysconfig/readonly-root
|
%config(noreplace) /etc/sysconfig/readonly-root
|
||||||
/etc/sysconfig/network-scripts/ifdown
|
/etc/sysconfig/network-scripts/ifdown
|
||||||
/sbin/ifdown
|
/usr/sbin/ifdown
|
||||||
/etc/sysconfig/network-scripts/ifdown-post
|
/etc/sysconfig/network-scripts/ifdown-post
|
||||||
/etc/sysconfig/network-scripts/ifup
|
/etc/sysconfig/network-scripts/ifup
|
||||||
/sbin/ifup
|
/usr/sbin/ifup
|
||||||
%dir /etc/sysconfig/console
|
%dir /etc/sysconfig/console
|
||||||
%dir /etc/sysconfig/modules
|
%dir /etc/sysconfig/modules
|
||||||
/etc/sysconfig/network-scripts/network-functions
|
/etc/sysconfig/network-scripts/network-functions
|
||||||
@ -161,9 +161,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir /etc/rwtab.d
|
%dir /etc/rwtab.d
|
||||||
/etc/statetab
|
/etc/statetab
|
||||||
%dir /etc/statetab.d
|
%dir /etc/statetab.d
|
||||||
/lib/systemd/fedora-*
|
/usr/lib/systemd/fedora-*
|
||||||
/lib/systemd/system/*
|
/usr/lib/systemd/system/*
|
||||||
%config(noreplace) /etc/inittab
|
/etc/inittab
|
||||||
%dir /etc/rc.d
|
%dir /etc/rc.d
|
||||||
%dir /etc/rc.d/rc[0-9].d
|
%dir /etc/rc.d/rc[0-9].d
|
||||||
/etc/rc[0-9].d
|
/etc/rc[0-9].d
|
||||||
@ -175,17 +175,17 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%exclude /etc/profile.d/debug*
|
%exclude /etc/profile.d/debug*
|
||||||
/etc/profile.d/*
|
/etc/profile.d/*
|
||||||
/usr/sbin/sys-unconfig
|
/usr/sbin/sys-unconfig
|
||||||
/bin/ipcalc
|
/usr/bin/ipcalc
|
||||||
/bin/usleep
|
/usr/bin/usleep
|
||||||
%attr(4755,root,root) /usr/sbin/usernetctl
|
%attr(4755,root,root) /usr/sbin/usernetctl
|
||||||
/sbin/consoletype
|
/usr/sbin/consoletype
|
||||||
/sbin/genhostid
|
/usr/sbin/genhostid
|
||||||
/sbin/sushell
|
/usr/sbin/sushell
|
||||||
%attr(2755,root,root) /sbin/netreport
|
%attr(2755,root,root) /usr/sbin/netreport
|
||||||
/lib/udev/rules.d/*
|
/usr/lib/udev/rules.d/*
|
||||||
/lib/udev/rename_device
|
/usr/lib/udev/rename_device
|
||||||
/sbin/service
|
/usr/sbin/service
|
||||||
/sbin/ppp-watch
|
/usr/sbin/ppp-watch
|
||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
%dir %attr(775,root,root) /var/run/netreport
|
%dir %attr(775,root,root) /var/run/netreport
|
||||||
%dir /etc/ppp
|
%dir /etc/ppp
|
||||||
@ -205,8 +205,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%ghost %attr(0664,root,utmp) /var/log/wtmp
|
%ghost %attr(0664,root,utmp) /var/log/wtmp
|
||||||
%ghost %attr(0664,root,utmp) /var/run/utmp
|
%ghost %attr(0664,root,utmp) /var/run/utmp
|
||||||
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/crypttab
|
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/crypttab
|
||||||
%dir /lib/tmpfiles.d
|
%dir /usr/lib/tmpfiles.d
|
||||||
/lib/tmpfiles.d/initscripts.conf
|
/usr/lib/tmpfiles.d/initscripts.conf
|
||||||
%dir /usr/libexec/initscripts
|
%dir /usr/libexec/initscripts
|
||||||
%dir /usr/libexec/initscripts/legacy-actions
|
%dir /usr/libexec/initscripts/legacy-actions
|
||||||
|
|
||||||
@ -216,6 +216,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/etc/profile.d/debug*
|
/etc/profile.d/debug*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 15 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 9.45-1
|
||||||
|
- turn on symlink protections in sysctl (#922030)
|
||||||
|
- add systemd-random-seed.service to Before= in fedora-readonly.service (#888615)
|
||||||
|
- mention rule6 files in sysconfig.txt
|
||||||
|
- skip nmcli for wireless device (#863707)
|
||||||
|
- remove config-noreplace from /etc/inittab (#627474)
|
||||||
|
- remount-rootfs.service got renamed to systemd-remount-fs.service
|
||||||
|
- compile netreport and usernetctl with full RELRO and PIE (#853178)
|
||||||
|
- move stuff directly to /usr (#905492)
|
||||||
|
- Remove NETWORKING_IPV6 from sysconfig.txt (#918622)
|
||||||
|
- fix greps to correctly handle comments and quotation
|
||||||
|
|
||||||
* Wed Feb 20 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 9.44-1
|
* Wed Feb 20 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 9.44-1
|
||||||
- limit udev rule for network renaming (#907365, mschmidt@redhat.com)
|
- limit udev rule for network renaming (#907365, mschmidt@redhat.com)
|
||||||
- fix path for arpwatch, seems to be in /var/lib on Fedora 18
|
- fix path for arpwatch, seems to be in /var/lib on Fedora 18
|
||||||
|
Loading…
Reference in New Issue
Block a user