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: 8.45.30 |
Version: 8.45.30 |
6 |
# ppp-watch is GPLv2+, everything else is GPLv2 |
# ppp-watch is GPLv2+, everything else is GPLv2 |
7 |
License: GPLv2 and GPLv2+ |
License: GPLv2 and GPLv2+ |
8 |
Group: System Environment/Base |
Group: System Environment/Base |
9 |
Release: 2%{?dist}.1 |
Release: 2%{?dist}.2 |
10 |
Source: initscripts-%{version}.tar.bz2 |
Source: initscripts-%{version}.tar.bz2 |
11 |
Patch1: initscripts-8.45.29-ctc.patch |
Patch1: initscripts-8.45.29-ctc.patch |
12 |
Patch100: initscripts-centos-branding.patch |
Patch100: initscripts-centos-branding.patch |
13 |
Patch1000: initscripts-8.45.25-smepatches.patch |
Patch1000: initscripts-8.45.25-smepatches.patch |
14 |
|
Patch1001: initscripts-8.45.30-smefixtypo.patch |
15 |
# git source repository |
# git source repository |
16 |
URL: http://git.fedorahosted.org/git/initscripts.git |
URL: http://git.fedorahosted.org/git/initscripts.git |
17 |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root |
46 |
%patch1 -p1 |
%patch1 -p1 |
47 |
%patch100 -p1 |
%patch100 -p1 |
48 |
%patch1000 -p1 |
%patch1000 -p1 |
49 |
|
%patch1001 -p1 |
50 |
|
|
51 |
%build |
%build |
52 |
make |
make |
212 |
%ghost %attr(0664,root,utmp) /var/run/utmp |
%ghost %attr(0664,root,utmp) /var/run/utmp |
213 |
|
|
214 |
%changelog |
%changelog |
215 |
|
* Thu Dec 17 2009 Filippo Carletti <filippo.carletti@gmail.com> 8.45.30-2.sme.2 |
216 |
|
- Fix typo in /sbin/service patch (Federico Simoncelli) [SME: 5674] |
217 |
|
|
218 |
* Mon Oct 26 2009 Shad L. Lords <slords@mail.com> 8.45.30-2.sme.1 |
* Mon Oct 26 2009 Shad L. Lords <slords@mail.com> 8.45.30-2.sme.1 |
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] |