1 |
|
# $Id$ |
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.31.EL |
6 |
License: GPL |
License: GPL |
7 |
Group: System Environment/Base |
Group: System Environment/Base |
8 |
Release: 1%{?dist} |
Release: 2.centos4%{?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 |
Patch1: initscripts-kmodule.patch |
13 |
|
Patch100: centos4-initscripts.patch |
14 |
Patch1000: smeserver-initscripts-service.patch |
Patch1000: smeserver-initscripts-service.patch |
15 |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
16 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15 |
44 |
%ifarch s390 s390x |
%ifarch s390 s390x |
45 |
%patch0 -p1 -b .s390init |
%patch0 -p1 -b .s390init |
46 |
%endif |
%endif |
47 |
|
%patch1 -p1 -b .kmodule |
48 |
# CentOS-4 patch |
%patch100 -p1 |
|
%patch1 -p1 |
|
|
|
|
|
# SME Server patch |
|
49 |
%patch1000 -p1 |
%patch1000 -p1 |
50 |
|
|
51 |
|
|
52 |
%build |
%build |
53 |
make |
make |
54 |
|
|
72 |
%else |
%else |
73 |
rm -f \ |
rm -f \ |
74 |
$RPM_BUILD_ROOT/etc/rc.d/rc.sysinit.s390init \ |
$RPM_BUILD_ROOT/etc/rc.d/rc.sysinit.s390init \ |
75 |
$RPM_BUILD_ROOT/etc/sysconfig/init.s390 \ |
$RPM_BUILD_ROOT/etc/sysconfig/init.s390 |
|
$RPM_BUILD_ROOT/etc/rc.d/rc.sysinit.orig |
|
76 |
%endif |
%endif |
77 |
|
|
78 |
%pre |
%pre |
217 |
%ghost %attr(0664,root,utmp) /var/run/utmp |
%ghost %attr(0664,root,utmp) /var/run/utmp |
218 |
|
|
219 |
%changelog |
%changelog |
220 |
* Thu May 17 2007 Gordon Rowell <gordonr@gormand.com.au> 7.93.29.EL-1.centos4.sme |
* Fri Nov 30 2007 Shad L. Lords <slords@mail.com> 7.93.31.EL-2.centos4.sme |
221 |
- Reapply SME Server patches [SME: 2043] |
- Reapply SME Server patches [SME: 2043] |
222 |
- Exit with zero exit status for services not listed in configuration |
- Exit with zero exit status for services not listed in configuration |
223 |
database to avoid failures in post scriptlets [SME: 1653] |
database to avoid failures in post scriptlets [SME: 1653] |
226 |
that the supervised service is run, if one exists, and protects |
that the supervised service is run, if one exists, and protects |
227 |
against running "service httpd restart" [SME: 61, 1495] |
against running "service httpd restart" [SME: 61, 1495] |
228 |
|
|
229 |
* Wed May 2 2007 Johnny Hughes <johnny@centos.org> - 7.93.29.EL-1.centos4 |
* Sat Nov 17 2007 Johnny Hughes <johnny@centos.org> - 7.93.31.EL-2.centos4 |
230 |
- Reapplied the CentOS 4 patches |
- Reapplied the CentOS 4 patches |
231 |
- added remove rc.sysinit.orig to spec file |
- added remove rc.sysinit.orig to spec file |
232 |
|
|
233 |
|
* Mon Sep 10 2007 Bill Nottingham <notting@redhat.com> - 7.93.31.EL-2 |
234 |
|
- kmodule: use a better algorithm for finding modules (#270741) |
235 |
|
|
236 |
|
* Thu Aug 02 2007 Harald Hoyer <harald@redhat.com> - 7.93.31.EL-1 |
237 |
|
- set the hwclock before udev starts (#230997) |
238 |
|
|
239 |
|
* Fri Jun 22 2007 Bill Nottingham <notting@redhat.com> - 7.93.30.EL-1 |
240 |
|
- init.d/network, network-functions: don't fiddle with hotplug settings (#185569, #209307) |
241 |
|
- init.d/network: add support for VLAN_PLUS_VID_NO_PAD vlans (#222975) |
242 |
|
|
243 |
* 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 |
244 |
- Revert a backport of UTF-8 support for console keymaps |
- Revert a backport of UTF-8 support for console keymaps |
245 |
Related: #150769 |
Related: #150769 |
286 |
* Thu Jan 12 2006 Bill Nottingham <notting@redhat.com> |
* Thu Jan 12 2006 Bill Nottingham <notting@redhat.com> |
287 |
- ignore sysfs but not /sys<otherstuff> (#177612, <bnocera@redhat.com>) |
- ignore sysfs but not /sys<otherstuff> (#177612, <bnocera@redhat.com>) |
288 |
|
|
|
* 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 |
|
|
|
|
289 |
* 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 |
290 |
- correct fix for #172804 |
- correct fix for #172804 |
291 |
|
|