9.42-1
This commit is contained in:
parent
75edb0d55f
commit
cf12f9c5b5
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,4 +1 @@
|
|||||||
/initscripts-9.38.tar.bz2
|
/initscripts-9.42.tar.bz2
|
||||||
/initscripts-9.39.tar.bz2
|
|
||||||
/initscripts-9.40.tar.bz2
|
|
||||||
/initscripts-9.41.tar.bz2
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
Summary: The inittab file and the /etc/init.d scripts
|
Summary: The inittab file and the /etc/init.d scripts
|
||||||
Name: initscripts
|
Name: initscripts
|
||||||
Version: 9.41
|
Version: 9.42
|
||||||
# ppp-watch is GPLv2+, everything else is GPLv2
|
# ppp-watch is GPLv2+, everything else is GPLv2
|
||||||
License: GPLv2 and GPLv2+
|
License: GPLv2 and GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://fedorahosted.org/releases/i/n/initscripts/
|
URL: http://fedorahosted.org/releases/i/n/initscripts/
|
||||||
Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2
|
Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
@ -30,8 +30,6 @@ Requires(pre): /usr/sbin/groupadd
|
|||||||
Requires(post): /sbin/chkconfig, coreutils
|
Requires(post): /sbin/chkconfig, coreutils
|
||||||
Requires(preun): /sbin/chkconfig
|
Requires(preun): /sbin/chkconfig
|
||||||
BuildRequires: glib2-devel popt-devel gettext pkgconfig
|
BuildRequires: glib2-devel popt-devel gettext pkgconfig
|
||||||
Patch0: d7cc6f6.patch
|
|
||||||
Patch1: 0001-Fix-calling-of-firewall-cmd-in-ifup-post-ifdown-post.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The initscripts package contains the basic system scripts used to boot
|
The initscripts package contains the basic system scripts used to boot
|
||||||
@ -52,8 +50,6 @@ Currently, this consists of various memory checking code.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make
|
make
|
||||||
@ -172,6 +168,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%dir /etc/rc.d/init.d
|
%dir /etc/rc.d/init.d
|
||||||
/etc/rc.d/init.d/*
|
/etc/rc.d/init.d/*
|
||||||
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/rc.d/rc.local
|
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/rc.d/rc.local
|
||||||
|
%config(noreplace) /etc/sysctl.conf
|
||||||
/usr/lib/sysctl.d/00-system.conf
|
/usr/lib/sysctl.d/00-system.conf
|
||||||
%exclude /etc/profile.d/debug*
|
%exclude /etc/profile.d/debug*
|
||||||
/etc/profile.d/*
|
/etc/profile.d/*
|
||||||
@ -217,9 +214,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/etc/profile.d/debug*
|
/etc/profile.d/debug*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Oct 8 2012 Bill Nottingham <notting@redhat.com> - 9.41-2
|
* Wed Oct 31 2012 Bill Nottingham <notting@redhat.com> - 9.42-1
|
||||||
- fix invocation of firewall-cmd for current firewalld (#864060, <jpopelka@redhat.com>)
|
- Halloween release!
|
||||||
- fix invocation of fixfiles in autorelabel (#863662, <dwalsh@redhat.com>)
|
- add a default /etc/sysctl.conf that describes how to change values, and where the defaults now live. (#760254)
|
||||||
|
- translation updates
|
||||||
|
- fedora-autorelabel: don't pass -F to fixfiles (#863662, <dwalsh@redhat.com>)
|
||||||
|
- fix calling of firewall-cmd in ifup-post/ifdown-post (<jpopelka@redhat.com>)
|
||||||
|
|
||||||
* Fri Oct 5 2012 Bill Nottingham <notting@redhat.com> - 9.41-1
|
* Fri Oct 5 2012 Bill Nottingham <notting@redhat.com> - 9.41-1
|
||||||
- debugmode: MALLOC_CHECK_ is not thread safe. Don't enable it by default (#853175)
|
- debugmode: MALLOC_CHECK_ is not thread safe. Don't enable it by default (#853175)
|
||||||
|
5
sources
5
sources
@ -1,4 +1 @@
|
|||||||
9b6d7413e08fe199acf4e9e5e6729f28 initscripts-9.38.tar.bz2
|
d5bde672cc94973cd8af8ac0354dbe8f initscripts-9.42.tar.bz2
|
||||||
52617e27a4f49303028039c43c0721c9 initscripts-9.39.tar.bz2
|
|
||||||
a6244271db03b0274f9b9582b1ac86d3 initscripts-9.40.tar.bz2
|
|
||||||
06645d3346db593604b7d78428963103 initscripts-9.41.tar.bz2
|
|
||||||
|
Loading…
Reference in New Issue
Block a user