diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index bc34768..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -initscripts-8.54.tar.bz2 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..226cfb7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +initscripts-8.54.1.tar.bz2 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/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