From 974d9d148533568ea611479ce89550840a89b136 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 15 Sep 2009 01:12:35 +0000 Subject: [PATCH 01/42] Initialize branch EL-4 for wipe --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..6ec5cef --- /dev/null +++ b/branch @@ -0,0 +1 @@ +EL-4 From 14baae337bb29f04ee52c0b5dc4e4e18cf06f593 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:43:14 +0000 Subject: [PATCH 02/42] 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 dc6558b..9fb010e 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: wipe -# $Id$ +# $Id: Makefile,v 1.1 2008/02/12 17:39:46 kevin Exp $ NAME := wipe 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 825375b696afc42ca6245f864186709eb65c7d27 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:17:21 +0000 Subject: [PATCH 03/42] 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 dc6558b..9fb010e 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: wipe -# $Id$ +# $Id: Makefile,v 1.1 2008/02/12 17:39:46 kevin Exp $ NAME := wipe 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 a51de1aa1231a80fb411c889fc542f4f52b99ef6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:21:19 +0000 Subject: [PATCH 04/42] 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 9fb010e..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: wipe -# $Id: Makefile,v 1.1 2008/02/12 17:39:46 kevin Exp $ -NAME := wipe -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),) -# attept 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 6ec5cef..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -EL-4 From 5f753013e75dd7666e412b0e6590d32084b23753 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 15:21:22 +0000 Subject: [PATCH 05/42] 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 9fb010e..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: wipe -# $Id: Makefile,v 1.1 2008/02/12 17:39:46 kevin Exp $ -NAME := wipe -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),) -# attept 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 ffa9e69def5efd81b4c47435b5feaac5f93e8bd4 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 20:44:23 -0600 Subject: [PATCH 06/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index 0cbb3c9..83f20e5 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Secure file erasing tool Group: Development/Tools @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/tr/man1/wipe.1.gz %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 0.21-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Jul 27 2009 Fedora Release Engineering - 0.21-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 2aacc66946890c1aecd766d3a8d0e06e705751a3 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 02:21:24 -0600 Subject: [PATCH 07/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index 83f20e5..bb8aa14 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Secure file erasing tool Group: Development/Tools @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/tr/man1/wipe.1.gz %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 0.21-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 0.21-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 98e27f2bae1879427a623ffcbede8e5bb414b7b6 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 22:42:01 -0500 Subject: [PATCH 08/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index bb8aa14..7757f6a 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Secure file erasing tool Group: Development/Tools @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/tr/man1/wipe.1.gz %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 0.21-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 0.21-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 4812d19647f7ec5ad642abb2d90ddf7cf600f68e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 21:09:23 -0600 Subject: [PATCH 09/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index 7757f6a..24fd80e 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Secure file erasing tool Group: Development/Tools @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/tr/man1/wipe.1.gz %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 0.21-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 0.21-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 2094bec01c240eb1fdcb7f3bc0e36dcf5794effc Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 02:01:19 -0500 Subject: [PATCH 10/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index 24fd80e..ba83fb3 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Secure file erasing tool Group: Development/Tools @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/tr/man1/wipe.1.gz %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 0.21-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 0.21-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 3d55539e44f3cc8176057adf3d67deb0f3a91934 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 23:37:33 -0500 Subject: [PATCH 11/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index ba83fb3..d3db86b 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Secure file erasing tool Group: Development/Tools @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/tr/man1/wipe.1.gz %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 0.21-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Aug 04 2013 Fedora Release Engineering - 0.21-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From 241e4bb91340a2fb67f372cfb6668a944db611e6 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 18 Aug 2014 08:40:49 +0000 Subject: [PATCH 12/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index d3db86b..c65b745 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Secure file erasing tool Group: Development/Tools @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/tr/man1/wipe.1.gz %changelog +* Mon Aug 18 2014 Fedora Release Engineering - 0.21-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sun Jun 08 2014 Fedora Release Engineering - 0.21-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From c37728b0a1d63268c0844ad4ce06e1072932cc28 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 02:27:43 +0000 Subject: [PATCH 13/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index c65b745..e52ff31 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Secure file erasing tool Group: Development/Tools @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/tr/man1/wipe.1.gz %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 0.21-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Mon Aug 18 2014 Fedora Release Engineering - 0.21-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From d87b88bffba39801d05d4ed746c568ff411c22cb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 03:03:49 +0000 Subject: [PATCH 14/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index e52ff31..ef79d77 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Secure file erasing tool Group: Development/Tools @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/tr/man1/wipe.1.gz %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 0.21-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 0.21-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 8bb47c1088e091d8b0a733cec2d9342723850a6e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 17:26:22 +0000 Subject: [PATCH 15/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index ef79d77..3666c55 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Secure file erasing tool Group: Development/Tools @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/tr/man1/wipe.1.gz %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 0.21-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Feb 05 2016 Fedora Release Engineering - 0.21-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From f2a236a590b149c1a75ec99bec78b958bc0aa202 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 21:40:04 +0000 Subject: [PATCH 16/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index 3666c55..ecaf587 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Secure file erasing tool Group: Development/Tools @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/tr/man1/wipe.1.gz %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 0.21-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 0.21-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 5653cdbe93f4d26b7a4c7129d0488b53237c3f6d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 10:19:07 +0000 Subject: [PATCH 17/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index ecaf587..4a81453 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Secure file erasing tool Group: Development/Tools @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/tr/man1/wipe.1.gz %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 0.21-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 0.21-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From a3da2a72ca0670eff4f484790d1eee8055daf6c0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 21:01:12 +0000 Subject: [PATCH 18/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index 4a81453..bb99535 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Secure file erasing tool Group: Development/Tools @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/tr/man1/wipe.1.gz %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 0.21-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 0.21-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From e0169813e58f088fdc935fd96e17c3842482e0b9 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 00:48:56 +0100 Subject: [PATCH 19/42] 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 --- wipe.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index bb99535..3837e4b 100644 --- a/wipe.spec +++ b/wipe.spec @@ -7,7 +7,6 @@ Group: Development/Tools License: GPL+ URL: http://abaababa.ouvaton.org/wipe/ Source0: http://abaababa.ouvaton.org/wipe/wipe-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Wipe is a little command for securely erasing files from magnetic media. From 8dd694e4a637f4588daf8afd5b27b259e7b75895 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:59:15 +0100 Subject: [PATCH 20/42] 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 --- wipe.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/wipe.spec b/wipe.spec index 3837e4b..2ebd927 100644 --- a/wipe.spec +++ b/wipe.spec @@ -35,9 +35,6 @@ install -p -m644 wipe.1 $RPM_BUILD_ROOT/%{_mandir}/man1 mv wipe.tr.1 wipe.1 && \ install -p -m644 wipe.1 $RPM_BUILD_ROOT/%{_mandir}/tr/man1/ -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) %doc BUGS CHANGES GPL README examples/wipefd0 examples/wswap.pl From 86c78ee109ff99f73501a8c78453265db0418dee Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 01:38:35 -0500 Subject: [PATCH 21/42] Remove needless use of %defattr --- wipe.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index 2ebd927..2f1739c 100644 --- a/wipe.spec +++ b/wipe.spec @@ -36,7 +36,6 @@ mv wipe.tr.1 wipe.1 && \ install -p -m644 wipe.1 $RPM_BUILD_ROOT/%{_mandir}/tr/man1/ %files -%defattr(-,root,root,-) %doc BUGS CHANGES GPL README examples/wipefd0 examples/wswap.pl %{_bindir}/wipe %{_mandir}/man1/wipe.1.gz From 0d6e8cbe79b6d9bb4591fa247be82bcde0366965 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 08:54:11 +0000 Subject: [PATCH 22/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index 2f1739c..977e814 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Secure file erasing tool Group: Development/Tools @@ -42,6 +42,9 @@ mv wipe.tr.1 wipe.1 && \ %{_mandir}/tr/man1/wipe.1.gz %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 0.21-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 0.21-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From f4253dbeb84be0882df06bb11bb41a767bf1bf0c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 24 Jul 2018 16:35:05 +0200 Subject: [PATCH 23/42] Add missing BuildRequires on gcc make[1]: gcc: Command not found References: https://bugzilla.redhat.com/show_bug.cgi?id=1606690 Signed-off-by: Igor Gnatenko --- wipe.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/wipe.spec b/wipe.spec index 977e814..917ab9d 100644 --- a/wipe.spec +++ b/wipe.spec @@ -8,6 +8,7 @@ License: GPL+ URL: http://abaababa.ouvaton.org/wipe/ Source0: http://abaababa.ouvaton.org/wipe/wipe-%{version}.tar.gz +BuildRequires: gcc %description Wipe is a little command for securely erasing files from magnetic media. From fe326810a2fd6ce7e13f057881ec840428345146 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:30 +0100 Subject: [PATCH 24/42] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- wipe.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index 917ab9d..3f58ea7 100644 --- a/wipe.spec +++ b/wipe.spec @@ -3,7 +3,6 @@ Version: 0.21 Release: 18%{?dist} Summary: Secure file erasing tool -Group: Development/Tools License: GPL+ URL: http://abaababa.ouvaton.org/wipe/ Source0: http://abaababa.ouvaton.org/wipe/wipe-%{version}.tar.gz From 37872298910fe4d98fbcae1cd6d0a4534b080cd1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 11:48:04 +0000 Subject: [PATCH 25/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index 3f58ea7..f416753 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Secure file erasing tool License: GPL+ @@ -42,6 +42,9 @@ mv wipe.tr.1 wipe.1 && \ %{_mandir}/tr/man1/wipe.1.gz %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 0.21-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 0.21-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 9b470765d440094968f780d57a89ad41b99d4f69 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 03:33:41 +0000 Subject: [PATCH 26/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index f416753..69b4638 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Secure file erasing tool License: GPL+ @@ -42,6 +42,9 @@ mv wipe.tr.1 wipe.1 && \ %{_mandir}/tr/man1/wipe.1.gz %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 0.21-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 0.21-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From c3efeb7a5912aac6353f339f5f2ac2012f9f4eb8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 03:47:25 +0000 Subject: [PATCH 27/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index 69b4638..bf51c79 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Secure file erasing tool License: GPL+ @@ -42,6 +42,9 @@ mv wipe.tr.1 wipe.1 && \ %{_mandir}/tr/man1/wipe.1.gz %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 0.21-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 0.21-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From e2d493e60eace180844010ba4ed4cec4aca9bcd2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 14:12:10 +0000 Subject: [PATCH 28/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index bf51c79..60ab5fd 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Secure file erasing tool License: GPL+ @@ -42,6 +42,9 @@ mv wipe.tr.1 wipe.1 && \ %{_mandir}/tr/man1/wipe.1.gz %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 0.21-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 0.21-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 18dbb127f4d32c4017e7dc54cfc9cdcd9eaf3227 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 00:56:35 +0000 Subject: [PATCH 29/42] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- wipe.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/wipe.spec b/wipe.spec index 60ab5fd..cab96aa 100644 --- a/wipe.spec +++ b/wipe.spec @@ -7,6 +7,7 @@ License: GPL+ URL: http://abaababa.ouvaton.org/wipe/ Source0: http://abaababa.ouvaton.org/wipe/wipe-%{version}.tar.gz +BuildRequires: make BuildRequires: gcc %description Wipe is a little command for securely erasing files from magnetic media. From 456cf1dba97967585644ca13a1d232f10433f412 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 23:33:11 +0000 Subject: [PATCH 30/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index cab96aa..38e4d83 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 22%{?dist} +Release: 23%{?dist} Summary: Secure file erasing tool License: GPL+ @@ -43,6 +43,9 @@ mv wipe.tr.1 wipe.1 && \ %{_mandir}/tr/man1/wipe.1.gz %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 0.21-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 0.21-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 3343a4dc35eb068cd44cceb8546ee2e2b8245bb0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:00:13 +0000 Subject: [PATCH 31/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index 38e4d83..49d27ab 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 23%{?dist} +Release: 24%{?dist} Summary: Secure file erasing tool License: GPL+ @@ -43,6 +43,9 @@ mv wipe.tr.1 wipe.1 && \ %{_mandir}/tr/man1/wipe.1.gz %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.21-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 0.21-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 0e37e89484fa5f6bf03b5ced0204a0bad691aec1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 04:32:01 +0000 Subject: [PATCH 32/42] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index 49d27ab..3a0f548 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Secure file erasing tool License: GPL+ @@ -43,6 +43,9 @@ mv wipe.tr.1 wipe.1 && \ %{_mandir}/tr/man1/wipe.1.gz %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 0.21-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 0.21-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From dac1072a5d461210a8224293f10a972983b44e3b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 12:29:16 +0000 Subject: [PATCH 33/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index 3a0f548..d34ac28 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 25%{?dist} +Release: 26%{?dist} Summary: Secure file erasing tool License: GPL+ @@ -43,6 +43,9 @@ mv wipe.tr.1 wipe.1 && \ %{_mandir}/tr/man1/wipe.1.gz %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 0.21-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 0.21-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 003bd381839ed818463161f3766303af5f495ce5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 06:51:53 +0000 Subject: [PATCH 34/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index d34ac28..2578290 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 26%{?dist} +Release: 27%{?dist} Summary: Secure file erasing tool License: GPL+ @@ -43,6 +43,9 @@ mv wipe.tr.1 wipe.1 && \ %{_mandir}/tr/man1/wipe.1.gz %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 0.21-27 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 0.21-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 92259634b85bab3e60d79a9fd1373ae30178688b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 18:14:59 +0000 Subject: [PATCH 35/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index 2578290..e08d0fd 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 27%{?dist} +Release: 28%{?dist} Summary: Secure file erasing tool License: GPL+ @@ -43,6 +43,9 @@ mv wipe.tr.1 wipe.1 && \ %{_mandir}/tr/man1/wipe.1.gz %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 0.21-28 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 0.21-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From e237df9e82b860cbe330af377c79a91d7d3c8f2d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 08:52:33 +0000 Subject: [PATCH 36/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index e08d0fd..a99da0d 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 28%{?dist} +Release: 29%{?dist} Summary: Secure file erasing tool License: GPL+ @@ -43,6 +43,9 @@ mv wipe.tr.1 wipe.1 && \ %{_mandir}/tr/man1/wipe.1.gz %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 0.21-29 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 0.21-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 698a4d0a07f463086b65628516048a46b15bea72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 17 Jun 2024 16:20:08 +0200 Subject: [PATCH 37/42] convert GPL+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- wipe.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wipe.spec b/wipe.spec index a99da0d..16cddad 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,9 +1,9 @@ Name: wipe Version: 0.21 -Release: 29%{?dist} +Release: 30%{?dist} Summary: Secure file erasing tool -License: GPL+ +License: GPL-1.0-or-later URL: http://abaababa.ouvaton.org/wipe/ Source0: http://abaababa.ouvaton.org/wipe/wipe-%{version}.tar.gz @@ -43,6 +43,9 @@ mv wipe.tr.1 wipe.1 && \ %{_mandir}/tr/man1/wipe.1.gz %changelog +* Mon Jun 17 2024 Miroslav Suchý - 0.21-30 +- convert license to SPDX + * Sat Jan 27 2024 Fedora Release Engineering - 0.21-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From b99b0672575e89e68fc1cc2703b3191ffac708e5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 09:23:59 +0000 Subject: [PATCH 38/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index 16cddad..b7b9f2c 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 30%{?dist} +Release: 31%{?dist} Summary: Secure file erasing tool License: GPL-1.0-or-later @@ -43,6 +43,9 @@ mv wipe.tr.1 wipe.1 && \ %{_mandir}/tr/man1/wipe.1.gz %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 0.21-31 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Mon Jun 17 2024 Miroslav Suchý - 0.21-30 - convert license to SPDX From 55416b32379ee8d55565c2e7cd908e2e5fadc96f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 15:04:59 +0000 Subject: [PATCH 39/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index b7b9f2c..d4cf694 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 31%{?dist} +Release: 32%{?dist} Summary: Secure file erasing tool License: GPL-1.0-or-later @@ -43,6 +43,9 @@ mv wipe.tr.1 wipe.1 && \ %{_mandir}/tr/man1/wipe.1.gz %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 0.21-32 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 0.21-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 1963d42fe8b7d5f749683f82054472c8e3661837 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:27:13 +0000 Subject: [PATCH 40/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index d4cf694..02a50ab 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 32%{?dist} +Release: 33%{?dist} Summary: Secure file erasing tool License: GPL-1.0-or-later @@ -43,6 +43,9 @@ mv wipe.tr.1 wipe.1 && \ %{_mandir}/tr/man1/wipe.1.gz %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0.21-33 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 0.21-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 9061589887870c31c9c677ad170645c01d3142a8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:16:22 +0000 Subject: [PATCH 41/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index 02a50ab..f0031a6 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 33%{?dist} +Release: 34%{?dist} Summary: Secure file erasing tool License: GPL-1.0-or-later @@ -43,6 +43,9 @@ mv wipe.tr.1 wipe.1 && \ %{_mandir}/tr/man1/wipe.1.gz %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 0.21-34 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 0.21-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 20ad2cbbdf0ac47783c1805e582606e22a6bb0df Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:50:12 +0000 Subject: [PATCH 42/42] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- wipe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wipe.spec b/wipe.spec index f0031a6..5a8cced 100644 --- a/wipe.spec +++ b/wipe.spec @@ -1,6 +1,6 @@ Name: wipe Version: 0.21 -Release: 34%{?dist} +Release: 35%{?dist} Summary: Secure file erasing tool License: GPL-1.0-or-later @@ -43,6 +43,9 @@ mv wipe.tr.1 wipe.1 && \ %{_mandir}/tr/man1/wipe.1.gz %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 0.21-35 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 0.21-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild