This commit is contained in:
Lukas Nykryn 2015-05-18 15:13:36 +02:00
parent 4567b472f6
commit c777c519e0
3 changed files with 14 additions and 3 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@
/initscripts-9.60.tar.bz2
/initscripts-9.61.tar.bz2
/initscripts-9.62.tar.bz2
/initscripts-9.63.tar.bz2

View File

@ -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 <lnykryn@redhat.com> - 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 <lnykryn@redhat.com> - 9.62-1
- network-functions: fix change_resolv_conf after grep update
- ifup-aliases: don't return with error when arping fails

View File

@ -1 +1 @@
76033ca59b3da44531b6e97eabf79c5b initscripts-9.62.tar.bz2
1ae0f15e54a904ac30185548d43daa1c initscripts-9.63.tar.bz2