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 |
|
|
Patch10: initscripts-centos-branding.patch |
|
|
|
|
10 |
URL: http://git.fedorahosted.org/git/initscripts.git |
URL: http://git.fedorahosted.org/git/initscripts.git |
11 |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
12 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
31 |
|
|
32 |
%description |
%description |
33 |
The initscripts package contains the basic system scripts used to boot |
The initscripts package contains the basic system scripts used to boot |
34 |
your CentOS system, change runlevels, and shut the system down |
your Red Hat system, change runlevels, and shut the system down |
35 |
cleanly. Initscripts also contains the scripts that activate and |
cleanly. Initscripts also contains the scripts that activate and |
36 |
deactivate most network interfaces. |
deactivate most network interfaces. |
37 |
|
|
38 |
%prep |
%prep |
39 |
%setup -q |
%setup -q |
|
%patch0 -p1 |
|
|
%patch10 -p1 |
|
40 |
|
|
41 |
%build |
%build |
42 |
make |
make |
202 |
%ghost %attr(0664,root,utmp) /var/run/utmp |
%ghost %attr(0664,root,utmp) /var/run/utmp |
203 |
|
|
204 |
%changelog |
%changelog |
205 |
* Fri Aug 19 2011 Karanbir Singh <kbsingh@centos.org> 8.45.38-2.el5.centos |
* Mon Dec 19 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.42-1 |
206 |
- Roll in CentOS Branding |
- changed exchange_mode to "main, aggressive" (#435274) |
207 |
|
|
208 |
|
* Fri Dec 2 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.41-1 |
209 |
|
- fix check for dhcp6c pid (#568896) |
210 |
|
|
211 |
|
* Tue Nov 22 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.40-1 |
212 |
|
- exit arping on first response (#744734) |
213 |
|
|
214 |
|
* Tue Nov 01 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.39-1 |
215 |
|
- suppress remove error message during boot (#679998) |
216 |
|
- fix logic error with removing arp_ip_target (#745681) |
217 |
|
|
218 |
* 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 |
219 |
- don't use existing LANG when in startx/xinit (#713988) |
- don't use existing LANG when in startx/xinit (#713988) |