diff --git a/.gitignore b/.gitignore index c8a8cf7..f9ac6bb 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /initscripts-9.64.tar.bz2 /initscripts-9.65.tar.bz2 /initscripts-9.66.tar.bz2 +/initscripts-9.67.tar.bz2 diff --git a/initscripts.spec b/initscripts.spec index d7680a9..5513016 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: Scripts to bring up network interfaces and legacy utilities Name: initscripts -Version: 9.66 +Version: 9.67 License: GPLv2 Group: System Environment/Base Release: 1%{?dist} @@ -177,6 +177,18 @@ fi %{_sysconfdir}/profile.d/debug* %changelog +* Tue Jul 19 2016 Lukáš Nykrýn - 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 - 9.66-1 - remove autorelabel stuff - autorelabel: turn quota off before relabeling diff --git a/sources b/sources index c8d3a12..ccea6a1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f63245531974a2aa19cc602ce540b634 initscripts-9.66.tar.bz2 +e3684fd3729014dbe813365476eba426 initscripts-9.67.tar.bz2