diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2014-01-14 13:34:09 +0100 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2014-01-14 13:34:09 +0100 |
commit | 83633d4cbf86ea68808a64bcc7f21fa75ac6f714 (patch) | |
tree | 03413534198af30aa41fe0268702e57aa9d71e8a | |
parent | 1ca2c086dcc13d113a8385dbefe4ffe28fbd3948 (diff) | |
download | initscripts-83633d4cbf86ea68808a64bcc7f21fa75ac6f714.tar initscripts-83633d4cbf86ea68808a64bcc7f21fa75ac6f714.tar.gz initscripts-83633d4cbf86ea68808a64bcc7f21fa75ac6f714.tar.bz2 initscripts-83633d4cbf86ea68808a64bcc7f21fa75ac6f714.tar.xz initscripts-83633d4cbf86ea68808a64bcc7f21fa75ac6f714.zip |
9.51-1initscripts-9.51-1
-rw-r--r-- | initscripts.spec | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index 110382ff..cc4842d2 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts Name: initscripts -Version: 9.50 +Version: 9.51 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base @@ -219,6 +219,17 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog +* Tue Jan 14 2014 Lukáš Nykrýn <lnykryn@redhat.com> 9.51-1 +- readonly-root: bind-mount only necessary subset of entries in rwtab +- readonly-root: Add /var/log/audit/audit.log to rwtab +- readonly-root: restore selinux context after bind mount +- rename_device: remove comments and trailing whitespaces +- service: suggest using systemctl if unknown action is used +- ifup-eth: fix typo in error message +- use iw instead of iwconfig and friends +- update functions who call nmcli +- ifdown: fix typo in nmcli call + * Tue Sep 03 2013 Lukas Nykryn <lnykryn@redhat.com> - 9.50-1 - ipcalc: support RFC3021 (#997271) - symlink /etc/sysctl.conf -> /etc/sysctl.d/ |