From bb79ab603a5ad770fafd7bd4fc25a59c8ddc0b67 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 29 Sep 2009 06:50:24 +0000 Subject: [PATCH 01/54] Initialize branch F-12 for setuptool --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..06de2d2 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-12 From c2454dade44f921a68fa5d4a181ce6c65b3b44b9 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Mon, 12 Oct 2009 10:50:26 +0000 Subject: [PATCH 02/54] - add setup.1 man page - update translations --- .cvsignore | 2 +- setuptool.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index f53fa5e..f35996e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setuptool-1.19.6.tar.gz +setuptool-1.19.8.tar.gz diff --git a/setuptool.spec b/setuptool.spec index 1a6b62a..4da4324 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,5 +1,5 @@ Name: setuptool -Version: 1.19.7 +Version: 1.19.8 Release: 1%{?dist} Summary: A text mode system configuration tool License: GPLv2+ @@ -16,10 +16,9 @@ to access all of the text mode configuration programs included in the operating system distribution. %prep -%setup -q -n %{name} +%setup -q %build -./autogen.sh %configure make %{?_smp_mflags} @@ -44,6 +43,10 @@ rm -rf $RPM_BUILD_ROOT %config %{_sysconfdir}/setuptool.d/* %changelog +* Mon Oct 12 2009 Michal Hlavinka 1.19.8-1 +- add setup.1 man page +- update translations + * Mon Sep 14 2009 Michal Hlavinka - 1.19.7-1 - relase with updated translations diff --git a/sources b/sources index 7119dd3..664b3c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c346b838fd8960fff308b5a629fc3a27 setuptool-1.19.6.tar.gz +4c8abd1cdaf51909c3bac76d55921739 setuptool-1.19.8.tar.gz From 8019a0daf2d2828cf64afb876409361ea04a422b Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Mon, 12 Oct 2009 11:06:53 +0000 Subject: [PATCH 03/54] - add setup.1 man page - update translations --- .cvsignore | 2 +- setuptool.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index f53fa5e..f35996e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setuptool-1.19.6.tar.gz +setuptool-1.19.8.tar.gz diff --git a/setuptool.spec b/setuptool.spec index 1a6b62a..4da4324 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,5 +1,5 @@ Name: setuptool -Version: 1.19.7 +Version: 1.19.8 Release: 1%{?dist} Summary: A text mode system configuration tool License: GPLv2+ @@ -16,10 +16,9 @@ to access all of the text mode configuration programs included in the operating system distribution. %prep -%setup -q -n %{name} +%setup -q %build -./autogen.sh %configure make %{?_smp_mflags} @@ -44,6 +43,10 @@ rm -rf $RPM_BUILD_ROOT %config %{_sysconfdir}/setuptool.d/* %changelog +* Mon Oct 12 2009 Michal Hlavinka 1.19.8-1 +- add setup.1 man page +- update translations + * Mon Sep 14 2009 Michal Hlavinka - 1.19.7-1 - relase with updated translations diff --git a/sources b/sources index 7119dd3..664b3c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c346b838fd8960fff308b5a629fc3a27 setuptool-1.19.6.tar.gz +4c8abd1cdaf51909c3bac76d55921739 setuptool-1.19.8.tar.gz From c781f22f587c320945f513f4886f6c7716f4bbe0 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Tue, 20 Oct 2009 18:04:17 +0000 Subject: [PATCH 04/54] - update path of firewall configuration tool (#529794) - update translations --- .cvsignore | 2 +- setuptool.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index f35996e..1a7b06f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setuptool-1.19.8.tar.gz +setuptool-1.19.9.tar.gz diff --git a/setuptool.spec b/setuptool.spec index 4da4324..738d65d 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,5 +1,5 @@ Name: setuptool -Version: 1.19.8 +Version: 1.19.9 Release: 1%{?dist} Summary: A text mode system configuration tool License: GPLv2+ @@ -43,6 +43,10 @@ rm -rf $RPM_BUILD_ROOT %config %{_sysconfdir}/setuptool.d/* %changelog +* Tue Oct 21 2009 Michal Hlavinka 1.19.9-1 +- update path of firewall configuration tool (#529794) +- update translations + * Mon Oct 12 2009 Michal Hlavinka 1.19.8-1 - add setup.1 man page - update translations diff --git a/sources b/sources index 664b3c5..743d304 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4c8abd1cdaf51909c3bac76d55921739 setuptool-1.19.8.tar.gz +36546cdcaa56fd472172ca9bec9a6ddc setuptool-1.19.9.tar.gz From a4cf8f3a25cdfdb42a9633f4b966422f115e9dc6 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Tue, 20 Oct 2009 18:04:22 +0000 Subject: [PATCH 05/54] - update path of firewall configuration tool (#529794) - update translations --- .cvsignore | 2 +- setuptool.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index f35996e..1a7b06f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setuptool-1.19.8.tar.gz +setuptool-1.19.9.tar.gz diff --git a/setuptool.spec b/setuptool.spec index 4da4324..738d65d 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,5 +1,5 @@ Name: setuptool -Version: 1.19.8 +Version: 1.19.9 Release: 1%{?dist} Summary: A text mode system configuration tool License: GPLv2+ @@ -43,6 +43,10 @@ rm -rf $RPM_BUILD_ROOT %config %{_sysconfdir}/setuptool.d/* %changelog +* Tue Oct 21 2009 Michal Hlavinka 1.19.9-1 +- update path of firewall configuration tool (#529794) +- update translations + * Mon Oct 12 2009 Michal Hlavinka 1.19.8-1 - add setup.1 man page - update translations diff --git a/sources b/sources index 664b3c5..743d304 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4c8abd1cdaf51909c3bac76d55921739 setuptool-1.19.8.tar.gz +36546cdcaa56fd472172ca9bec9a6ddc setuptool-1.19.9.tar.gz From a1fd72c6476dcce3a0a638f5f09709483439d96c Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Mon, 2 Nov 2009 15:43:31 +0000 Subject: [PATCH 06/54] - spec cleanup --- setuptool.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/setuptool.spec b/setuptool.spec index 738d65d..ae03f4b 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Group: Applications/System @@ -34,15 +34,18 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc README COPYING %{_bindir}/setup -%config %{_sysconfdir}/pam.d/* -%config(noreplace) %{_sysconfdir}/security/console.apps/* +%config(noreplace) %{_sysconfdir}/pam.d/setup +%config(noreplace) %{_sysconfdir}/security/console.apps/setup %{_sbindir}/setup %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/setuptool.d %dir %{_sysconfdir}/setuptool.d -%config %{_sysconfdir}/setuptool.d/* +%config(noreplace) %{_sysconfdir}/setuptool.d/* %changelog +* Mon Nov 02 2009 Michal Hlavinka 1.19.9-2 +- spec cleanup + * Tue Oct 21 2009 Michal Hlavinka 1.19.9-1 - update path of firewall configuration tool (#529794) - update translations From b328fb6d7e81f05334c9236fe27e8533ec48a069 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Mon, 2 Nov 2009 16:55:08 +0000 Subject: [PATCH 07/54] - spec cleanup --- setuptool.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/setuptool.spec b/setuptool.spec index 738d65d..ae03f4b 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Group: Applications/System @@ -34,15 +34,18 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc README COPYING %{_bindir}/setup -%config %{_sysconfdir}/pam.d/* -%config(noreplace) %{_sysconfdir}/security/console.apps/* +%config(noreplace) %{_sysconfdir}/pam.d/setup +%config(noreplace) %{_sysconfdir}/security/console.apps/setup %{_sbindir}/setup %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/setuptool.d %dir %{_sysconfdir}/setuptool.d -%config %{_sysconfdir}/setuptool.d/* +%config(noreplace) %{_sysconfdir}/setuptool.d/* %changelog +* Mon Nov 02 2009 Michal Hlavinka 1.19.9-2 +- spec cleanup + * Tue Oct 21 2009 Michal Hlavinka 1.19.9-1 - update path of firewall configuration tool (#529794) - update translations From b0c60fcbd490fa406b2e98bc3a2e01704c0471ff Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 23:15:29 +0000 Subject: [PATCH 08/54] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f3e1e50..d6da125 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: setuptool -# $Id: Makefile,v 1.1 2004/09/09 12:17:16 cvsdist Exp $ +# $Id: Makefile,v 1.2 2007/10/15 19:22:50 notting Exp $ NAME := setuptool 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 $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +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)) From e7752bd01b955c8b7886f9b9e5a0e4692ea0be2d Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:39:02 +0000 Subject: [PATCH 09/54] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f3e1e50..d6da125 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: setuptool -# $Id: Makefile,v 1.1 2004/09/09 12:17:16 cvsdist Exp $ +# $Id: Makefile,v 1.2 2007/10/15 19:22:50 notting Exp $ NAME := setuptool 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 $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +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)) From 06ea9dd3c53e54d703e024e1d3f5949026a224d1 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Wed, 7 Apr 2010 10:52:17 +0000 Subject: [PATCH 10/54] - update translations --- .cvsignore | 2 +- setuptool.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 1a7b06f..e62dfdd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setuptool-1.19.9.tar.gz +setuptool-1.19.10.tar.gz diff --git a/setuptool.spec b/setuptool.spec index ae03f4b..7999e59 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool -Version: 1.19.9 -Release: 2%{?dist} +Version: 1.19.10 +Release: 1%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Group: Applications/System @@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) %{_sysconfdir}/setuptool.d/* %changelog +* Wed Apr 07 2010 Michal Hlavinka 1.19.10-1 +- update translations + * Mon Nov 02 2009 Michal Hlavinka 1.19.9-2 - spec cleanup diff --git a/sources b/sources index 743d304..454294d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -36546cdcaa56fd472172ca9bec9a6ddc setuptool-1.19.9.tar.gz +7dae48437eca3d713cee3985a5f80b8d setuptool-1.19.10.tar.gz From 16e60c8db34de4d31649d49a74bbc3a4a725357d Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Wed, 19 May 2010 11:50:18 +0000 Subject: [PATCH 11/54] - install man page --- setuptool.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index 7999e59..514c52f 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Group: Applications/System @@ -25,6 +25,11 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT + +#for setuptool <= 1.19.10 +gzip setup.1 +install -D setup.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/setup.1.gz + %find_lang setup %clean @@ -41,8 +46,12 @@ rm -rf $RPM_BUILD_ROOT %dir %{_datadir}/%{name}/setuptool.d %dir %{_sysconfdir}/setuptool.d %config(noreplace) %{_sysconfdir}/setuptool.d/* +%{_mandir}/man1/setup.1.gz %changelog +* Wed May 19 2010 Michal Hlavinka 1.19.10-2 +- install man page + * Wed Apr 07 2010 Michal Hlavinka 1.19.10-1 - update translations From 740eac3c83fa6d9c67a8df4e095f5bd05cbba73b Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Wed, 19 May 2010 12:00:35 +0000 Subject: [PATCH 12/54] add missing source --- setup.1 | 39 +++++++++++++++++++++++++++++++++++++++ setuptool.spec | 3 +++ 2 files changed, 42 insertions(+) create mode 100644 setup.1 diff --git a/setup.1 b/setup.1 new file mode 100644 index 0000000..e275540 --- /dev/null +++ b/setup.1 @@ -0,0 +1,39 @@ +.\" Copyright (C) 2009 Red Hat, Inc. All rights reserved. +.\" Man page author: Michal Hlavinka +.TH setup 1 2009-10-07 "Linux" "setuptool" +.SH NAME +setup \- A text mode system configuration tool +.SH SYNOPSIS +\fBsetup\fP +.SH DESCRIPTION +The setuptool program (\fBsetup\fP) is a front-end menu program for a group of other +tools, mostly \fBsystem\-config\-*\-tui\fP tools. The list of options which it presents is assembled by scanning +/etc/setuptool.d and /usr/share/setuptool/setuptool.d for files. + +Each file in the directory should contain one or more lines of text. Each line +contains from one to four fields which are separated by "|" characters. In +order, they are: + - the path to the binary to invoke (mandatory) + - the untranslated name of the application which should be displayed + (If unset, defaults to the path of the binary, but don't depend on that.) + - the gettext textdomain in which a translation of the name of the application can be found + (If unset, defaults to "setup".) + - the directory in which translations for the textdomain can be found + (If unset, defaults to "/usr/share/locale".) + +If multiple entries with the same untranslated name exist, the one which was +read FIRST takes precedence. Files are read in name collation order. +.SH EXAMPLE +A contrived example would create /etc/setuptool.d/00bogus with these contents: + +.nf + /bin/ls --color; /bin/sleep 5|Example "ls" invocation. +.fi + +or + +.nf + /bin/ls --color; /bin/sleep 5|Give this help list|libc +.fi + +to use one of libc's (not meaningful here, but) translatable messages. diff --git a/setuptool.spec b/setuptool.spec index 514c52f..92a6534 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -6,6 +6,8 @@ License: GPLv2+ Group: Applications/System Url: http://git.fedorahosted.org/git/?p=setuptool.git Source: setuptool-%{version}.tar.gz +#for setuptool <= 1.19.10 +Source1: setup.1 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: newt-devel, gettext, perl-XML-Parser, glib2-devel, intltool Requires: usermode @@ -27,6 +29,7 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT #for setuptool <= 1.19.10 +cp %{SOURCE1} . gzip setup.1 install -D setup.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/setup.1.gz From a61ba5f9e2521d41b9d553a43cf8d1e3dbfd7192 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 12:40:10 +0000 Subject: [PATCH 13/54] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 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 d6da125..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: setuptool -# $Id: Makefile,v 1.2 2007/10/15 19:22:50 notting Exp $ -NAME := setuptool -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) diff --git a/branch b/branch deleted file mode 100644 index 06de2d2..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-12 From d5fdcbf0fc8e73d1c502735a232e79b133ce942c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 12:40:16 +0000 Subject: [PATCH 14/54] 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 d6da125..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: setuptool -# $Id: Makefile,v 1.2 2007/10/15 19:22:50 notting Exp $ -NAME := setuptool -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 e9fa5d0bf565e5652bb6895554fa9abc09d50033 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Wed, 22 Sep 2010 12:06:16 +0200 Subject: [PATCH 15/54] - update translations --- .gitignore | 1 + setup.1 | 39 --------------------------------------- setuptool.spec | 14 +++++--------- sources | 2 +- 4 files changed, 7 insertions(+), 49 deletions(-) delete mode 100644 setup.1 diff --git a/.gitignore b/.gitignore index e62dfdd..e5c9f86 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ setuptool-1.19.10.tar.gz +/setuptool-1.19.11.tar.gz diff --git a/setup.1 b/setup.1 deleted file mode 100644 index e275540..0000000 --- a/setup.1 +++ /dev/null @@ -1,39 +0,0 @@ -.\" Copyright (C) 2009 Red Hat, Inc. All rights reserved. -.\" Man page author: Michal Hlavinka -.TH setup 1 2009-10-07 "Linux" "setuptool" -.SH NAME -setup \- A text mode system configuration tool -.SH SYNOPSIS -\fBsetup\fP -.SH DESCRIPTION -The setuptool program (\fBsetup\fP) is a front-end menu program for a group of other -tools, mostly \fBsystem\-config\-*\-tui\fP tools. The list of options which it presents is assembled by scanning -/etc/setuptool.d and /usr/share/setuptool/setuptool.d for files. - -Each file in the directory should contain one or more lines of text. Each line -contains from one to four fields which are separated by "|" characters. In -order, they are: - - the path to the binary to invoke (mandatory) - - the untranslated name of the application which should be displayed - (If unset, defaults to the path of the binary, but don't depend on that.) - - the gettext textdomain in which a translation of the name of the application can be found - (If unset, defaults to "setup".) - - the directory in which translations for the textdomain can be found - (If unset, defaults to "/usr/share/locale".) - -If multiple entries with the same untranslated name exist, the one which was -read FIRST takes precedence. Files are read in name collation order. -.SH EXAMPLE -A contrived example would create /etc/setuptool.d/00bogus with these contents: - -.nf - /bin/ls --color; /bin/sleep 5|Example "ls" invocation. -.fi - -or - -.nf - /bin/ls --color; /bin/sleep 5|Give this help list|libc -.fi - -to use one of libc's (not meaningful here, but) translatable messages. diff --git a/setuptool.spec b/setuptool.spec index 92a6534..6886ba0 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,13 +1,11 @@ Name: setuptool -Version: 1.19.10 -Release: 2%{?dist} +Version: 1.19.11 +Release: 1%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Group: Applications/System Url: http://git.fedorahosted.org/git/?p=setuptool.git Source: setuptool-%{version}.tar.gz -#for setuptool <= 1.19.10 -Source1: setup.1 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: newt-devel, gettext, perl-XML-Parser, glib2-devel, intltool Requires: usermode @@ -28,11 +26,6 @@ make %{?_smp_mflags} rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -#for setuptool <= 1.19.10 -cp %{SOURCE1} . -gzip setup.1 -install -D setup.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/setup.1.gz - %find_lang setup %clean @@ -52,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Wed Sep 22 2010 Michal Hlavinka 1.19.11-1 +- update translations + * Wed May 19 2010 Michal Hlavinka 1.19.10-2 - install man page diff --git a/sources b/sources index 454294d..2235ed1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7dae48437eca3d713cee3985a5f80b8d setuptool-1.19.10.tar.gz +a437de76c519c9a8cb84159d87798261 setuptool-1.19.11.tar.gz From b1ccacdcaa71f350156079e964a4cd664d479b67 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 29 Sep 2010 15:16:59 -0700 Subject: [PATCH 16/54] - Rebuilt for gcc bug 634757 --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index 6886ba0..87124d7 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Group: Applications/System @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Wed Sep 29 2010 jkeating - 1.19.11-2 +- Rebuilt for gcc bug 634757 + * Wed Sep 22 2010 Michal Hlavinka 1.19.11-1 - update translations From 632d13511dc4941b7b5d051adadaa3fc9d812b91 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 9 Feb 2011 07:23:49 -0600 Subject: [PATCH 17/54] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index 87124d7..3d92d2d 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Group: Applications/System @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Wed Feb 09 2011 Fedora Release Engineering - 1.19.11-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Wed Sep 29 2010 jkeating - 1.19.11-2 - Rebuilt for gcc bug 634757 From eedf83e4b0f43b1511ac1d2fd9c05061e4708fa3 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 13 Jan 2012 21:51:43 -0600 Subject: [PATCH 18/54] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index 3d92d2d..66559cd 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Group: Applications/System @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 1.19.11-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Wed Feb 09 2011 Fedora Release Engineering - 1.19.11-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 0d3af0adcfebb526998d56797df762e874b7b305 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 14:26:50 -0500 Subject: [PATCH 19/54] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index 66559cd..2f0de1d 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Group: Applications/System @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Sat Jul 21 2012 Fedora Release Engineering - 1.19.11-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 1.19.11-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 52e00287b2478be406e7f01b762c6cc00cb62afb Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 17:49:24 -0600 Subject: [PATCH 20/54] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index 2f0de1d..0afe9a2 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Group: Applications/System @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Thu Feb 14 2013 Fedora Release Engineering - 1.19.11-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sat Jul 21 2012 Fedora Release Engineering - 1.19.11-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From f4fc4eb6bb51122d4a069b140d4f540192b55670 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 09:13:34 -0500 Subject: [PATCH 21/54] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index 0afe9a2..4ec2b96 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Group: Applications/System @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 1.19.11-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Thu Feb 14 2013 Fedora Release Engineering - 1.19.11-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From b634deee7fadbe2d9673b0fa741ed650be0481fa Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 8 Jun 2014 01:11:50 -0500 Subject: [PATCH 22/54] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index 4ec2b96..58c1587 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Group: Applications/System @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 1.19.11-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Aug 04 2013 Fedora Release Engineering - 1.19.11-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From 475417c36195c700d39f082cc494b6d0aa5420b5 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 18 Aug 2014 02:04:34 +0000 Subject: [PATCH 23/54] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index 58c1587..53bec4a 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Group: Applications/System @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Mon Aug 18 2014 Fedora Release Engineering - 1.19.11-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sun Jun 08 2014 Fedora Release Engineering - 1.19.11-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 93f88d67a9f8e00476f4eb019e6c4b4aba5d88fe Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 00:41:22 +0000 Subject: [PATCH 24/54] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index 53bec4a..efaba03 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Group: Applications/System @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 1.19.11-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Mon Aug 18 2014 Fedora Release Engineering - 1.19.11-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From 8475de0731364b560011d3442067f06d483208a7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 4 Feb 2016 23:53:41 +0000 Subject: [PATCH 25/54] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index efaba03..eeda7fe 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Group: Applications/System @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 1.19.11-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 1.19.11-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 2a70eb1db3320294632272fbb59e0977e5614d98 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 13:20:29 +0000 Subject: [PATCH 26/54] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index eeda7fe..c97e831 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 11%{?dist} +Release: 12%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Group: Applications/System @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 1.19.11-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Thu Feb 04 2016 Fedora Release Engineering - 1.19.11-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 8883fc421b7cb47398ac0b96ab25522ae75c8a13 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 18:28:54 +0000 Subject: [PATCH 27/54] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index c97e831..0c9ddf4 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Group: Applications/System @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 1.19.11-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 1.19.11-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From a75b6a49a8e2a75863a1cf5c1bb28349cb1d6667 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 08:21:56 +0000 Subject: [PATCH 28/54] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index 0c9ddf4..47b9c33 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 13%{?dist} +Release: 14%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Group: Applications/System @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 1.19.11-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 1.19.11-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 15a14de11386439441c50e318b33b78552974aa9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 16:33:37 +0000 Subject: [PATCH 29/54] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index 47b9c33..e129b10 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 14%{?dist} +Release: 15%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Group: Applications/System @@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.19.11-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 1.19.11-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 7142a1ad14221c200e4b65e4be173249e935f1f9 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 00:37:06 +0100 Subject: [PATCH 30/54] Remove BuildRoot definition None of currently supported distributions need that. It was needed last for EL5 which is EOL now Signed-off-by: Igor Gnatenko --- setuptool.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index e129b10..48cc2a9 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -6,7 +6,6 @@ License: GPLv2+ Group: Applications/System Url: http://git.fedorahosted.org/git/?p=setuptool.git Source: setuptool-%{version}.tar.gz -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: newt-devel, gettext, perl-XML-Parser, glib2-devel, intltool Requires: usermode From a48396cab78240c0e5cfe58c5ca79bfaba8eb4a2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:49:36 +0100 Subject: [PATCH 31/54] Remove %clean section None of currently supported distributions need that. Last one was EL5 which is EOL for a while. Signed-off-by: Igor Gnatenko --- setuptool.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/setuptool.spec b/setuptool.spec index 48cc2a9..40bafd6 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -27,9 +27,6 @@ make install DESTDIR=$RPM_BUILD_ROOT %find_lang setup -%clean -rm -rf $RPM_BUILD_ROOT - %files -f setup.lang %defattr(-,root,root,-) %doc README COPYING From 8a0b1e78f1dce3ff030f8b4d02fd8ec2f526c172 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Wed, 7 Mar 2018 16:49:53 +0100 Subject: [PATCH 32/54] add gcc buildrequire --- setuptool.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/setuptool.spec b/setuptool.spec index 40bafd6..55ea12a 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,12 +1,12 @@ Name: setuptool Version: 1.19.11 -Release: 15%{?dist} +Release: 16%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Group: Applications/System Url: http://git.fedorahosted.org/git/?p=setuptool.git Source: setuptool-%{version}.tar.gz -BuildRequires: newt-devel, gettext, perl-XML-Parser, glib2-devel, intltool +BuildRequires: newt-devel, gettext, perl-XML-Parser, glib2-devel, intltool, gcc Requires: usermode %description @@ -41,6 +41,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Wed Mar 07 2018 Michal Hlavinka - 1.19.11-16 +- add gcc buildrequire + * Fri Feb 09 2018 Fedora Release Engineering - 1.19.11-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild @@ -239,8 +242,6 @@ make install DESTDIR=$RPM_BUILD_ROOT * Wed Jul 24 2002 Nalin Dahyabhai 1.9-1 - nuke the .desktop file - add usermode bits - -* Wed Jul 24 2002 Nalin Dahyabhai 1.9-1 - intltoolize, use desktop-file-install, autotools full pull * Fri Jun 21 2002 Tim Powers From 95616c956e5481560f894f4c7f3a432aea7d7cc4 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 01:20:39 -0500 Subject: [PATCH 33/54] Remove needless use of %defattr --- setuptool.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index 55ea12a..feec319 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -28,7 +28,6 @@ make install DESTDIR=$RPM_BUILD_ROOT %find_lang setup %files -f setup.lang -%defattr(-,root,root,-) %doc README COPYING %{_bindir}/setup %config(noreplace) %{_sysconfdir}/pam.d/setup From 520b112d797c86be26318feff9fff68459cf8e38 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 06:00:36 +0000 Subject: [PATCH 34/54] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index feec319..3f210ab 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 16%{?dist} +Release: 17%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Group: Applications/System @@ -40,6 +40,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 1.19.11-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Mar 07 2018 Michal Hlavinka - 1.19.11-16 - add gcc buildrequire From a7681c83f31b93d5345afa210b413b6465ff1068 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:25 +0100 Subject: [PATCH 35/54] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- setuptool.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index 3f210ab..0daa777 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -3,7 +3,6 @@ Version: 1.19.11 Release: 17%{?dist} Summary: A text mode system configuration tool License: GPLv2+ -Group: Applications/System Url: http://git.fedorahosted.org/git/?p=setuptool.git Source: setuptool-%{version}.tar.gz BuildRequires: newt-devel, gettext, perl-XML-Parser, glib2-devel, intltool, gcc From fa7a43aaba55b9233fc1a32a081d6986f76e29b0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 2 Feb 2019 15:15:10 +0000 Subject: [PATCH 36/54] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index 0daa777..1e31318 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 17%{?dist} +Release: 18%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Url: http://git.fedorahosted.org/git/?p=setuptool.git @@ -39,6 +39,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Sat Feb 02 2019 Fedora Release Engineering - 1.19.11-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 1.19.11-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 43b3db1015b10e615ed186e66f992d3cd49d93bc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 26 Jul 2019 23:08:07 +0000 Subject: [PATCH 37/54] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index 1e31318..0e5f832 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 18%{?dist} +Release: 19%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Url: http://git.fedorahosted.org/git/?p=setuptool.git @@ -39,6 +39,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Fri Jul 26 2019 Fedora Release Engineering - 1.19.11-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sat Feb 02 2019 Fedora Release Engineering - 1.19.11-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 8634e2c9aa6f205ad282880214baabc195f22573 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 30 Jan 2020 23:17:59 +0000 Subject: [PATCH 38/54] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index 0e5f832..ad427a9 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 19%{?dist} +Release: 20%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Url: http://git.fedorahosted.org/git/?p=setuptool.git @@ -39,6 +39,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Thu Jan 30 2020 Fedora Release Engineering - 1.19.11-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Fri Jul 26 2019 Fedora Release Engineering - 1.19.11-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 7fa4b48a010ac2959dc040347b5e4dbed55a31cf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 10:35:45 +0000 Subject: [PATCH 39/54] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index ad427a9..ec8fad5 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 20%{?dist} +Release: 21%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Url: http://git.fedorahosted.org/git/?p=setuptool.git @@ -39,6 +39,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.19.11-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Thu Jan 30 2020 Fedora Release Engineering - 1.19.11-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From a791bd292ae6baf214a0c3d8ef34309a4aff5f82 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 8 Jan 2021 21:24:31 +0000 Subject: [PATCH 40/54] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- setuptool.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/setuptool.spec b/setuptool.spec index ec8fad5..f51228a 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -5,6 +5,7 @@ Summary: A text mode system configuration tool License: GPLv2+ Url: http://git.fedorahosted.org/git/?p=setuptool.git Source: setuptool-%{version}.tar.gz +BuildRequires: make BuildRequires: newt-devel, gettext, perl-XML-Parser, glib2-devel, intltool, gcc Requires: usermode From 0fb325e16ba875e2b8f83628505b9786df8c1833 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 20:15:54 +0000 Subject: [PATCH 41/54] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index f51228a..a17ebcf 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 21%{?dist} +Release: 22%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Url: http://git.fedorahosted.org/git/?p=setuptool.git @@ -40,6 +40,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.19.11-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 1.19.11-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 5072b3362a444e5e7a0c0b7a00ebc2e7ff8e9ecb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 17:25:36 +0000 Subject: [PATCH 42/54] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index a17ebcf..4c5bee1 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 22%{?dist} +Release: 23%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Url: http://git.fedorahosted.org/git/?p=setuptool.git @@ -40,6 +40,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.19.11-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 1.19.11-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 2a2d52039a8adc2cfd6654bee5642a6aa9821fc7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 00:44:31 +0000 Subject: [PATCH 43/54] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index 4c5bee1..a2b5c2d 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 23%{?dist} +Release: 24%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Url: http://git.fedorahosted.org/git/?p=setuptool.git @@ -40,6 +40,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.19.11-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.19.11-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From f813cdaaee556ea5d42811f21e1a3c7880d39536 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 08:26:31 +0000 Subject: [PATCH 44/54] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index a2b5c2d..4d44726 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 24%{?dist} +Release: 25%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Url: http://git.fedorahosted.org/git/?p=setuptool.git @@ -40,6 +40,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.19.11-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 1.19.11-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 7b6d09489a286ea60c43eb178475ed72eebf64b1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 03:04:12 +0000 Subject: [PATCH 45/54] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index 4d44726..6a28a95 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 25%{?dist} +Release: 26%{?dist} Summary: A text mode system configuration tool License: GPLv2+ Url: http://git.fedorahosted.org/git/?p=setuptool.git @@ -40,6 +40,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.19.11-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 1.19.11-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From cc1301a78c7345c198fb3fc600fcd39a19909986 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Wed, 26 Apr 2023 10:53:29 +0200 Subject: [PATCH 46/54] update license tag format (SPDX migration) for https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1 --- setuptool.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setuptool.spec b/setuptool.spec index 6a28a95..569c3cd 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,8 +1,8 @@ Name: setuptool Version: 1.19.11 -Release: 26%{?dist} +Release: 27%{?dist} Summary: A text mode system configuration tool -License: GPLv2+ +License: GPL-2.0-or-later Url: http://git.fedorahosted.org/git/?p=setuptool.git Source: setuptool-%{version}.tar.gz BuildRequires: make @@ -40,6 +40,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Wed Apr 26 2023 Michal Hlavinka - 1.19.11-27 +- update license tag format (SPDX migration) for https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1 + * Sat Jan 21 2023 Fedora Release Engineering - 1.19.11-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 2399f3a41f5fa4458d2de184a2a391b6459d5fca Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Wed, 26 Apr 2023 10:54:45 +0200 Subject: [PATCH 47/54] reupload source file --- sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources b/sources index 2235ed1..cfc95f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a437de76c519c9a8cb84159d87798261 setuptool-1.19.11.tar.gz +SHA512 (setuptool-1.19.11.tar.gz) = 9aaee215c496aaa9d2456e5d30c4701134d04154e69c99cc51bb991ff5376d0352d322bac86bc7051803cbd81dff7e379c5a47763137416cef7783628423adec From 4562c113e347bb1ed823a048fde3a17517f4b24d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 01:29:04 +0000 Subject: [PATCH 48/54] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index 569c3cd..36d17b0 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 27%{?dist} +Release: 28%{?dist} Summary: A text mode system configuration tool License: GPL-2.0-or-later Url: http://git.fedorahosted.org/git/?p=setuptool.git @@ -40,6 +40,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.19.11-28 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Wed Apr 26 2023 Michal Hlavinka - 1.19.11-27 - update license tag format (SPDX migration) for https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1 From 6f84fc0b31f59a17e23da4945ae8ca7ea8ae04a9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 02:43:12 +0000 Subject: [PATCH 49/54] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index 36d17b0..8f0a46e 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 28%{?dist} +Release: 29%{?dist} Summary: A text mode system configuration tool License: GPL-2.0-or-later Url: http://git.fedorahosted.org/git/?p=setuptool.git @@ -40,6 +40,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.19.11-29 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 1.19.11-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 7fcb2d4c06ce7580e9a1b67987e7a0b08dd04dcf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 05:19:30 +0000 Subject: [PATCH 50/54] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index 8f0a46e..5abbbfe 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 29%{?dist} +Release: 30%{?dist} Summary: A text mode system configuration tool License: GPL-2.0-or-later Url: http://git.fedorahosted.org/git/?p=setuptool.git @@ -40,6 +40,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.19.11-30 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 1.19.11-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 758c2be8a1fc46ced7240dd59ecb3669f7cfe0f1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 10:28:58 +0000 Subject: [PATCH 51/54] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index 5abbbfe..c111114 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 30%{?dist} +Release: 31%{?dist} Summary: A text mode system configuration tool License: GPL-2.0-or-later Url: http://git.fedorahosted.org/git/?p=setuptool.git @@ -40,6 +40,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.19.11-31 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 1.19.11-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From f15e400057bddf62aa7793536aace31a77f7095d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 18:11:08 +0000 Subject: [PATCH 52/54] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index c111114..e0442a0 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 31%{?dist} +Release: 32%{?dist} Summary: A text mode system configuration tool License: GPL-2.0-or-later Url: http://git.fedorahosted.org/git/?p=setuptool.git @@ -40,6 +40,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.19.11-32 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 1.19.11-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From d2a9fb449bb30b8a0d1d42bff3c2d7cb874dea0a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 17:55:55 +0000 Subject: [PATCH 53/54] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index e0442a0..c4c5b88 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 32%{?dist} +Release: 33%{?dist} Summary: A text mode system configuration tool License: GPL-2.0-or-later Url: http://git.fedorahosted.org/git/?p=setuptool.git @@ -40,6 +40,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.19.11-33 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 1.19.11-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From f6e323e0e0cfa4be6f3706b08b4a514a44644bf0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 06:26:05 +0000 Subject: [PATCH 54/54] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- setuptool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setuptool.spec b/setuptool.spec index c4c5b88..3fb84cd 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,6 +1,6 @@ Name: setuptool Version: 1.19.11 -Release: 33%{?dist} +Release: 34%{?dist} Summary: A text mode system configuration tool License: GPL-2.0-or-later Url: http://git.fedorahosted.org/git/?p=setuptool.git @@ -40,6 +40,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_mandir}/man1/setup.1.gz %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.19.11-34 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 1.19.11-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild