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%{?dist} |
Release: 2.1%{?dist} |
8 |
Source: initscripts-%{version}.tar.bz2 |
Source: initscripts-%{version}.tar.bz2 |
9 |
# git source repository |
Patch0: initscripts-8.45.42-kpartx.patch |
10 |
Patch0: 40e9f12f.patch |
Patch1: 0002-create-tmp-.X11-unix-in-rc.sysinit.patch |
11 |
Patch10: initscripts-centos-branding.patch |
Patch10: initscripts-centos-branding.patch |
12 |
|
|
13 |
# SME specific patches |
# SME specific patches |
14 |
Patch1001: initscripts-8.45.38-smepatches.patch |
Patch1001: initscripts-8.45.38-smepatches.patch |
15 |
|
|
16 |
|
# git source repository |
17 |
URL: http://git.fedorahosted.org/git/initscripts.git |
URL: http://git.fedorahosted.org/git/initscripts.git |
18 |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
19 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
38 |
|
|
39 |
%description |
%description |
40 |
The initscripts package contains the basic system scripts used to boot |
The initscripts package contains the basic system scripts used to boot |
41 |
your CentOS system, change runlevels, and shut the system down |
your Linux system, change runlevels, and shut the system down |
42 |
cleanly. Initscripts also contains the scripts that activate and |
cleanly. Initscripts also contains the scripts that activate and |
43 |
deactivate most network interfaces. |
deactivate most network interfaces. |
44 |
|
|
45 |
%prep |
%prep |
46 |
%setup -q |
%setup -q |
47 |
%patch0 -p1 |
%patch0 -p1 |
48 |
|
%patch1 -p1 |
49 |
%patch10 -p1 |
%patch10 -p1 |
50 |
|
|
51 |
# SME specific patches |
# SME specific patches |
215 |
%ghost %attr(0664,root,utmp) /var/run/utmp |
%ghost %attr(0664,root,utmp) /var/run/utmp |
216 |
|
|
217 |
%changelog |
%changelog |
218 |
* Sat Sep 17 2011 Shad L. Lords <slords@mail.com> 8.45.38-2.sme |
* Tue Oct 1 2013 Ian Wells <esmith@wellsi.com> 8.45.42-2.1.sme |
219 |
|
- Update to 8.45.42-2.1 [SME: 7870] |
220 |
- Exit with zero exit status for services not listed in configuration |
- Exit with zero exit status for services not listed in configuration |
221 |
database to avoid failures in post scriptlets [SME: 1653] |
database to avoid failures in post scriptlets [SME: 1653] |
222 |
- Merge in SME Server /sbin/e-smith/service wrapper so that only |
- Merge in SME Server /sbin/e-smith/service wrapper so that only |
224 |
that the supervised service is run, if one exists, and protects |
that the supervised service is run, if one exists, and protects |
225 |
against running "service httpd restart" [SME: 61, 1495] |
against running "service httpd restart" [SME: 61, 1495] |
226 |
|
|
227 |
* Fri Aug 19 2011 Karanbir Singh <kbsingh@centos.org> 8.45.38-2.el5.centos |
* Fri Aug 16 2013 Lukas Nykryn <lnykryn@redhat.com> - 8.45.42-2.1 |
228 |
- Roll in CentOS Branding |
- create /tmp/.X11-unix in rc.sysinit (#997622, CVE-2013-4169) |
229 |
|
|
230 |
|
* Thu Aug 02 2012 Lukas Nykryn <lnykryn@redhat.com> - 8.45.42-2 |
231 |
|
- added missing "-p p" for kpartx in netfs (#844671) |
232 |
|
|
233 |
|
* Mon Dec 19 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.42-1 |
234 |
|
- changed exchange_mode to "main, aggressive" (#435274) |
235 |
|
|
236 |
|
* Fri Dec 2 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.41-1 |
237 |
|
- fix check for dhcp6c pid (#568896) |
238 |
|
|
239 |
|
* Tue Nov 22 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.40-1 |
240 |
|
- exit arping on first response (#744734) |
241 |
|
|
242 |
|
* Tue Nov 01 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.39-1 |
243 |
|
- suppress remove error message during boot (#679998) |
244 |
|
- fix logic error with removing arp_ip_target (#745681) |
245 |
|
|
246 |
* 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 |
247 |
- don't use existing LANG when in startx/xinit (#713988) |
- don't use existing LANG when in startx/xinit (#713988) |