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: 1%{?dist} |
8 |
Source: initscripts-%{version}.tar.bz2 |
Source: initscripts-%{version}.tar.bz2 |
9 |
Patch10: initscripts-centos-branding.patch |
Patch10: initscripts-centos-branding.patch |
10 |
|
Patch100: initscripts-8.45.33-smepatches.patch |
11 |
# git source repository |
# git source repository |
12 |
URL: http://git.fedorahosted.org/git/initscripts.git |
URL: http://git.fedorahosted.org/git/initscripts.git |
13 |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
40 |
%prep |
%prep |
41 |
%setup -q |
%setup -q |
42 |
%patch10 -p1 |
%patch10 -p1 |
43 |
|
%patch100 -p1 |
44 |
|
|
45 |
%build |
%build |
46 |
make |
make |
206 |
%ghost %attr(0664,root,utmp) /var/run/utmp |
%ghost %attr(0664,root,utmp) /var/run/utmp |
207 |
|
|
208 |
%changelog |
%changelog |
209 |
|
* Wed Apr 27 2011 Shad L. Lords <slords@mail.com> 8.45.33-1.el5.sme |
210 |
|
- Exit with zero exit status for services not listed in configuration |
211 |
|
database to avoid failures in post scriptlets [SME: 1653] |
212 |
|
- Merge in SME Server /sbin/e-smith/service wrapper so that only |
213 |
|
initscripts which exist in run-level 7 can be run. This ensures |
214 |
|
that the supervised service is run, if one exists, and protects |
215 |
|
against running "service httpd restart" [SME: 61, 1495] |
216 |
|
|
217 |
* Mon Jan 31 2011 Karanbir Singh <kbsingh@centos.org> 8.45.33-1.el5.centos |
* Mon Jan 31 2011 Karanbir Singh <kbsingh@centos.org> 8.45.33-1.el5.centos |
218 |
- Roll in CentOS Branding |
- Roll in CentOS Branding |
219 |
- Fix the dist tag, since initscripts tag's are not handled in the buildsys |
- Fix the dist tag, since initscripts tag's are not handled in the buildsys |