Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/initscripts.git#bf408b891a4d41baa78cd6724b3db9e204e80210
This commit is contained in:
parent
7f1084ebdc
commit
a27d0763b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -43,3 +43,4 @@
|
||||
/initscripts-10.04.tar.gz
|
||||
/initscripts-10.05.tar.gz
|
||||
/initscripts-10.06.tar.gz
|
||||
/initscripts-10.07.tar.gz
|
||||
|
@ -18,7 +18,7 @@ Requires: gawk \
|
||||
|
||||
Name: initscripts
|
||||
Summary: Basic support for legacy System V init scripts
|
||||
Version: 10.06
|
||||
Version: 10.07
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv2
|
||||
@ -49,6 +49,7 @@ BuildRequires: setup
|
||||
|
||||
%{?systemd_requires}
|
||||
BuildRequires: systemd
|
||||
BuildRequires: make
|
||||
|
||||
Provides: /sbin/service
|
||||
|
||||
@ -350,6 +351,16 @@ fi
|
||||
# =============================================================================
|
||||
|
||||
%changelog
|
||||
* Fri Jan 22 2021 Jan Macku <jamacku@redhat.com> - 10.07-1
|
||||
- doc: Fix "Duplicated string found in the file."
|
||||
- doc: Documents RES_OPTIONS option
|
||||
- doc: Documents ifcfg option LINKSTATUS
|
||||
- ci: use up to date keywords and fix some warnings
|
||||
- network: fix set_link_up()
|
||||
- network: add option to keep the link down
|
||||
- Rework of shell ci
|
||||
- Translations update from Weblate
|
||||
|
||||
* Fri Nov 13 2020 Jan Macku <jamacku@redhat.com> - 10.06-1
|
||||
- service: catch unsupported action keywords
|
||||
- makefile: Use rpmdev-bumpspec's legacy date option
|
||||
@ -366,9 +377,6 @@ fi
|
||||
- Fix spacing in Makefile
|
||||
- Add optional 'dev' keyword
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 10.04-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jul 14 2020 Jan Macku <jamacku@redhat.com> - 10.04-1
|
||||
- Maintain permisision to set umask
|
||||
- rwtab: Add support for chrony
|
||||
@ -399,12 +407,6 @@ fi
|
||||
- Add ip6gre tunnel option
|
||||
- ifup/ifdown: print DEPRECATION_WARNING_ISSUED waring info after source_config
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 10.02-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 10.02-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
@ -727,7 +729,7 @@ ng
|
||||
* Tue Jan 14 2014 Lukáš Nykrýn <lnykryn@redhat.com> 9.51-1
|
||||
- readonly-root: bind-mount only necessary subset of entries in rwtab
|
||||
- readonly-root: Add /var/log/audit/audit.log to rwtab
|
||||
- readonly-root: restore selinux context after bind mount
|
||||
- readonly-root: restore SELinux context after bind mount
|
||||
- rename_device: remove comments and trailing whitespaces
|
||||
- service: suggest using systemctl if unknown action is used
|
||||
- ifup-eth: fix typo in error message
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (initscripts-10.06.tar.gz) = b326eb6502c7b5a6a6549b3ed4154061a67ae9b6253209fdd7352fa6dd669dec5e8fc1b6da66ecad14fad2e757a9c68849e644a7b7e9afe8064850638bbd40f8
|
||||
SHA512 (initscripts-10.07.tar.gz) = 1a182cae9ef9ba3eaea02732e8bcd50129c6a2a608a4d10f38a815720b977901835b9a8b3e4e71883fd82dcdc42d6606fb5f5ac7073acc1af0fe32b58ced29ef
|
||||
|
Loading…
Reference in New Issue
Block a user