import initscripts-10.00.8-1.el8
This commit is contained in:
parent
dec6318881
commit
f303db16e7
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/initscripts-10.00.6.tar.gz
|
||||
SOURCES/initscripts-10.00.8.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
8b9b2a8c9ec45039da9795b25ab8e314b129c916 SOURCES/initscripts-10.00.6.tar.gz
|
||||
265e421c4c622c865f39a241e346e9b18edd5328 SOURCES/initscripts-10.00.8.tar.gz
|
||||
|
@ -18,7 +18,7 @@ Requires: gawk \
|
||||
|
||||
Name: initscripts
|
||||
Summary: Basic support for legacy System V init scripts
|
||||
Version: 10.00.6
|
||||
Version: 10.00.8
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv2
|
||||
@ -46,6 +46,7 @@ BuildRequires: glib2-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: popt-devel
|
||||
BuildRequires: setup
|
||||
BuildRequires: python3-devel
|
||||
|
||||
%{?systemd_requires}
|
||||
BuildRequires: systemd
|
||||
@ -94,6 +95,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%shared_requirements
|
||||
|
||||
Requires: bc
|
||||
Requires: dbus
|
||||
Requires: gawk
|
||||
Requires: grep
|
||||
@ -344,6 +346,15 @@ fi
|
||||
# =============================================================================
|
||||
|
||||
%changelog
|
||||
* Tue Jun 16 2020 Jan Macku <jamacku@redhat.com> - 10.00.8-1
|
||||
- rwtab: Add support for chrony
|
||||
- ifup-eth: Switch to bc utility, which supports floating point computations.
|
||||
- Replace grep -EL with subshell since -L changed behaviour
|
||||
|
||||
* Wed Apr 15 2020 Jan Macku <jamacku@redhat.com> - 10.00.7-1
|
||||
- Wait for scope link addresses as well as for scope global addresses
|
||||
- Remove deprecated option -m of pidof
|
||||
|
||||
* Tue Dec 10 2019 Jan Macku <jamacku@redhat.com> - 10.00.6-1
|
||||
- Fix service network stop cmd
|
||||
- Fix missing python3 during build phase
|
||||
|
Loading…
Reference in New Issue
Block a user