From c777c519e044b4f366d1b4ab50c4bbe5bf5fbc87 Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Mon, 18 May 2015 15:13:36 +0200 Subject: [PATCH] 9.63-1 --- .gitignore | 1 + initscripts.spec | 14 ++++++++++++-- sources | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4d29280..622b344 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /initscripts-9.60.tar.bz2 /initscripts-9.61.tar.bz2 /initscripts-9.62.tar.bz2 +/initscripts-9.63.tar.bz2 diff --git a/initscripts.spec b/initscripts.spec index 73909ca..805b4c9 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.62 +Version: 9.63 License: GPLv2 Group: System Environment/Base Release: 1%{?dist} @@ -13,6 +13,7 @@ Requires: module-init-tools Requires: util-linux >= 2.16 Requires: bash >= 3.0 Requires: procps-ng >= 3.3.8-16 +Requires: ipcalc Conflicts: systemd < 216-3 Conflicts: lvm2 < 2.02.98-3 Conflicts: dmraid < 1.0.0.rc16-18 @@ -146,7 +147,6 @@ fi %exclude %{_sysconfdir}/profile.d/debug* %{_sysconfdir}/profile.d/* %{_sbindir}/sys-unconfig -%{_bindir}/ipcalc %{_bindir}/usleep %attr(4755,root,root) %{_sbindir}/usernetctl %{_sbindir}/consoletype @@ -176,6 +176,16 @@ fi %{_sysconfdir}/profile.d/debug* %changelog +* Mon May 18 2015 Lukáš Nykrýn - 9.63-1 +- remove ipcalc, it has its own package now +- network: tell NM to reload its configuration during start +- bonding: warn if the ifup for slave device failed +- sysctl.conf: drop SHMALL and SHMMAX, they have sane default values in kernel +- ifup: don't call NM for loopback +- clarify daemon() usage message +- rename_device: allow non-channel nics for s390x machines +- ifup: add missing quotes + * Thu Apr 09 2015 Lukáš Nykrýn - 9.62-1 - network-functions: fix change_resolv_conf after grep update - ifup-aliases: don't return with error when arping fails diff --git a/sources b/sources index b0de21b..9fd9468 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -76033ca59b3da44531b6e97eabf79c5b initscripts-9.62.tar.bz2 +1ae0f15e54a904ac30185548d43daa1c initscripts-9.63.tar.bz2