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.33 |
Version: 7.93.33 |
6 |
License: GPL |
License: GPL |
7 |
Group: System Environment/Base |
Group: System Environment/Base |
8 |
Release: 1.centos4 |
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 |
12 |
Patch100: centos4-initscripts.patch |
Patch100: centos4-initscripts.patch |
13 |
|
Patch1000: smeserver-initscripts-service.patch |
14 |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
15 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
16 |
Requires: /sbin/sysctl, sysklogd >= 1.3.31 |
Requires: /sbin/sysctl, sysklogd >= 1.3.31 |
47 |
#added by CentOS |
#added by CentOS |
48 |
%patch100 -p1 |
%patch100 -p1 |
49 |
|
|
50 |
|
%patch1000 -p1 |
51 |
|
|
52 |
%build |
%build |
53 |
make |
make |
54 |
|
|
217 |
%ghost %attr(0664,root,utmp) /var/run/utmp |
%ghost %attr(0664,root,utmp) /var/run/utmp |
218 |
|
|
219 |
%changelog |
%changelog |
220 |
|
* Thu Sep 11 2008 Shad L. Lords <slords@mail.com> 7.93.33-1.centos4.sme |
221 |
|
- Reapply SME Server patches [SME: 2043] |
222 |
|
- Exit with zero exit status for services not listed in configuration |
223 |
|
database to avoid failures in post scriptlets [SME: 1653] |
224 |
|
- Merge in SME Server /sbin/e-smith/service wrapper so that only |
225 |
|
initscripts which exist in run-level 7 can be run. This ensures |
226 |
|
that the supervised service is run, if one exists, and protects |
227 |
|
against running "service httpd restart" [SME: 61, 1495] |
228 |
|
|
229 |
* Wed Jun 25 2008 Bill Nottingham <notting@redhat.com> - 7.93.33-1 |
* Wed Jun 25 2008 Bill Nottingham <notting@redhat.com> - 7.93.33-1 |
230 |
- the MAC addr patch does not work - pull it |
- the MAC addr patch does not work - pull it |
231 |
- Reverts: rhbz#251415 |
- Reverts: rhbz#251415 |