aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Macku <jamacku@redhat.com>2021-02-15 16:09:38 +0100
committerJan Macku <jamacku@redhat.com>2021-02-15 16:09:38 +0100
commit47bb4b7e18a9ee0fcfc347fbefb048d1320666e1 (patch)
tree4c3950a6319eaa49e4df6bccef6b60c81439cf0c
parentab6c9cfbb0e5e3e9074a874485495d9b1187b11e (diff)
downloadinitscripts-47bb4b7e18a9ee0fcfc347fbefb048d1320666e1.tar
initscripts-47bb4b7e18a9ee0fcfc347fbefb048d1320666e1.tar.gz
initscripts-47bb4b7e18a9ee0fcfc347fbefb048d1320666e1.tar.bz2
initscripts-47bb4b7e18a9ee0fcfc347fbefb048d1320666e1.tar.xz
initscripts-47bb4b7e18a9ee0fcfc347fbefb048d1320666e1.zip
10.00.1510.00.15
-rw-r--r--initscripts.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 5d1fce9a..2de3df38 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.00.14
+Version: 10.00.15
Release: 1%{?dist}
License: GPLv2
@@ -346,6 +346,10 @@ fi
# =============================================================================
%changelog
+* Mon Feb 15 2021 Jan Macku <jamacku@redhat.com> - 10.00.15-1
+- doc: Document ARPING_WAIT and ARPING_UPDATE_WAIT
+- network scripts: Avoid infinite loop of arping
+
* Thu Feb 4 2021 Jan Macku <jamacku@redhat.com> - 10.00.14-1
- network: fix condition in set_link_up()