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.42 |
Version: 8.45.44 |
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: 1%{?dist} |
Release: 3%{?dist} |
8 |
Source: initscripts-%{version}.tar.bz2 |
Source: initscripts-%{version}.tar.bz2 |
9 |
# git source repository |
# git source repository |
10 |
URL: http://git.fedorahosted.org/git/initscripts.git |
URL: http://git.fedorahosted.org/git/initscripts.git |
28 |
Obsoletes: hotplug |
Obsoletes: hotplug |
29 |
Prereq: /sbin/chkconfig, /usr/sbin/groupadd, /bin/sed, coreutils |
Prereq: /sbin/chkconfig, /usr/sbin/groupadd, /bin/sed, coreutils |
30 |
BuildRequires: glib2-devel popt gettext pkgconfig |
BuildRequires: glib2-devel popt gettext pkgconfig |
31 |
|
Patch0: 0001-Fix-comments-in-sysctl.conf.ppc-862597.patch |
32 |
|
Patch1: 0002-create-tmp-.X11-unix-in-rc.sysinit.patch |
33 |
|
|
34 |
%description |
%description |
35 |
The initscripts package contains the basic system scripts used to boot |
The initscripts package contains the basic system scripts used to boot |
39 |
|
|
40 |
%prep |
%prep |
41 |
%setup -q |
%setup -q |
42 |
|
%patch0 -p1 |
43 |
|
%patch1 -p1 |
44 |
|
|
45 |
%build |
%build |
46 |
make |
make |
206 |
%ghost %attr(0664,root,utmp) /var/run/utmp |
%ghost %attr(0664,root,utmp) /var/run/utmp |
207 |
|
|
208 |
%changelog |
%changelog |
209 |
|
* Fri Aug 16 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 8.45.44-3 |
210 |
|
- create /tmp/.X11-unix in rc.sysinit (#988498, CVE-2013-4169) |
211 |
|
|
212 |
|
* Tue May 14 2013 Lukas Nykryn <lnykryn@redhat.com> - 8.45.44-2 |
213 |
|
- fix comments in sysctl.conf.ppc (#862597) |
214 |
|
|
215 |
|
* Tue May 14 2013 Lukas Nykryn <lnykryn@redhat.com> - 8.45.44-1 |
216 |
|
- move VLAN= docs to the interface configuration section, rather than /etc/sysconfig/network (#860252) |
217 |
|
- fix comments in sysctl.conf (#862597) |
218 |
|
- sysctl.d manpage (#735982) |
219 |
|
- check_device_down: Don't bother calling ip to check link state if the device doesn't exist (#814058) |
220 |
|
- test if there is /dev/rtc before syncing hardware clock (#636861) |
221 |
|
- sysconfig.txt advised saslauthd -a instad of -v (#957109) |
222 |
|
|
223 |
|
* Thu Apr 18 2013 Lukas Nykryn <lnykryn@redhat.com> - 8.45.43-1 |
224 |
|
- add a -l option to status to pass the lock file name (#852967) |
225 |
|
- clarify docs around IPV6INIT=yes/no (#545881) |
226 |
|
- support ipv6 routing rules by merging IPv4/IPv6, and route/rule code (#853038) |
227 |
|
- make killproc more granular when delay is passed (#843386) |
228 |
|
- don't accidentally match other bonding devices (#880890) |
229 |
|
- set NIS domain (#705218) |
230 |
|
- don't set primary before we enslave devices (#747418) |
231 |
|
|
232 |
* Mon Dec 19 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.42-1 |
* Mon Dec 19 2011 Lukas Nykryn <lnykryn@redhat.com> 8.45.42-1 |
233 |
- changed exchange_mode to "main, aggressive" (#435274) |
- changed exchange_mode to "main, aggressive" (#435274) |
234 |
|
|