1 |
Summary: The inittab file and the /etc/init.d scripts. |
Summary: The inittab file and the /etc/init.d scripts. |
2 |
Name: initscripts |
Name: initscripts |
3 |
Version: 8.45.25 |
Version: 8.45.30 |
4 |
# ppp-watch is GPLv2+, everything else is GPLv2 |
# ppp-watch is GPLv2+, everything else is GPLv2 |
5 |
License: GPLv2 and GPLv2+ |
License: GPLv2 and GPLv2+ |
6 |
Group: System Environment/Base |
Group: System Environment/Base |
7 |
Release: 1.el5.centos |
Release: 2%{?dist}.2 |
8 |
Source: initscripts-%{version}.tar.bz2 |
Source: initscripts-%{version}.tar.bz2 |
9 |
Patch1: initscripts-centos-branding.patch |
Patch1: initscripts-8.45.29-ctc.patch |
10 |
|
Patch100: initscripts-centos-branding.patch |
11 |
|
Patch1000: initscripts-8.45.25-smepatches.patch |
12 |
|
Patch1001: initscripts-8.45.30-smefixtypo.patch |
13 |
# git source repository |
# git source repository |
14 |
URL: http://git.fedorahosted.org/git/initscripts.git |
URL: http://git.fedorahosted.org/git/initscripts.git |
15 |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
41 |
|
|
42 |
%prep |
%prep |
43 |
%setup -q |
%setup -q |
44 |
%patch1 -p1 |
%patch1 -p1 |
45 |
|
%patch100 -p1 |
46 |
|
%patch1000 -p1 |
47 |
|
%patch1001 -p1 |
48 |
|
|
49 |
%build |
%build |
50 |
make |
make |
59 |
rm -f \ |
rm -f \ |
60 |
$RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-ctc \ |
$RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-ctc \ |
61 |
$RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-iucv \ |
$RPM_BUILD_ROOT/etc/sysconfig/network-scripts/ifup-iucv \ |
62 |
|
$RPM_BUILD_ROOT/etc/udev/rules.d/54-cu3088-fix.rules \ |
63 |
$RPM_BUILD_ROOT/etc/udev/rules.d/55-ccw.rules \ |
$RPM_BUILD_ROOT/etc/udev/rules.d/55-ccw.rules \ |
64 |
$RPM_BUILD_ROOT/lib/udev/ccw_init |
$RPM_BUILD_ROOT/lib/udev/ccw_init |
65 |
%else |
%else |
80 |
/sbin/chkconfig --add netfs |
/sbin/chkconfig --add netfs |
81 |
/sbin/chkconfig --add network |
/sbin/chkconfig --add network |
82 |
/sbin/chkconfig --add netconsole |
/sbin/chkconfig --add netconsole |
83 |
|
/sbin/chkconfig --add rawdevices |
84 |
|
|
85 |
|
|
86 |
%preun |
%preun |
87 |
if [ $1 = 0 ]; then |
if [ $1 = 0 ]; then |
88 |
/sbin/chkconfig --del netfs |
/sbin/chkconfig --del netfs |
89 |
/sbin/chkconfig --del network |
/sbin/chkconfig --del network |
90 |
/sbin/chkconfig --del netconsole |
/sbin/chkconfig --del netconsole |
91 |
|
/sbin/chkconfig --del rawdevices |
92 |
fi |
fi |
93 |
|
|
94 |
%triggerun -- initscripts < 7.62 |
%triggerun -- initscripts < 7.62 |
95 |
/sbin/chkconfig --del random |
/sbin/chkconfig --del random |
|
/sbin/chkconfig --del rawdevices |
|
96 |
exit 0 |
exit 0 |
97 |
|
|
98 |
%clean |
%clean |
116 |
%dir /etc/sysconfig/networking/devices |
%dir /etc/sysconfig/networking/devices |
117 |
%dir /etc/sysconfig/networking/profiles |
%dir /etc/sysconfig/networking/profiles |
118 |
%dir /etc/sysconfig/networking/profiles/default |
%dir /etc/sysconfig/networking/profiles/default |
119 |
|
%config(noreplace) /etc/sysconfig/rawdevices |
120 |
%config /etc/sysconfig/network-scripts/network-functions |
%config /etc/sysconfig/network-scripts/network-functions |
121 |
%config /etc/sysconfig/network-scripts/network-functions-ipv6 |
%config /etc/sysconfig/network-scripts/network-functions-ipv6 |
122 |
%config /etc/sysconfig/network-scripts/init.ipv6-global |
%config /etc/sysconfig/network-scripts/init.ipv6-global |
210 |
%ghost %attr(0664,root,utmp) /var/run/utmp |
%ghost %attr(0664,root,utmp) /var/run/utmp |
211 |
|
|
212 |
%changelog |
%changelog |
213 |
* Sun Mar 1 2009 Karanbir Singh <kbsingh@centos.org> 8.45.25-1.el5.centos |
* Thu Dec 17 2009 Filippo Carletti <filippo.carletti@gmail.com> 8.45.30-2.sme.2 |
214 |
|
- Fix typo in /sbin/service patch (Federico Simoncelli) [SME: 5674] |
215 |
|
|
216 |
|
* Mon Oct 26 2009 Shad L. Lords <slords@mail.com> 8.45.30-2.sme.1 |
217 |
|
- Exit with zero exit status for services not listed in configuration |
218 |
|
database to avoid failures in post scriptlets [SME: 1653] |
219 |
|
- Merge in SME Server /sbin/e-smith/service wrapper so that only |
220 |
|
initscripts which exist in run-level 7 can be run. This ensures |
221 |
|
that the supervised service is run, if one exists, and protects |
222 |
|
against running "service httpd restart" [SME: 61, 1495] |
223 |
|
|
224 |
|
* Mon Sep 28 2009 Karanbir Singh <kbsingh@centos.org> 8.45.30-2.el5.centos |
225 |
- Roll in CentOS Branding |
- Roll in CentOS Branding |
226 |
|
|
227 |
|
* Sat Jul 13 2009 Harald Hoyer <harald@redhat.com> 8.45.30-2 |
228 |
|
- fix raw path in initscript (#472891) |
229 |
|
- remove deprecation comments (#472891) |
230 |
|
- Resolves: rhbz#472891 |
231 |
|
|
232 |
|
* Tue Jul 07 2009 Phil Knirsch <pknirsch@redhat.com> 8.45.29-3 |
233 |
|
- Final fixes for IP address validation (#464268) |
234 |
|
- Added required 54-cu3088-fix.rules udev rules file (#475721) |
235 |
|
- Resolves: #464268,#475721 |
236 |
|
|
237 |
|
* Tue Jun 16 2009 Harald Hoyer <harald@redhat.com> 8.45.29-1 |
238 |
|
- cleanup /var/run/libvirt (#505600) |
239 |
|
- Resolves: rhbz#505600 |
240 |
|
|
241 |
|
* Thu May 14 2009 Harald Hoyer <harald@redhat.com> 8.45.28-1 |
242 |
|
- fixed "Determine reboot/halt via existing INIT_HALT environment variable. (#475006) |
243 |
|
- Resolves: rhbz#475006 |
244 |
|
|
245 |
|
* Wed May 06 2009 Harald Hoyer <harald@redhat.com> 8.45.27-1 |
246 |
|
- undeprecate rawdevices (#472891) |
247 |
|
- Resolves: rhbz#472891 |
248 |
|
|
249 |
|
* Mon May 04 2009 Harald Hoyer <harald@redhat.com> 8.45.26-1 |
250 |
|
- add md activation before lvm/device-mapper in netfs (#480627) |
251 |
|
- fixed SUBCHANNEL grep for s390 |
252 |
|
- Move the bridge member handling later in the ifdown sequence (#463325, Sean E. Millichamp <sean@bruenor.org>) |
253 |
|
- Allow changing of VLAN type even if the module is already loaded. (#495053, <pietro@bertera.it>) |
254 |
|
- add gfs2 to rc.sysinit mount (#494963) |
255 |
|
- support ETHTOOL_OPTS on bridge devices (#493255, <bbaetz@acm.org>) |
256 |
|
- Add vlan support for s390 HSI interfaces. (#490584) |
257 |
|
- Don't re-init an existing device, it causes errors. (#484411, <jpayne@redhat.com>) |
258 |
|
- Remove arp_ip_target on ifdown for bonding devices. (#483711) |
259 |
|
- Don't unmount the nfsd filesystem when unmounting nfs client mounts. (#481794, <sprabhu@redhat.com>) |
260 |
|
- Bring up ipsec interfaces last. (#481733) |
261 |
|
- Break deadlock by explicitly handling alias for CTC and IUCV (#475721) |
262 |
|
- Determine reboot/halt via existing INIT_HALT environment variable. (#475006) |
263 |
|
- Add some docs on BONDING_OPTS. (#472480) |
264 |
|
- Don't say that we're shutting off crypto if we aren't actually doing it. (#471944) |
265 |
|
- remove empty bridges (#463325) |
266 |
|
- Add a address check capability for IPv4 and IPv6 addresses. (#464268) |
267 |
|
- fail if HWADDR specified in ifcfg is not present in the system (#487718) |
268 |
|
- fix ifdown of vlan iface which is a bridge member (#481557) |
269 |
|
- add proper return codes for /etc/init.d/network (#481002) |
270 |
|
- fixed brigde setup (bug #463014) |
271 |
|
- Add an option for consoletype to always return 0. (#453798, <notting@redhat.com>) |
272 |
|
- Use the pidfile before running pidof in status(). (#440658) |
273 |
|
- Allow passing of arguments to dhcp6c (#437949, <pekkas@netcore.fi>) |
274 |
|
- Remove /.suspended as well on boot (#270861) |
275 |
|
- Allow use of either ESP only or AH only (#251494, <stijn.tintel@x-tend.be>) |
276 |
|
- Resolves: rhbz#251494,rhbz#270861,rhbz#437949,rhbz#440658,rhbz#453798, |
277 |
|
rhbz#463014,rhbz#463325,rhbz#464268,rhbz#471944,rhbz#472480, |
278 |
|
rhbz#475006,rhbz#475721,rhbz#475770,rhbz#480627,rhbz#481002, |
279 |
|
rhbz#481557,rhbz#481733,rhbz#481794,rhbz#483711,rhbz#484411, |
280 |
|
rhbz#487718,rhbz#490584,rhbz#493255,rhbz#494963,rhbz#495053 |
281 |
|
|
282 |
* Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.25-1 |
* Wed Nov 12 2008 Harald Hoyer <harald@redhat.com> 8.45.25-1 |
283 |
- fixed SUBCHANNEL grep statement (bug #459044) |
- fixed SUBCHANNEL grep statement (bug #459044) |
284 |
- Resolves: rhbz#459044 |
- Resolves: rhbz#459044 |