aboutsummaryrefslogtreecommitdiffstats
path: root/initscripts.spec
diff options
context:
space:
mode:
authorJan Macku <jamacku@redhat.com>2019-06-28 14:39:05 +0200
committerLukáš Nykrýn <lnykryn@redhat.com>2019-06-28 14:46:51 +0200
commit495bbf37cb2552db07d8f0ca9d7e200a576ed5cb (patch)
tree07c53e15ef0fda3e2197db235270454f8501efaa /initscripts.spec
parent2145c10d1c2d8d934a2292fc6f630884c856dc01 (diff)
downloadinitscripts-495bbf37cb2552db07d8f0ca9d7e200a576ed5cb.tar
initscripts-495bbf37cb2552db07d8f0ca9d7e200a576ed5cb.tar.gz
initscripts-495bbf37cb2552db07d8f0ca9d7e200a576ed5cb.tar.bz2
initscripts-495bbf37cb2552db07d8f0ca9d7e200a576ed5cb.tar.xz
initscripts-495bbf37cb2552db07d8f0ca9d7e200a576ed5cb.zip
10.0210.02
Diffstat (limited to 'initscripts.spec')
-rw-r--r--initscripts.spec12
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