1 |
|
# $Id: initscripts.spec,v 1.8 2010/03/04 16:31:07 slords Exp $ |
2 |
|
|
3 |
Summary: The inittab file and the /etc/init.d scripts. |
Summary: The inittab file and the /etc/init.d scripts. |
4 |
Name: initscripts |
Name: initscripts |
5 |
Version: 7.93.29.EL |
Version: 7.93.35 |
6 |
License: GPL |
License: GPL |
7 |
Group: System Environment/Base |
Group: System Environment/Base |
8 |
Release: 1%{?dist} |
Release: 1%{?dist} |
9 |
Source: initscripts-%{version}.tar.bz2 |
Source: initscripts-%{version}.tar.bz2 |
10 |
URL: http://fedora.redhat.com/projects/additional-projects/initscripts/ |
URL: http://fedora.redhat.com/projects/additional-projects/initscripts/ |
11 |
Patch0: initscripts-s390.patch |
Patch0: initscripts-s390.patch |
12 |
Patch1: centos4-initscripts.patch |
Patch100: centos4-initscripts.patch |
13 |
Patch1000: smeserver-initscripts-service.patch |
Patch1000: initscripts-7.93.34-smerunlevel.patch |
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 |
16 |
Requires: /sbin/sysctl, sysklogd >= 1.3.31 |
Requires: /sbin/sysctl, sysklogd >= 1.3.31 |
24 |
Conflicts: mkinitrd < 4.0 |
Conflicts: mkinitrd < 4.0 |
25 |
Conflicts: timeconfig < 3.0, ppp < 2.3.9, wvdial < 1.40-3 |
Conflicts: timeconfig < 3.0, ppp < 2.3.9, wvdial < 1.40-3 |
26 |
Conflicts: ypbind < 1.6-12, psacct < 6.3.2-12, kbd < 1.06-19, lokkit < 0.50-14 |
Conflicts: ypbind < 1.6-12, psacct < 6.3.2-12, kbd < 1.06-19, lokkit < 0.50-14 |
27 |
Conflicts: udev < 0:032 |
Conflicts: udev < 0:039-10.24 |
28 |
Conflicts: tcsh < 6.13-5, diskdumputils < 1.1.0 |
Conflicts: tcsh < 6.13-5, diskdumputils < 1.1.0 |
29 |
Obsoletes: rhsound sapinit |
Obsoletes: rhsound sapinit |
30 |
Prereq: /sbin/chkconfig, /usr/sbin/groupadd, gawk, fileutils, sh-utils |
Prereq: /sbin/chkconfig, /usr/sbin/groupadd, gawk, fileutils, sh-utils |
31 |
BuildPrereq: glib2-devel popt gettext pkgconfig |
BuildPrereq: glib2-devel popt gettext pkgconfig |
32 |
BuildPrereq: kudzu-devel >= 1.1.80 |
BuildPrereq: kudzu-devel >= 1.1.95.24-1 |
33 |
|
|
34 |
%description |
%description |
35 |
The initscripts package contains the basic system scripts used to boot |
The initscripts package contains the basic system scripts used to boot |
44 |
%patch0 -p1 -b .s390init |
%patch0 -p1 -b .s390init |
45 |
%endif |
%endif |
46 |
|
|
47 |
# CentOS-4 patch |
#added by CentOS |
48 |
%patch1 -p1 |
%patch100 -p1 |
|
|
|
|
# SME Server patch |
|
49 |
%patch1000 -p1 |
%patch1000 -p1 |
50 |
|
|
51 |
%build |
%build |
71 |
%else |
%else |
72 |
rm -f \ |
rm -f \ |
73 |
$RPM_BUILD_ROOT/etc/rc.d/rc.sysinit.s390init \ |
$RPM_BUILD_ROOT/etc/rc.d/rc.sysinit.s390init \ |
74 |
$RPM_BUILD_ROOT/etc/sysconfig/init.s390 \ |
$RPM_BUILD_ROOT/etc/sysconfig/init.s390 |
|
$RPM_BUILD_ROOT/etc/rc.d/rc.sysinit.orig |
|
75 |
%endif |
%endif |
76 |
|
|
77 |
%pre |
%pre |
216 |
%ghost %attr(0664,root,utmp) /var/run/utmp |
%ghost %attr(0664,root,utmp) /var/run/utmp |
217 |
|
|
218 |
%changelog |
%changelog |
219 |
* Thu May 17 2007 Gordon Rowell <gordonr@gormand.com.au> 7.93.29.EL-1.centos4.sme |
* Sun May 23 2010 Shad L. Lords <slords@mail.com> - 7.93.35-1.sme |
220 |
- Reapply SME Server patches [SME: 2043] |
- Reapply SME Server patches [SME: 2043] |
221 |
- Exit with zero exit status for services not listed in configuration |
- Exit with zero exit status for services not listed in configuration |
222 |
database to avoid failures in post scriptlets [SME: 1653] |
database to avoid failures in post scriptlets [SME: 1653] |
225 |
that the supervised service is run, if one exists, and protects |
that the supervised service is run, if one exists, and protects |
226 |
against running "service httpd restart" [SME: 61, 1495] |
against running "service httpd restart" [SME: 61, 1495] |
227 |
|
|
228 |
* Wed May 2 2007 Johnny Hughes <johnny@centos.org> - 7.93.29.EL-1.centos4 |
* Tue May 11 2010 Tru Huynh <tru@centos.org> - 7.93.35-1.centos4 |
229 |
- Reapplied the CentOS 4 patches |
- Reapplied the CentOS 4 patches |
230 |
- added remove rc.sysinit.orig to spec file |
|
231 |
|
* Tue Apr 20 2010 Bill Nottingham <notting@redhat.com> - 7.93.35-1 |
232 |
|
- rc.sysinit: call multipath with '-q' (#580287, <bmarzins@redhat.com>) |
233 |
|
Resolves: rhbz#584347 |
234 |
|
|
235 |
|
* Fri Jan 23 2009 Harald Hoyer <harald@redhat.com> - 7.93.34-1 |
236 |
|
- add LINKDELAY to check_link_down() (bug #458323) (harald) |
237 |
|
- s/J/Y - Dutch translation mistake for integrity check (bug #237118) (harald) |
238 |
|
- link against newer kudzu-devel (bug #478881, #468680) (harald) |
239 |
|
- Backport fix for releasing bonding slaves properly and not looping. (#448837, #220525) (notting) |
240 |
|
- add udevsettle to rc.sysinit (bug #198704) |
241 |
|
Resolves: rhbz#478881, rhbz#458323, rhbz#448837, rhbz#237118 |
242 |
|
|
243 |
|
* Wed Jun 25 2008 Bill Nottingham <notting@redhat.com> - 7.93.33-1 |
244 |
|
- the MAC addr patch does not work - pull it |
245 |
|
- Reverts: rhbz#251415 |
246 |
|
|
247 |
|
* Mon Apr 14 2008 Harald Hoyer <harald@redhat.com> 7.93.32-1 |
248 |
|
- don't do something odd if we find a mac address that matches the user-set MACADDR (#251415) (notting) |
249 |
|
- backport getkey race fixes from RHEL 5 (#313611) (mpoole) |
250 |
|
- Fix genhostid for x86_64 (#311611) (notting) |
251 |
|
- netfs: sort nfs mounts for unmounting (#251657) (notting) |
252 |
|
- Resolves: rhbz#251657, rhbz#311611, rhbz#251415, rhbz#313611 |
253 |
|
|
254 |
|
* Mon Sep 10 2007 Bill Nottingham <notting@redhat.com> - 7.93.31.EL-2 |
255 |
|
- kmodule: use a better algorithm for finding modules (#270741) |
256 |
|
|
257 |
|
* Thu Aug 02 2007 Harald Hoyer <harald@redhat.com> - 7.93.31.EL-1 |
258 |
|
- set the hwclock before udev starts (#230997) |
259 |
|
|
260 |
|
* Fri Jun 22 2007 Bill Nottingham <notting@redhat.com> - 7.93.30.EL-1 |
261 |
|
- init.d/network, network-functions: don't fiddle with hotplug settings (#185569, #209307) |
262 |
|
- init.d/network: add support for VLAN_PLUS_VID_NO_PAD vlans (#222975) |
263 |
|
|
264 |
* Mon Feb 12 2007 Miloslav Trmac <mitr@redhat.com> - 7.93.29.EL-1 |
* Mon Feb 12 2007 Miloslav Trmac <mitr@redhat.com> - 7.93.29.EL-1 |
265 |
- Revert a backport of UTF-8 support for console keymaps |
- Revert a backport of UTF-8 support for console keymaps |
307 |
* Thu Jan 12 2006 Bill Nottingham <notting@redhat.com> |
* Thu Jan 12 2006 Bill Nottingham <notting@redhat.com> |
308 |
- ignore sysfs but not /sys<otherstuff> (#177612, <bnocera@redhat.com>) |
- ignore sysfs but not /sys<otherstuff> (#177612, <bnocera@redhat.com>) |
309 |
|
|
|
* Sat Dec 31 2005 Pasi Pirhonen <upi@iki.fi> 7.93.23.EL-1.centos4 |
|
|
- Removed trademark info, added color CentOS prompt |
|
|
- Removed < 256mb RAM 10 sec pause |
|
|
|
|
310 |
* Thu Dec 15 2005 Bill Nottingham <notting@redhat.com> 7.93.24.EL-1 |
* Thu Dec 15 2005 Bill Nottingham <notting@redhat.com> 7.93.24.EL-1 |
311 |
- correct fix for #172804 |
- correct fix for #172804 |
312 |
|
|