|
# $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 |
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 |
|
Patch1000: smeserver-initscripts-service.patch |
|
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 |
13 |
Requires: /sbin/sysctl, sysklogd >= 1.3.31 |
Requires: /sbin/sysctl, sysklogd >= 1.3.31 |
21 |
Conflicts: mkinitrd < 4.0 |
Conflicts: mkinitrd < 4.0 |
22 |
Conflicts: timeconfig < 3.0, ppp < 2.3.9, wvdial < 1.40-3 |
Conflicts: timeconfig < 3.0, ppp < 2.3.9, wvdial < 1.40-3 |
23 |
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 |
24 |
Conflicts: udev < 0:032 |
Conflicts: udev < 0:039-10.24 |
25 |
Conflicts: tcsh < 6.13-5, diskdumputils < 1.1.0 |
Conflicts: tcsh < 6.13-5, diskdumputils < 1.1.0 |
26 |
Obsoletes: rhsound sapinit |
Obsoletes: rhsound sapinit |
27 |
Prereq: /sbin/chkconfig, /usr/sbin/groupadd, gawk, fileutils, sh-utils |
Prereq: /sbin/chkconfig, /usr/sbin/groupadd, gawk, fileutils, sh-utils |
28 |
BuildPrereq: glib2-devel popt gettext pkgconfig |
BuildPrereq: glib2-devel popt gettext pkgconfig |
29 |
BuildPrereq: kudzu-devel >= 1.1.80 |
BuildPrereq: kudzu-devel >= 1.1.95.24-1 |
30 |
|
|
31 |
%description |
%description |
32 |
The initscripts package contains the basic system scripts used to boot |
The initscripts package contains the basic system scripts used to boot |
44 |
#added by CentOS |
#added by CentOS |
45 |
%patch100 -p1 |
%patch100 -p1 |
46 |
|
|
|
%patch1000 -p1 |
|
|
|
|
47 |
%build |
%build |
48 |
make |
make |
49 |
|
|
212 |
%ghost %attr(0664,root,utmp) /var/run/utmp |
%ghost %attr(0664,root,utmp) /var/run/utmp |
213 |
|
|
214 |
%changelog |
%changelog |
215 |
* Thu Sep 11 2008 Shad L. Lords <slords@mail.com> 7.93.33-1.centos4.sme |
* Thu Jul 2 2009 Tru Huynh <tru@centos.org> - 7.93.34-1.centos4 |
216 |
- Reapply SME Server patches [SME: 2043] |
- Reapplied the CentOS 4 patches |
217 |
- Exit with zero exit status for services not listed in configuration |
|
218 |
database to avoid failures in post scriptlets [SME: 1653] |
* Fri Jan 23 2009 Harald Hoyer <harald@redhat.com> - 7.93.34-1 |
219 |
- Merge in SME Server /sbin/e-smith/service wrapper so that only |
- add LINKDELAY to check_link_down() (bug #458323) (harald) |
220 |
initscripts which exist in run-level 7 can be run. This ensures |
- s/J/Y - Dutch translation mistake for integrity check (bug #237118) (harald) |
221 |
that the supervised service is run, if one exists, and protects |
- link against newer kudzu-devel (bug #478881, #468680) (harald) |
222 |
against running "service httpd restart" [SME: 61, 1495] |
- Backport fix for releasing bonding slaves properly and not looping. (#448837, #220525) (notting) |
223 |
|
- add udevsettle to rc.sysinit (bug #198704) |
224 |
|
Resolves: rhbz#478881, rhbz#458323, rhbz#448837, rhbz#237118 |
225 |
|
|
226 |
* 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 |
227 |
- the MAC addr patch does not work - pull it |
- the MAC addr patch does not work - pull it |