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.33 |
Version: 8.45.38 |
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%{?dist} |
Release: 2.el5.centos |
8 |
Source: initscripts-%{version}.tar.bz2 |
Source: initscripts-%{version}.tar.bz2 |
|
Patch10: initscripts-centos-branding.patch |
|
|
Patch100: initscripts-8.45.33-smepatches.patch |
|
9 |
# git source repository |
# git source repository |
10 |
|
Patch0: 40e9f12f.patch |
11 |
|
Patch10: initscripts-centos-branding.patch |
12 |
|
|
13 |
URL: http://git.fedorahosted.org/git/initscripts.git |
URL: http://git.fedorahosted.org/git/initscripts.git |
14 |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
15 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
40 |
|
|
41 |
%prep |
%prep |
42 |
%setup -q |
%setup -q |
43 |
|
%patch0 -p1 |
44 |
%patch10 -p1 |
%patch10 -p1 |
|
%patch100 -p1 |
|
45 |
|
|
46 |
%build |
%build |
47 |
make |
make |
207 |
%ghost %attr(0664,root,utmp) /var/run/utmp |
%ghost %attr(0664,root,utmp) /var/run/utmp |
208 |
|
|
209 |
%changelog |
%changelog |
210 |
* Wed Apr 27 2011 Shad L. Lords <slords@mail.com> 8.45.33-1.el5.sme |
* Fri Aug 19 2011 Karanbir Singh <kbsingh@centos.org> 8.45.38-2.el5.centos |
|
- Exit with zero exit status for services not listed in configuration |
|
|
database to avoid failures in post scriptlets [SME: 1653] |
|
|
- Merge in SME Server /sbin/e-smith/service wrapper so that only |
|
|
initscripts which exist in run-level 7 can be run. This ensures |
|
|
that the supervised service is run, if one exists, and protects |
|
|
against running "service httpd restart" [SME: 61, 1495] |
|
|
|
|
|
* Mon Jan 31 2011 Karanbir Singh <kbsingh@centos.org> 8.45.33-1.el5.centos |
|
211 |
- Roll in CentOS Branding |
- Roll in CentOS Branding |
212 |
- Fix the dist tag, since initscripts tag's are not handled in the buildsys |
|
213 |
|
* Fri Jun 24 2011 Bill Nottingham <notting@redhat.com> 8.45.38-2 |
214 |
|
- don't use existing LANG when in startx/xinit (#713988) |
215 |
|
|
216 |
|
* Tue Jun 07 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.38-1 |
217 |
|
- revert patch from #705236 |
218 |
|
|
219 |
|
* Tue Jun 07 2011 Petr Lautrbach <plautrba@redhat.com> 8.45.37-1 |
220 |
|
- add /etc/sysctl.d/ support |
221 |
|
Resolves: rhbz#624385 |
222 |
|
|
223 |
|
* Wed Jun 01 2011 Harald Hoyer <harald@redhat.com> 8.45.36-1 |
224 |
|
- add net_log |
225 |
|
Resolves: rhbz#507515 |
226 |
|
- do not umount mount points with nfs in the path |
227 |
|
Resolves: rhbz#703203 |
228 |
|
- remove /var/run/subsys/rhsm on startup |
229 |
|
Resolves: rhbz#705236 |
230 |
|
|
231 |
|
* Wed Apr 27 2011 Harald Hoyer <harald@redhat.com> 8.45.35-2 |
232 |
|
- fixed support "#" in interface names |
233 |
|
|
234 |
|
* Tue Apr 19 2011 Harald Hoyer <harald@redhat.com> 8.45.35-1 |
235 |
|
- fix VLAN configs with non-numeric interface names |
236 |
|
Resolves: rhbz#462095 |
237 |
|
- do not ignore IPv6 aliases |
238 |
|
Resolves: rhbz#612877 |
239 |
|
- support vlan tag 0 |
240 |
|
Resolves: rhbz#624704 |
241 |
|
- clarify comment of checkpid() |
242 |
|
Resolves: rhbz#637176 |
243 |
|
- specify DEVICETYPE for InfiniBand |
244 |
|
Resolves: rhbz#648524 |
245 |
|
- fix grep in lang.csh |
246 |
|
Resolves: rhbz#649995 |
247 |
|
- support "#" in interface names |
248 |
|
Resolves: rhbz#664091 |
249 |
|
- fixed sysctl calls fail with VLANs |
250 |
|
Resolves: rhbz#665601 |
251 |
|
- fixed loop for switched MACs |
252 |
|
Resolves: rhbz#669728 |
253 |
|
- fixed dmraid output parsing |
254 |
|
Resolves: rhbz#671386 |
255 |
|
- fixed MASTER in double quotes |
256 |
|
Resolves: rhbz#674221 |
257 |
|
- don't do force/lazy umount for the first nfs umount |
258 |
|
Resolves: rhbz#676851 rhbz#687890 |
259 |
|
- fixed DHCPv6 if no IPv4 address configured |
260 |
|
Resolves: rhbz#684909 |
261 |
|
- disable link checking when PERSISTENT_DHCLIENT is set |
262 |
|
Resolves: rhbz#685038 |
263 |
|
- no more noisy output for iscsid check during shutdown or reboot |
264 |
|
Resolves: rhbz#687849 |
265 |
|
- clarified mount option in netfs |
266 |
|
Resolves: rhbz#689898 |
267 |
|
|
268 |
|
* Tue Apr 12 2011 Harald Hoyer <harald@redhat.com> 8.45.34-1 |
269 |
|
- if $LANG is set, don't override it |
270 |
|
Resolves: rhbz#692893 |
271 |
|
- fix arp_ip_target for ifup/ifdown |
272 |
|
Resolves: rhbz#604669 |
273 |
|
- add udev rules for OSX Devices (1731/2) |
274 |
|
Resolves: rhbz#653621 |
275 |
|
|
276 |
* Wed Oct 13 2010 Harald Hoyer <harald@redhat.com> 8.45.33-1 |
* Wed Oct 13 2010 Harald Hoyer <harald@redhat.com> 8.45.33-1 |
277 |
- don't turn of net on shutdown if iscsi is running |
- don't turn of net on shutdown if iscsi is running |