[initscripts] 9.55-1

Lukáš Nykrýn lnykryn at fedoraproject.org
Tue Jul 22 12:09:11 UTC 2014


commit 80893f4dcc5133412d3893f6d06f386b67aee5ca
Author: Lukas Nykryn <lnykryn at redhat.com>
Date:   Tue Jul 22 14:01:56 2014 +0200

    9.55-1

 .gitignore       |    1 +
 initscripts.spec |   23 ++++++++++-------------
 sources          |    2 +-
 3 files changed, 12 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1cb58c5..d42145f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /initscripts-9.52.tar.bz2
 /initscripts-9.53.tar.bz2
 /initscripts-9.54.tar.bz2
+/initscripts-9.55.tar.bz2
diff --git a/initscripts.spec b/initscripts.spec
index 65218a6..983a55b 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,9 +1,9 @@
 Summary: The inittab file and the /etc/init.d scripts
 Name: initscripts
-Version: 9.54
+Version: 9.55
 License: GPLv2
 Group: System Environment/Base
-Release: 5%{?dist}
+Release: 1%{?dist}
 URL: http://fedorahosted.org/releases/i/n/initscripts/
 Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -34,8 +34,6 @@ Requires(preun): /sbin/chkconfig
 BuildRequires: glib2-devel popt-devel gettext pkgconfig
 Provides: /sbin/service
 
-Patch0: 0001-remove-ppp-from-translation.patch
-
 %description
 The initscripts package contains the basic system scripts used to boot
 your Red Hat or Fedora system, change runlevels, and shut the system down
@@ -55,8 +53,6 @@ Currently, this consists of various memory checking code.
 
 %prep
 %setup -q
-%autopatch -p1
-
 
 %build
 make
@@ -212,14 +208,15 @@ rm -rf $RPM_BUILD_ROOT
 /etc/profile.d/debug*
 
 %changelog
-* Sat Jul 12 2014 Tom Callaway <spot at fedoraproject.org> - 9.54-5
+* Tue Jul 22 2014 Lukáš Nykrýn <lnykryn at redhat.com> - 9.55-1
 - fix license handling
-
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 9.54-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Wed May 21 2014 Lukáš Nykrýn <lnykryn at redhat.com> - 9.54-3
-- don't require sysctl, it is in procps anyway
+- ipcalc: -c allow netmask
+- ipcalc: parse prefix more safely
+- inittab: fix path and mention set-default
+- don't require /sbin/sysctl
+- init.d/functions: check parent dir of pid file for accessibility
+- ifup-eth: some options for bridge can be applied after the bridge is up
+- remove ppp from translation
 
 * Tue Apr 15 2014 Lukáš Nykrýn <lnykryn at redhat.com> - 9.54-1
 - move ppp support to ppp package
diff --git a/sources b/sources
index fa129ca..566d078 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cf63862785d224394053f081865eb853  initscripts-9.54.tar.bz2
+0672f648a9ee8607a2df65835c54f5e5  initscripts-9.55.tar.bz2


More information about the scm-commits mailing list