9.63-1
This commit is contained in:
parent
4567b472f6
commit
c777c519e0
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
||||
/initscripts-9.60.tar.bz2
|
||||
/initscripts-9.61.tar.bz2
|
||||
/initscripts-9.62.tar.bz2
|
||||
/initscripts-9.63.tar.bz2
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user