diff --git a/.gitignore b/.gitignore index 5235cfb..3e52c00 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /initscripts-9.62.tar.bz2 /initscripts-9.63.tar.bz2 /initscripts-9.64.tar.bz2 +/initscripts-9.65.tar.bz2 diff --git a/initscripts.spec b/initscripts.spec index c2f29a1..e7e0fce 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.64 +Version: 9.65 License: GPLv2 Group: System Environment/Base Release: 1%{?dist} @@ -176,6 +176,16 @@ fi %{_sysconfdir}/profile.d/debug* %changelog +* Mon Dec 07 2015 Lukáš Nykrýn - 9.65-1 +- init.d/functions: end with 0 +- fedora-loadmodules: we don't have readahead anymore +- network-scripts: DEVICE and HWADRR could be quoted by apostrophe +- ifup-wireless: fix calling of phy_wireless_device +- ifdown: clean ipv4 localhost addresses +- ifup-eth: some bridge options are applied later +- service: improve status and stop function for daemon with intscripts +- init.d/functions: reload systemd if it can't see an initscript + * Thu Aug 06 2015 Lukáš Nykrýn - 9.64-1 - network-functions: fix wireless detection - fedora-readonly: use --make-slave with --bind mounts diff --git a/sources b/sources index eb6b45b..df500c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9cce2ae1009750e84be37c09a028757e initscripts-9.64.tar.bz2 +ef3dbd5515ab66d9cc616d5f20799b0a initscripts-9.65.tar.bz2