diff options
-rw-r--r-- | initscripts.spec | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index ad0a9d5d..a09cafcd 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -18,7 +18,7 @@ Requires: gawk \ Name: initscripts Summary: Basic support for legacy System V init scripts -Version: 10.01 +Version: 10.02 Release: 1%{?dist} License: GPLv2 @@ -349,6 +349,16 @@ fi # ============================================================================= %changelog +* Fri Jun 28 2019 Jan Macku <jamacku@redhat.com> - 10.02-1 +- network: don't fail with IFDOWN_ON_SHUTDOWN +- rc.d/functions: remove support cgroups +- Create symlink (/etc/init.d) to /etc/rc.d/init.d +- Add option to wait until target is reachable +- ifup-eth: apply PERSISTENT_DHCLIENT to IPv6 dhclient daemon +- ifup-post: fix incorrect condition for RESOLV_MODS +- make tag: updated message +- make release-commit: do not create tag automatically + * Mon Aug 06 2018 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 10.01-1 - network/ifup/ifdown: deprecations warnings redirected to stderr - ifup-eth: use 'bc' instead of 'expr' when computing $forward_delay |