9.53-1
This commit is contained in:
parent
ae47582eca
commit
8864f56507
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/initscripts-9.50.tar.bz2
|
||||
/initscripts-9.51.tar.bz2
|
||||
/initscripts-9.52.tar.bz2
|
||||
/initscripts-9.53.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: The inittab file and the /etc/init.d scripts
|
||||
Name: initscripts
|
||||
Version: 9.52
|
||||
Version: 9.53
|
||||
# ppp-watch is GPLv2+, everything else is GPLv2
|
||||
License: GPLv2 and GPLv2+
|
||||
Group: System Environment/Base
|
||||
@ -28,7 +28,7 @@ Requires: udev >= 125-1
|
||||
Requires: cpio
|
||||
Requires: hostname
|
||||
Conflicts: ipsec-tools < 0.8.0-2
|
||||
Conflicts: NetworkManager < 0.9.9.0-9.git20130807
|
||||
Conflicts: NetworkManager < 0.9.9.0-37.git20140131.el7
|
||||
Requires(pre): /usr/sbin/groupadd
|
||||
Requires(post): /sbin/chkconfig, coreutils
|
||||
Requires(preun): /sbin/chkconfig
|
||||
@ -131,7 +131,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/etc/sysconfig/network-scripts/network-functions-ipv6
|
||||
/etc/sysconfig/network-scripts/init.ipv6-global
|
||||
%config(noreplace) /etc/sysconfig/network-scripts/ifcfg-lo
|
||||
/etc/sysconfig/network-scripts/ifup-ipx
|
||||
/etc/sysconfig/network-scripts/ifup-post
|
||||
/etc/sysconfig/network-scripts/ifdown-ppp
|
||||
/etc/sysconfig/network-scripts/ifup-ppp
|
||||
@ -219,6 +218,21 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/etc/profile.d/debug*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 26 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 9.53-1
|
||||
- bridging: add possibility to set prio and ageing
|
||||
- ifup: add possibility to specify value for -w parameter of arping
|
||||
- network: try to not compete with NM during boot
|
||||
- fedora-domainname: DefaultDependencies=no
|
||||
- service: add condrestart to allowed commands
|
||||
- update ifup/ifdown NetworkManager interaction once more(#1036701, #1061810)
|
||||
- network: modify ifup-wireless so it doesn't call exit
|
||||
- set shmmax and shmall defaults to match rhel6 values (#1056547)
|
||||
- update ifup/ifdown NetworkManager interaction (#1036701, #1061810)
|
||||
- service: fix action matching
|
||||
- remove ifup-ipx from spec
|
||||
- Delete IPX support.
|
||||
- remove dependency on sysvinit-tools
|
||||
|
||||
* Tue Jan 14 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 9.52-1
|
||||
- require procps-ng
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user