From 42647eb55a3ffbff1f1926287504d0a559b8a2a3 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 18 May 2007 04:52:24 +0000 Subject: [PATCH 1/3] Initialize branch F-7 for initscripts --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..c48525c --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-7 From 6490cdb69e5bc0bb30f7db6a7b28397c13841a21 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 25 Jun 2007 16:51:17 +0000 Subject: [PATCH 2/3] 8.54.1-1 Resolves: bug #245595 --- .cvsignore | 2 +- initscripts.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index bc34768..226cfb7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -initscripts-8.54.tar.bz2 +initscripts-8.54.1.tar.bz2 diff --git a/initscripts.spec b/initscripts.spec index 8f218eb..5b94f9e 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,6 +1,6 @@ Summary: The inittab file and the /etc/init.d scripts Name: initscripts -Version: 8.54 +Version: 8.54.1 License: GPL Group: System Environment/Base Release: 1 @@ -203,6 +203,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %attr(0664,root,utmp) /var/run/utmp %changelog +* Mon Jun 25 2007 Bill Nottingham 8.54.1-1 +- netfs: check for rpcbind, not portmap (#245595) + * Tue May 15 2007 Bill Nottingham 8.54-1 - translation updates: as, bg, cs, ja, ms - redirect bogus errors from cryptsetup to /dev/null diff --git a/sources b/sources index f4858e6..9f430fd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ad2b468d14646c1630e8be8f8943f8ca initscripts-8.54.tar.bz2 +c1b2f090197c6c391f0233a6089b9dcd initscripts-8.54.1.tar.bz2 From 33316389adeab7aae7679b45ea268b8c75c00fb5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 18:16:49 +0000 Subject: [PATCH 3/3] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 6 ------ branch | 1 - 3 files changed, 7 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index f6975f6..0000000 --- a/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -# Makefile for source rpm: initscripts -# $Id$ -NAME := initscripts -SPECFILE = $(firstword $(wildcard *.spec)) - -include ../common/Makefile.common diff --git a/branch b/branch deleted file mode 100644 index c48525c..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-7