From b12a741947c09a6235a2f82dc3b09e729545b4d7 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 4 Mar 2010 15:39:58 +0000 Subject: [PATCH 1/6] Update to 1.3.45 --- .cvsignore | 2 +- chkconfig.spec | 15 +++++++++++++-- sources | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 6cedd9c..11d99c6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -chkconfig-1.3.43.tar.bz2 +chkconfig-1.3.45.tar.bz2 diff --git a/chkconfig.spec b/chkconfig.spec index 2a0de6e..4dbd902 100644 --- a/chkconfig.spec +++ b/chkconfig.spec @@ -1,10 +1,10 @@ Summary: A system tool for maintaining the /etc/rc*.d hierarchy Name: chkconfig -Version: 1.3.43 +Version: 1.3.45 Release: 1 License: GPLv2 Group: System Environment/Base -Source: %{name}-%{version}.tar.bz2 +Source: http://fedorahosted.org/releases/c/h/chkconfig/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: newt-devel gettext popt-devel Conflicts: initscripts <= 5.30-1 @@ -74,6 +74,17 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/ntsysv.8* %changelog +* Thu Mar 04 2010 Bill Nottingham 1.3.45-1 +- add support for Should-Start, Should-Stop (#98470, ) +- ntsysv: don't drop initscripts with '.' in the name (#556751) +- translation updates: el, id + +* Tue Sep 29 2009 Bill Nottingham 1.3.44-1 +- alternatives: update symlinks if they exist on installation (#104940) +- alternatives: clarify error messages with more context (#441443) +- alternatives: fix removal of manual links (#525021, ) +- translation updates: ml, mr, pl, ta, uk + * Mon Sep 14 2009 Bill Nottingham 1.3.43-1 - ntsysv man page tweak (#516599) - another minor LSB tweak (#474223) diff --git a/sources b/sources index eb7ee5d..9905518 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -208ed7aa3e6165f10f3e9204da585106 chkconfig-1.3.43.tar.bz2 +6a12bbbbc5e95217afbf221cecf16c40 chkconfig-1.3.45.tar.bz2 From 0ee609eab5fe89695a9de924ce4dcbce5adc3b08 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 4 Mar 2010 15:40:43 +0000 Subject: [PATCH 2/6] add dist tag --- chkconfig.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chkconfig.spec b/chkconfig.spec index 4dbd902..f9cd464 100644 --- a/chkconfig.spec +++ b/chkconfig.spec @@ -1,7 +1,7 @@ Summary: A system tool for maintaining the /etc/rc*.d hierarchy Name: chkconfig Version: 1.3.45 -Release: 1 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Base Source: http://fedorahosted.org/releases/c/h/chkconfig/%{name}-%{version}.tar.bz2 From 7b64593ef9e0bd934e4b127a0189441904e20b69 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 5 May 2010 17:39:16 +0000 Subject: [PATCH 3/6] 1.3.46 --- .cvsignore | 2 +- chkconfig.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 11d99c6..9050c4f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -chkconfig-1.3.45.tar.bz2 +chkconfig-1.3.46.tar.bz2 diff --git a/chkconfig.spec b/chkconfig.spec index f9cd464..a7dcc00 100644 --- a/chkconfig.spec +++ b/chkconfig.spec @@ -1,6 +1,6 @@ Summary: A system tool for maintaining the /etc/rc*.d hierarchy Name: chkconfig -Version: 1.3.45 +Version: 1.3.46 Release: 1%{?dist} License: GPLv2 Group: System Environment/Base @@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/ntsysv.8* %changelog +* Wed May 05 2010 Bill Nottingham 1.3.46-1 +- translation updates: hu, kn, ko (#589187) + * Thu Mar 04 2010 Bill Nottingham 1.3.45-1 - add support for Should-Start, Should-Stop (#98470, ) - ntsysv: don't drop initscripts with '.' in the name (#556751) diff --git a/sources b/sources index 9905518..850803d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6a12bbbbc5e95217afbf221cecf16c40 chkconfig-1.3.45.tar.bz2 +c316a2b1405f7decd2493d6568f01684 chkconfig-1.3.46.tar.bz2 From e34b633aa205c6214f69ec0d51a9990e6cc8f816 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 11:41:49 +0000 Subject: [PATCH 4/6] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile 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 3346290..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: chkconfig -# $Id$ -NAME := chkconfig -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attempt a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) From fe387cdbd15c556b9ddd7959a0c84a55b36b0bab Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 10 Aug 2010 15:16:47 -0400 Subject: [PATCH 5/6] 1.3.47 --- .gitignore | 1 + chkconfig.spec | 5 ++++- sources | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9050c4f..098d3f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ chkconfig-1.3.46.tar.bz2 +chkconfig-1.3.47.tar.bz2 diff --git a/chkconfig.spec b/chkconfig.spec index a7dcc00..7a3857a 100644 --- a/chkconfig.spec +++ b/chkconfig.spec @@ -1,6 +1,6 @@ Summary: A system tool for maintaining the /etc/rc*.d hierarchy Name: chkconfig -Version: 1.3.46 +Version: 1.3.47 Release: 1%{?dist} License: GPLv2 Group: System Environment/Base @@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/ntsysv.8* %changelog +* Tue Aug 10 2010 Bill Nottingham 1.3.47-1 +- Fix regression introduced in 1.3.45 (#622799) + * Wed May 05 2010 Bill Nottingham 1.3.46-1 - translation updates: hu, kn, ko (#589187) diff --git a/sources b/sources index 850803d..1bcdfbd 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ c316a2b1405f7decd2493d6568f01684 chkconfig-1.3.46.tar.bz2 +1584be936a4e38f5bcae41d77f5f71d1 chkconfig-1.3.47.tar.bz2 From 1fad469d23a08b1de3128712d1c280ec3cfd2666 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 27 Oct 2010 12:19:26 -0400 Subject: [PATCH 6/6] 1.3.48 --- .gitignore | 1 + chkconfig.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 098d3f7..3593d1b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ chkconfig-1.3.46.tar.bz2 chkconfig-1.3.47.tar.bz2 +/chkconfig-1.3.48.tar.bz2 diff --git a/chkconfig.spec b/chkconfig.spec index 7a3857a..caadfd9 100644 --- a/chkconfig.spec +++ b/chkconfig.spec @@ -1,6 +1,6 @@ Summary: A system tool for maintaining the /etc/rc*.d hierarchy Name: chkconfig -Version: 1.3.47 +Version: 1.3.48 Release: 1%{?dist} License: GPLv2 Group: System Environment/Base @@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/ntsysv.8* %changelog +* Wed Oct 27 2010 Bill Nottingham 1.3.48-1 +- fix install_initd invocation for services that require $local_fs (#632294) + * Tue Aug 10 2010 Bill Nottingham 1.3.47-1 - Fix regression introduced in 1.3.45 (#622799) diff --git a/sources b/sources index 1bcdfbd..9c0b766 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -c316a2b1405f7decd2493d6568f01684 chkconfig-1.3.46.tar.bz2 -1584be936a4e38f5bcae41d77f5f71d1 chkconfig-1.3.47.tar.bz2 +3afd02587146f497463a66840bdf181d chkconfig-1.3.48.tar.bz2