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.38 |
Version: 8.45.42 |
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: 1%{?dist} |
8 |
Source: initscripts-%{version}.tar.bz2 |
Source: initscripts-%{version}.tar.bz2 |
9 |
# git source repository |
# git source repository |
|
Patch0: 40e9f12f.patch |
|
10 |
Patch10: initscripts-centos-branding.patch |
Patch10: initscripts-centos-branding.patch |
11 |
|
|
12 |
|
# SME specific patches |
13 |
|
Patch1001: initscripts-8.45.38-smepatches.patch |
14 |
|
|
15 |
URL: http://git.fedorahosted.org/git/initscripts.git |
URL: http://git.fedorahosted.org/git/initscripts.git |
16 |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
17 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
42 |
|
|
43 |
%prep |
%prep |
44 |
%setup -q |
%setup -q |
|
%patch0 -p1 |
|
45 |
%patch10 -p1 |
%patch10 -p1 |
46 |
|
|
47 |
|
# SME specific patches |
48 |
|
%patch1001 -p1 |
49 |
|
|
50 |
%build |
%build |
51 |
make |
make |
52 |
|
|
211 |
%ghost %attr(0664,root,utmp) /var/run/utmp |
%ghost %attr(0664,root,utmp) /var/run/utmp |
212 |
|
|
213 |
%changelog |
%changelog |
214 |
* Fri Aug 19 2011 Karanbir Singh <kbsingh@centos.org> 8.45.38-2.el5.centos |
* Thu Mar 8 2012 Shad L. Lords <slords@mail.com> 8.45.42-1.sme |
215 |
- Roll in CentOS Branding |
- Exit with zero exit status for services not listed in configuration |
216 |
|
database to avoid failures in post scriptlets [SME: 1653] |
217 |
|
- Merge in SME Server /sbin/e-smith/service wrapper so that only |
218 |
|
initscripts which exist in run-level 7 can be run. This ensures |
219 |
|
that the supervised service is run, if one exists, and protects |
220 |
|
against running "service httpd restart" [SME: 61, 1495] |
221 |
|
|
222 |
|
* Mon Dec 19 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.42-1 |
223 |
|
- changed exchange_mode to "main, aggressive" (#435274) |
224 |
|
|
225 |
|
* Fri Dec 2 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.41-1 |
226 |
|
- fix check for dhcp6c pid (#568896) |
227 |
|
|
228 |
|
* Tue Nov 22 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.40-1 |
229 |
|
- exit arping on first response (#744734) |
230 |
|
|
231 |
|
* Tue Nov 01 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.39-1 |
232 |
|
- suppress remove error message during boot (#679998) |
233 |
|
- fix logic error with removing arp_ip_target (#745681) |
234 |
|
|
235 |
* Fri Jun 24 2011 Bill Nottingham <notting@redhat.com> 8.45.38-2 |
* Fri Jun 24 2011 Bill Nottingham <notting@redhat.com> 8.45.38-2 |
236 |
- don't use existing LANG when in startx/xinit (#713988) |
- don't use existing LANG when in startx/xinit (#713988) |