9.71
This commit is contained in:
parent
049c81f2d3
commit
a11c2d64d6
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@
|
||||
/initscripts-9.68.tar.bz2
|
||||
/initscripts-9.69.tar.bz2
|
||||
/initscripts-9.70.tar.gz
|
||||
/initscripts-9.71.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Scripts to bring up network interfaces and legacy utilities
|
||||
Name: initscripts
|
||||
Version: 9.70
|
||||
Version: 9.71
|
||||
License: GPLv2
|
||||
Group: System Environment/Base
|
||||
Release: 1%{?dist}
|
||||
@ -131,9 +131,9 @@ fi
|
||||
%{_sysconfdir}/sysconfig/network-scripts/ifup-ctc
|
||||
%endif
|
||||
%config(noreplace) %{_sysconfdir}/networks
|
||||
%{_sysconfdir}/rwtab
|
||||
%config(noreplace) %{_sysconfdir}/rwtab
|
||||
%config(noreplace) %{_sysconfdir}/statetab
|
||||
%dir %{_sysconfdir}/rwtab.d
|
||||
%{_sysconfdir}/statetab
|
||||
%dir %{_sysconfdir}/statetab.d
|
||||
%{_prefix}/lib/systemd/fedora-*
|
||||
%{_prefix}/lib/systemd/system/*
|
||||
@ -176,6 +176,21 @@ fi
|
||||
%{_sysconfdir}/profile.d/debug*
|
||||
|
||||
%changelog
|
||||
* Wed May 24 2017 David Kaspar [Dee'Kej] <dkaspar@redhat.com> - 9.71-1
|
||||
- usleep: print deprecation warning from now on
|
||||
- sysconfig.txt: mention previously introduced NO_DHCP_HOSTNAME option
|
||||
- DHCP_FQDN and DHCP_SEND_HOSTNAME introduced
|
||||
- re-add missing $HOSTNAME initialization
|
||||
- ifup: add support for VLAN_EGRESS_PRIORITY_MAP
|
||||
- specfile: mark 'rwtab' and 'statetab' as config files
|
||||
- killproc/status: add missing '-b <binary>' option
|
||||
- ifdown-eth: we need to flush global scope as well
|
||||
- ifup-eth: remove quote marks
|
||||
- po: download latest translations from zanata
|
||||
- rwtab: add /var/lib/systemd/timers
|
||||
- Update initscripts.pot
|
||||
- Port headers in xgettext_sh.py to 2017
|
||||
|
||||
* Fri Feb 24 2017 Lukáš Nykrýn <lnykryn@redhat.com> - 9.70-1
|
||||
- move source to github
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (initscripts-9.70.tar.gz) = b32767a6f4bffc96494ee09e8786df49676874cffa698e5f0f6b4b2d03b0e5624c19eec5345a56d1bfcdbe1a7c22a8dd8168e33a98308528a04c98cc912a703a
|
||||
SHA512 (initscripts-9.71.tar.gz) = 96dc7c425d65e8518fd511e396fe83a62e79288649fe3a84c84cf9b8e5533f0cd432ba79a0a8da7ad4c7e559e3fce143203a9d8a8ba562a8797b3a66237a0ef8
|
||||
|
Loading…
Reference in New Issue
Block a user