diff options
author | Jan Macku <jamacku@redhat.com> | 2020-03-24 12:17:47 +0100 |
---|---|---|
committer | Jan Macku <jamacku@redhat.com> | 2020-03-24 12:17:47 +0100 |
commit | 3ac46fd2fd5222917efb02eaa6abd9eae90086b0 (patch) | |
tree | 243df71d403c55c7bd50d42335c6b0ea6a5af359 | |
parent | 55ee446c0715b013e6d54860ae65e55baf544dc3 (diff) | |
download | initscripts-3ac46fd2fd5222917efb02eaa6abd9eae90086b0.tar initscripts-3ac46fd2fd5222917efb02eaa6abd9eae90086b0.tar.gz initscripts-3ac46fd2fd5222917efb02eaa6abd9eae90086b0.tar.bz2 initscripts-3ac46fd2fd5222917efb02eaa6abd9eae90086b0.tar.xz initscripts-3ac46fd2fd5222917efb02eaa6abd9eae90086b0.zip |
10.0310.03
-rw-r--r-- | initscripts.spec | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index c583a1ef..fe42f491 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.02 +Version: 10.03 Release: 1%{?dist} License: GPLv2 @@ -347,6 +347,28 @@ fi # ============================================================================= %changelog +* Tue Mar 24 2020 Jan Macku <jamacku@redhat.com> - 10.03-1 +- Replace grep -EL with subshell since -L changed behaviour +- Wait for scope link addresses as well as for scope global addresses +- Remove deprecated option -m of pidof +- Use function is_true for testing true conditions +- Adding new travis job for testing shell-scripts +- Remove zanata conf +- pull latest translations +- Update of translations and remove files with no translations +- Fix service network stop cmd +- Change spacing of service file to folow spacing of project +- network-function: bridges are created by ifup-eth +- Initscripts no longer care about rc.local +- Repalace hardcoded tests for yes and no with testing functions +- ifup-eth: Fix bridge setting stp option +- Fix bug in service(8) +- ifup-eth: Check that device name is set +- Fix missing python3 during build phase +- rc.d/functions: fix escape sequence being output under systemd service units +- Add ip6gre tunnel option +- ifup/ifdown: print DEPRECATION_WARNING_ISSUED waring info after source_config + * 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 |