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: 2.el5.centos |
Release: 2%{?dist} |
8 |
Source: initscripts-%{version}.tar.bz2 |
Source: initscripts-%{version}.tar.bz2 |
9 |
# git source repository |
# git source repository |
10 |
Patch0: 40e9f12f.patch |
Patch0: 40e9f12f.patch |
11 |
Patch10: initscripts-centos-branding.patch |
Patch10: initscripts-centos-branding.patch |
12 |
|
|
13 |
|
# SME specific patches |
14 |
|
Patch1001: initscripts-8.45.38-smepatches.patch |
15 |
|
|
16 |
URL: http://git.fedorahosted.org/git/initscripts.git |
URL: http://git.fedorahosted.org/git/initscripts.git |
17 |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
18 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
46 |
%patch0 -p1 |
%patch0 -p1 |
47 |
%patch10 -p1 |
%patch10 -p1 |
48 |
|
|
49 |
|
# SME specific patches |
50 |
|
%patch1001 -p1 |
51 |
|
|
52 |
%build |
%build |
53 |
make |
make |
54 |
|
|
213 |
%ghost %attr(0664,root,utmp) /var/run/utmp |
%ghost %attr(0664,root,utmp) /var/run/utmp |
214 |
|
|
215 |
%changelog |
%changelog |
216 |
|
* Sat Sep 17 2011 Shad L. Lords <slords@mail.com> 8.45.38-2.sme |
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 |
* Fri Aug 19 2011 Karanbir Singh <kbsingh@centos.org> 8.45.38-2.el5.centos |
* Fri Aug 19 2011 Karanbir Singh <kbsingh@centos.org> 8.45.38-2.el5.centos |
225 |
- Roll in CentOS Branding |
- Roll in CentOS Branding |
226 |
|
|