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.30 |
Version: 8.45.33 |
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: 2%{?dist}.2 |
Release: 1.el5.centos |
8 |
Source: initscripts-%{version}.tar.bz2 |
Source: initscripts-%{version}.tar.bz2 |
9 |
Patch1: initscripts-8.45.29-ctc.patch |
Patch10: initscripts-centos-branding.patch |
|
Patch100: initscripts-centos-branding.patch |
|
|
Patch1000: initscripts-8.45.25-smepatches.patch |
|
|
Patch1001: initscripts-8.45.30-smefixtypo.patch |
|
10 |
# git source repository |
# git source repository |
11 |
URL: http://git.fedorahosted.org/git/initscripts.git |
URL: http://git.fedorahosted.org/git/initscripts.git |
12 |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
38 |
|
|
39 |
%prep |
%prep |
40 |
%setup -q |
%setup -q |
41 |
%patch1 -p1 |
%patch10 -p1 |
|
%patch100 -p1 |
|
|
%patch1000 -p1 |
|
|
%patch1001 -p1 |
|
42 |
|
|
43 |
%build |
%build |
44 |
make |
make |
204 |
%ghost %attr(0664,root,utmp) /var/run/utmp |
%ghost %attr(0664,root,utmp) /var/run/utmp |
205 |
|
|
206 |
%changelog |
%changelog |
207 |
* Thu Dec 17 2009 Filippo Carletti <filippo.carletti@gmail.com> 8.45.30-2.sme.2 |
* Mon Jan 31 2011 Karanbir Singh <kbsingh@centos.org> 8.45.33-1.el5.centos |
|
- Fix typo in /sbin/service patch (Federico Simoncelli) [SME: 5674] |
|
|
|
|
|
* Mon Oct 26 2009 Shad L. Lords <slords@mail.com> 8.45.30-2.sme.1 |
|
|
- 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 Sep 28 2009 Karanbir Singh <kbsingh@centos.org> 8.45.30-2.el5.centos |
|
208 |
- Roll in CentOS Branding |
- Roll in CentOS Branding |
209 |
|
- Fix the dist tag, since initscripts tag's are not handled in the buildsys |
210 |
|
|
211 |
|
* Wed Oct 13 2010 Harald Hoyer <harald@redhat.com> 8.45.33-1 |
212 |
|
- don't turn of net on shutdown if iscsi is running |
213 |
|
Resolves: rhbz#583218 |
214 |
|
|
215 |
|
* Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.32-1 |
216 |
|
- readded missing 54-cu3088-fix.rules |
217 |
|
Related: rhbz#475721 |
218 |
|
|
219 |
|
* Mon Sep 13 2010 Harald Hoyer <harald@redhat.com> 8.45.31-1 |
220 |
|
- do not killall racoon with the full path |
221 |
|
Resolves: rhbz#567295 |
222 |
|
- fixed the interactive startup keys in translation |
223 |
|
Resolves: rhbz#566579 |
224 |
|
- do not clear the environment for daemon() |
225 |
|
Resolves: rhbz#564093 |
226 |
|
- call unicode_start with $UNIMAP instead of $SYSFONTACM |
227 |
|
Resolves: rhbz#557089 |
228 |
|
- fixed the network interface name grep in checks |
229 |
|
Resolves: rhbz#538863 |
230 |
|
- make /var/lib/xend a bind mount for read-only root systems |
231 |
|
Resolves: rhbz#526046 |
232 |
|
- do not try to activate individual dmraid subsets |
233 |
|
Resolves: rhbz#524356 |
234 |
|
- create /var/run/utmp* /var/log/wtmp* with the correct selinux context |
235 |
|
Resolves: rhbz#519748 |
236 |
|
- load the bonding driver, if bonding options are present in the ifcfg file |
237 |
|
Resolves: rhbz#516569 |
238 |
|
- run quotacheck after the local filesystems have been mounted |
239 |
|
Resolves: rhbz#499207 |
240 |
|
- add DHCP_HOSTNAME documentation to sysconfig.txt |
241 |
|
Resolves: rhbz#498052 |
242 |
|
- remove /var/run/dovecot/* also (not only /var/run/dovecot/*/*) |
243 |
|
Resolves: rhbz#492994 |
244 |
|
|
245 |
* Sat Jul 13 2009 Harald Hoyer <harald@redhat.com> 8.45.30-2 |
* Sat Jul 13 2009 Harald Hoyer <harald@redhat.com> 8.45.30-2 |
246 |
- fix raw path in initscript (#472891) |
- fix raw path in initscript (#472891) |
247 |
- remove deprecation comments (#472891) |
- remove deprecation comments (#472891) |
248 |
- Resolves: rhbz#472891 |
- applied missing ipcalc patch for IPv6 address validation (#464268) |
249 |
|
- Resolves: rhbz#472891 rhbz#464268 |
250 |
|
|
251 |
* Tue Jul 07 2009 Phil Knirsch <pknirsch@redhat.com> 8.45.29-3 |
* Tue Jul 07 2009 Phil Knirsch <pknirsch@redhat.com> 8.45.29-3 |
252 |
- Final fixes for IP address validation (#464268) |
- Final fixes for IP address validation (#464268) |