|
# $Id$ |
|
|
|
|
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.17.EL |
Version: 8.45.19.EL |
4 |
License: GPL |
License: GPL |
5 |
Group: System Environment/Base |
Group: System Environment/Base |
6 |
Release: 1%{?dist}.1 |
Release: 1%{?dist}.1 |
7 |
Source: initscripts-%{version}.tar.bz2 |
Source: initscripts-%{version}.tar.bz2 |
8 |
Patch1: initscripts-centos-branding.patch |
Patch1: initscripts-centos-branding.patch |
9 |
Patch100: initscripts-8.45.17.EL-smeserver-service.patch |
|
10 |
URL: http://fedora.redhat.com/projects/additional-projects/initscripts/ |
URL: http://fedora.redhat.com/projects/additional-projects/initscripts/ |
11 |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
12 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
38 |
%prep |
%prep |
39 |
%setup -q |
%setup -q |
40 |
%patch1 -p1 |
%patch1 -p1 |
|
%patch100 -p1 |
|
41 |
|
|
42 |
%build |
%build |
43 |
make |
make |
199 |
%ghost %attr(0664,root,utmp) /var/run/utmp |
%ghost %attr(0664,root,utmp) /var/run/utmp |
200 |
|
|
201 |
%changelog |
%changelog |
202 |
* Thu Dec 20 2007 Shad L. Lords <slords@mail.com> 8.45.17.EL-1.el5.sme.1 |
* Wed May 28 2008 Karanbir Singh <kbsingh@centos.org> 8.45.19.EL-1.el5.centos |
203 |
- Exit with zero exit status for services not listed in configuration |
- Remove upstream Branding |
204 |
database to avoid failures in post scriptlets [SME: 1653] |
|
205 |
- Merge in SME Server /sbin/e-smith/service wrapper so that only |
* Mon Mar 3 2008 Bill Nottingham <notting@redhat.com> 8.45.19.EL-1 |
206 |
initscripts which exist in run-level 7 can be run. This ensures |
- also skip network shutdown if there is a '_rnetdev' root device (part of #435358, <pjones@redhat.com>) |
|
that the supervised service is run, if one exists, and protects |
|
|
against running "service httpd restart" [SME: 61, 1495] |
|
207 |
|
|
208 |
* Fri Nov 9 2007 Karanbir Singh <kbsingh@centos.org> 8.45.17.EL-1.el5.centos.1 |
* Thu Feb 07 2008 Bill Nottingham <notting@redhat.com>, Harald Hoyer <harald@redhat.com> 8.45.18.EL-1 |
209 |
- roll in CentOS Branding Changes |
- IKE_DHGROUP is now an option for IPsec configuration files, which allows |
210 |
|
to set the dh group used during PHASE 1 of IPsec SA (#251506) |
211 |
|
- arp_ip_target can now be used with a comma seperated IP list in BONDING_OPTS (#288151) |
212 |
|
- genhostid now generates only 32 bit hostids on 64 bit systems (#306811) |
213 |
|
- the check for the need of remounting the root file system read-writable |
214 |
|
is now refined (#334171) |
215 |
|
- quoted SUBCHANNELS and HWADDR options in network configuration files are |
216 |
|
now handled properly (#351291) |
217 |
|
- support for resuming from an encrypted swap has been added (#360071) |
218 |
|
- rc.sysinit now executes the proper configuration tools, if /.unconfigured |
219 |
|
is present (#426372) |
220 |
|
- Resolves: rhbz#251506 rhbz#288151 rhbz#306811 rhbz#334171 rhbz#351291 rhbz#360071 rhbz#426372 |
221 |
|
|
222 |
* Tue Aug 7 2007 Bill Nottingham <notting@redhat.com> 8.45.17.EL-1 |
* Tue Aug 7 2007 Bill Nottingham <notting@redhat.com> 8.45.17.EL-1 |
223 |
- fix netconsole service status (#223742) |
- fix netconsole service status (#223742) |