1 |
|
# $Id: initscripts.spec,v 1.3 2008/04/09 13:51:49 slords Exp $ |
2 |
|
|
3 |
Summary: The inittab file and the /etc/init.d scripts. |
Summary: The inittab file and the /etc/init.d scripts. |
4 |
Name: initscripts |
Name: initscripts |
5 |
Version: 7.93.31.EL |
Version: 7.93.33 |
6 |
License: GPL |
License: GPL |
7 |
Group: System Environment/Base |
Group: System Environment/Base |
8 |
Release: 2.centos4%{?dist} |
Release: 1.centos4%{?dist} |
9 |
Source: initscripts-%{version}.tar.bz2 |
Source: initscripts-%{version}.tar.bz2 |
10 |
URL: http://fedora.redhat.com/projects/additional-projects/initscripts/ |
URL: http://fedora.redhat.com/projects/additional-projects/initscripts/ |
11 |
Patch0: initscripts-s390.patch |
Patch0: initscripts-s390.patch |
|
Patch1: initscripts-kmodule.patch |
|
12 |
Patch100: centos4-initscripts.patch |
Patch100: centos4-initscripts.patch |
13 |
Patch1000: smeserver-initscripts-service.patch |
Patch1000: smeserver-initscripts-service.patch |
14 |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
43 |
%ifarch s390 s390x |
%ifarch s390 s390x |
44 |
%patch0 -p1 -b .s390init |
%patch0 -p1 -b .s390init |
45 |
%endif |
%endif |
46 |
%patch1 -p1 -b .kmodule |
|
47 |
|
#added by CentOS |
48 |
%patch100 -p1 |
%patch100 -p1 |
|
%patch1000 -p1 |
|
49 |
|
|
50 |
|
%patch1000 -p1 |
51 |
|
|
52 |
%build |
%build |
53 |
make |
make |
217 |
%ghost %attr(0664,root,utmp) /var/run/utmp |
%ghost %attr(0664,root,utmp) /var/run/utmp |
218 |
|
|
219 |
%changelog |
%changelog |
220 |
* Fri Nov 30 2007 Shad L. Lords <slords@mail.com> 7.93.31.EL-2.centos4.sme |
* Thu Sep 11 2008 Shad L. Lords <slords@mail.com> 7.93.33-1.centos4.sme |
221 |
- Reapply SME Server patches [SME: 2043] |
- Reapply SME Server patches [SME: 2043] |
222 |
- Exit with zero exit status for services not listed in configuration |
- Exit with zero exit status for services not listed in configuration |
223 |
database to avoid failures in post scriptlets [SME: 1653] |
database to avoid failures in post scriptlets [SME: 1653] |
226 |
that the supervised service is run, if one exists, and protects |
that the supervised service is run, if one exists, and protects |
227 |
against running "service httpd restart" [SME: 61, 1495] |
against running "service httpd restart" [SME: 61, 1495] |
228 |
|
|
229 |
* Sat Nov 17 2007 Johnny Hughes <johnny@centos.org> - 7.93.31.EL-2.centos4 |
* Wed Jun 25 2008 Bill Nottingham <notting@redhat.com> - 7.93.33-1 |
230 |
- Reapplied the CentOS 4 patches |
- the MAC addr patch does not work - pull it |
231 |
- added remove rc.sysinit.orig to spec file |
- Reverts: rhbz#251415 |
232 |
|
|
233 |
|
* Mon Apr 14 2008 Harald Hoyer <harald@redhat.com> 7.93.32-1 |
234 |
|
- don't do something odd if we find a mac address that matches the user-set MACADDR (#251415) (notting) |
235 |
|
- backport getkey race fixes from RHEL 5 (#313611) (mpoole) |
236 |
|
- Fix genhostid for x86_64 (#311611) (notting) |
237 |
|
- netfs: sort nfs mounts for unmounting (#251657) (notting) |
238 |
|
- Resolves: rhbz#251657, rhbz#311611, rhbz#251415, rhbz#313611 |
239 |
|
|
240 |
* Mon Sep 10 2007 Bill Nottingham <notting@redhat.com> - 7.93.31.EL-2 |
* Mon Sep 10 2007 Bill Nottingham <notting@redhat.com> - 7.93.31.EL-2 |
241 |
- kmodule: use a better algorithm for finding modules (#270741) |
- kmodule: use a better algorithm for finding modules (#270741) |