This commit is contained in:
Lukas Nykryn 2016-07-19 13:47:24 +02:00
parent bd7342c31a
commit a14ce69b23
3 changed files with 15 additions and 2 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@
/initscripts-9.64.tar.bz2 /initscripts-9.64.tar.bz2
/initscripts-9.65.tar.bz2 /initscripts-9.65.tar.bz2
/initscripts-9.66.tar.bz2 /initscripts-9.66.tar.bz2
/initscripts-9.67.tar.bz2

View File

@ -1,6 +1,6 @@
Summary: Scripts to bring up network interfaces and legacy utilities Summary: Scripts to bring up network interfaces and legacy utilities
Name: initscripts Name: initscripts
Version: 9.66 Version: 9.67
License: GPLv2 License: GPLv2
Group: System Environment/Base Group: System Environment/Base
Release: 1%{?dist} Release: 1%{?dist}
@ -177,6 +177,18 @@ fi
%{_sysconfdir}/profile.d/debug* %{_sysconfdir}/profile.d/debug*
%changelog %changelog
* Tue Jul 19 2016 Lukáš Nykrýn <lnykryn@redhat.com> - 9.67-1
- import-state: restore also sensitivity part of SELinux context
- network: run after network-pre.target
- ifup-eth: fix setting preferred_lft and valid_lft
- ifup: don't call nmcli on any lo device
- source_config: tell NetworkManger to load ifcfg file even for NM_CONTROLLED=no
- ipv6: wait for all global IPv6 addresses to leave the "tentative" state
- rwtab: /var/lib/nfs needs to copy the files
- functions: improve killing loops
- ifup: set valid_lft and preferred_lft to forever for static ip
- service: use systemd mangle for given service
* Mon Apr 25 2016 Lukáš Nykrýn <lnykryn@redhat.com> - 9.66-1 * Mon Apr 25 2016 Lukáš Nykrýn <lnykryn@redhat.com> - 9.66-1
- remove autorelabel stuff - remove autorelabel stuff
- autorelabel: turn quota off before relabeling - autorelabel: turn quota off before relabeling

View File

@ -1 +1 @@
f63245531974a2aa19cc602ce540b634 initscripts-9.66.tar.bz2 e3684fd3729014dbe813365476eba426 initscripts-9.67.tar.bz2