diff options
author | Jan Macku <jamacku@redhat.com> | 2020-11-06 09:25:48 +0100 |
---|---|---|
committer | Jan Macku <jamacku@redhat.com> | 2020-11-06 09:25:48 +0100 |
commit | 7715797c6fb0bcd749745c8f5a1a08f8d923e08a (patch) | |
tree | 5af7c1a1f7a9d8d95ee8b5f174e5b97508f39955 | |
parent | f3d9b35826938476fb45f5ca80b884d96448a53e (diff) | |
download | initscripts-7715797c6fb0bcd749745c8f5a1a08f8d923e08a.tar initscripts-7715797c6fb0bcd749745c8f5a1a08f8d923e08a.tar.gz initscripts-7715797c6fb0bcd749745c8f5a1a08f8d923e08a.tar.bz2 initscripts-7715797c6fb0bcd749745c8f5a1a08f8d923e08a.tar.xz initscripts-7715797c6fb0bcd749745c8f5a1a08f8d923e08a.zip |
10.0510.05
-rw-r--r-- | initscripts.spec | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec index e76fa3a8..0bfe2e30 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.04 +Version: 10.05 Release: 1%{?dist} License: GPLv2 @@ -350,6 +350,18 @@ fi # ============================================================================= %changelog +* Fri Nov 6 09:25:48 CET 2020 Jan Macku <jamacku@redhat.com> - 10.05-1 +- service: Prevent variables from globbing +- init.d/functions: Make usage msgs more clear +- network-scripts: Use net_log() instead of logger +- Allow updating rfkill switch status while in readonly root mode +- Add info into specfile about readonly-root deprecation +- Allow updating mlocate.db while in readonly root mode +- rc.d/functions: replace grep's --quiet with -q +- Add warning to warn user when ETHTOOL_OPTS is set and ethtool binary is missing - Olav Vitters +- Fix spacing in Makefile +- Add optional 'dev' keyword + * Tue Jul 14 2020 Jan Macku <jamacku@redhat.com> - 10.04-1 - Maintain permisision to set umask - rwtab: Add support for chrony |