|
# $Id: initscripts.spec,v 1.3 2008/04/09 13:51:49 slords Exp $ |
|
|
|
|
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: 7.93.33 |
Version: 7.93.34 |
4 |
License: GPL |
License: GPL |
5 |
Group: System Environment/Base |
Group: System Environment/Base |
6 |
Release: 1.centos4%{?dist} |
Release: 1.centos4.1%{?dist} |
7 |
Source: initscripts-%{version}.tar.bz2 |
Source: initscripts-%{version}.tar.bz2 |
8 |
URL: http://fedora.redhat.com/projects/additional-projects/initscripts/ |
URL: http://fedora.redhat.com/projects/additional-projects/initscripts/ |
9 |
Patch0: initscripts-s390.patch |
Patch0: initscripts-s390.patch |
10 |
Patch100: centos4-initscripts.patch |
Patch100: centos4-initscripts.patch |
11 |
Patch1000: smeserver-initscripts-service.patch |
Patch1000: initscripts-7.93.34-smerunlevel.patch |
12 |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
13 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
14 |
Requires: /sbin/sysctl, sysklogd >= 1.3.31 |
Requires: /sbin/sysctl, sysklogd >= 1.3.31 |
22 |
Conflicts: mkinitrd < 4.0 |
Conflicts: mkinitrd < 4.0 |
23 |
Conflicts: timeconfig < 3.0, ppp < 2.3.9, wvdial < 1.40-3 |
Conflicts: timeconfig < 3.0, ppp < 2.3.9, wvdial < 1.40-3 |
24 |
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 |
25 |
Conflicts: udev < 0:032 |
Conflicts: udev < 0:039-10.24 |
26 |
Conflicts: tcsh < 6.13-5, diskdumputils < 1.1.0 |
Conflicts: tcsh < 6.13-5, diskdumputils < 1.1.0 |
27 |
Obsoletes: rhsound sapinit |
Obsoletes: rhsound sapinit |
28 |
Prereq: /sbin/chkconfig, /usr/sbin/groupadd, gawk, fileutils, sh-utils |
Prereq: /sbin/chkconfig, /usr/sbin/groupadd, gawk, fileutils, sh-utils |
29 |
BuildPrereq: glib2-devel popt gettext pkgconfig |
BuildPrereq: glib2-devel popt gettext pkgconfig |
30 |
BuildPrereq: kudzu-devel >= 1.1.80 |
BuildPrereq: kudzu-devel >= 1.1.95.24-1 |
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 |
44 |
|
|
45 |
#added by CentOS |
#added by CentOS |
46 |
%patch100 -p1 |
%patch100 -p1 |
|
|
|
47 |
%patch1000 -p1 |
%patch1000 -p1 |
48 |
|
|
49 |
%build |
%build |
214 |
%ghost %attr(0664,root,utmp) /var/run/utmp |
%ghost %attr(0664,root,utmp) /var/run/utmp |
215 |
|
|
216 |
%changelog |
%changelog |
217 |
* Thu Sep 11 2008 Shad L. Lords <slords@mail.com> 7.93.33-1.centos4.sme |
* Mon Aug 24 2009 Shad L. Lords <slords@mail.com> 7.93.34-1.centos4.1.sme |
218 |
- Reapply SME Server patches [SME: 2043] |
- Reapply SME Server patches [SME: 2043] |
219 |
- Exit with zero exit status for services not listed in configuration |
- Exit with zero exit status for services not listed in configuration |
220 |
database to avoid failures in post scriptlets [SME: 1653] |
database to avoid failures in post scriptlets [SME: 1653] |
223 |
that the supervised service is run, if one exists, and protects |
that the supervised service is run, if one exists, and protects |
224 |
against running "service httpd restart" [SME: 61, 1495] |
against running "service httpd restart" [SME: 61, 1495] |
225 |
|
|
226 |
|
* Thu Jul 2 2009 Tru Huynh <tru@centos.org> - 7.93.34-1.centos4 |
227 |
|
- Reapplied the CentOS 4 patches |
228 |
|
|
229 |
|
* Fri Jan 23 2009 Harald Hoyer <harald@redhat.com> - 7.93.34-1 |
230 |
|
- add LINKDELAY to check_link_down() (bug #458323) (harald) |
231 |
|
- s/J/Y - Dutch translation mistake for integrity check (bug #237118) (harald) |
232 |
|
- link against newer kudzu-devel (bug #478881, #468680) (harald) |
233 |
|
- Backport fix for releasing bonding slaves properly and not looping. (#448837, #220525) (notting) |
234 |
|
- add udevsettle to rc.sysinit (bug #198704) |
235 |
|
Resolves: rhbz#478881, rhbz#458323, rhbz#448837, rhbz#237118 |
236 |
|
|
237 |
* Wed Jun 25 2008 Bill Nottingham <notting@redhat.com> - 7.93.33-1 |
* Wed Jun 25 2008 Bill Nottingham <notting@redhat.com> - 7.93.33-1 |
238 |
- the MAC addr patch does not work - pull it |
- the MAC addr patch does not work - pull it |
239 |
- Reverts: rhbz#251415 |
- Reverts: rhbz#251415 |