10.03
This commit is contained in:
parent
20a3a8134f
commit
a6acd3cd5d
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,3 +39,4 @@
|
||||
/initscripts-10.00.tar.gz
|
||||
/initscripts-10.01.tar.gz
|
||||
/initscripts-10.02.tar.gz
|
||||
/initscripts-10.03.tar.gz
|
||||
|
@ -18,8 +18,8 @@ Requires: gawk \
|
||||
|
||||
Name: initscripts
|
||||
Summary: Basic support for legacy System V init scripts
|
||||
Version: 10.02
|
||||
Release: 3%{?dist}
|
||||
Version: 10.03
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv2
|
||||
|
||||
@ -183,7 +183,7 @@ support. Additional configuration is required after installation.
|
||||
# ---------------
|
||||
|
||||
%build
|
||||
%make_build
|
||||
%make_build PYTHON=%{__python3}
|
||||
|
||||
# ---------------
|
||||
|
||||
@ -276,8 +276,6 @@ fi
|
||||
|
||||
# ---------------
|
||||
|
||||
%ghost %config(noreplace, missingok) %verify(not md5 size mtime) %{_sysconfdir}/rc.d/rc.local
|
||||
|
||||
%{_sysconfdir}/rc.d/init.d/functions
|
||||
|
||||
# RC symlinks:
|
||||
@ -349,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
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 10.02-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (initscripts-10.02.tar.gz) = d233033c454040e3b07bb4ac80cc00fb3a68affca1297ab2c90fb82d917fa119c8c84b63532b8cd598afba2fa15fda05ec59c35fa064ab85005d7832253f0915
|
||||
SHA512 (initscripts-10.03.tar.gz) = daad34df1d0dac9e3ed8a60765e56fdf9d2b0b251761d4cbc7a50541055c9cb122ee4ff181c4140e8d2983a9eb33a35c64ac6c8cb9042efb878cb5959eba8a56
|
||||
|
Loading…
Reference in New Issue
Block a user