aboutsummaryrefslogtreecommitdiffstats
path: root/initscripts.spec
diff options
context:
space:
mode:
authorDavid Kaspar [Dee'Kej] <dkaspar@redhat.com>2018-05-25 11:40:05 +0200
committerDee'Kej <deekej@linuxmail.org>2018-05-25 12:06:16 +0200
commitb5fd18ec4fd3e320e09ab896486f79941f12039c (patch)
treec8bc3c98fe8656f8bb0922888eb5745425b35d60 /initscripts.spec
parentd3fdd87fede9ced2b576c212c77e0a159faeb8d5 (diff)
downloadinitscripts-b5fd18ec4fd3e320e09ab896486f79941f12039c.tar
initscripts-b5fd18ec4fd3e320e09ab896486f79941f12039c.tar.gz
initscripts-b5fd18ec4fd3e320e09ab896486f79941f12039c.tar.bz2
initscripts-b5fd18ec4fd3e320e09ab896486f79941f12039c.tar.xz
initscripts-b5fd18ec4fd3e320e09ab896486f79941f12039c.zip
9.809.80
Diffstat (limited to 'initscripts.spec')
-rw-r--r--initscripts.spec16
1 files changed, 15 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index bc99e72f..c6de7d00 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: Scripts to bring up network interfaces and legacy utilities
Name: initscripts
-Version: 9.79
+Version: 9.80
License: GPLv2
Group: System Environment/Base
Release: 1%{?dist}
@@ -152,6 +152,20 @@ fi
%dir %{_libexecdir}/initscripts/legacy-actions
%changelog
+* Fri May 25 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.80-1
+- sysconfig/readonly-root: Clarify the usage of readonly-root
+- use proper shebang where appropriate
+- specfile: remove the systemctl call in the %postun phase
+- network-functions: use tr to upper case strings rather than awk
+- network-functions: add error messages for bonding installation
+- ifdown-eth: no longer needed 'pidof -x dhclient' condition removed
+- netconsole: LSB header added
+- po/xgettext_sh*: converted to use to python3
+- network.service: 'reload' removed
+- ifup-tunnel: Support 'external' tunnels
+- spec: add gcc to BuildRequires
+- init.d/functions: fix sourcing for ksh
+
* Tue Jan 02 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.79-1
- ifdown-post: fix logical error in commit 5d61564
- network: add knob to optionally keep interfaces up during shutdown