Blame SPECS/scrub.spec

aaccc6
Name:		scrub
aaccc6
Version:	2.6.1
aaccc6
Release:	4%{?dist}
aaccc6
Summary:	Disk scrubbing program
aaccc6
License:	GPLv2+
aaccc6
URL:		https://github.com/chaos/scrub/
aaccc6
Source0:	https://github.com/chaos/scrub/releases/download/%{version}/scrub-%{version}.tar.gz
aaccc6
# https://github.com/chaos/scrub/commit/b90fcb2330d00dbd1e9aeaa2e1a9807f8b80b922.patch
aaccc6
Patch0:		scrub-2.6.1-symlinks-to-block-device.patch
aaccc6
# https://github.com/chaos/scrub/commit/27f6452a658f057e3ba6bf9dfda070b6dffc6798.patch
aaccc6
Patch1:		scrub-2.6.1-use-libgcrypt.patch
aaccc6
Patch2:		scrub-2.6.1-extentonly.patch
aaccc6
Patch3:		scrub-2.5.2-test-use-power-2-filesizes.patch
aaccc6
# https://github.com/chaos/scrub/commit/864a454f16ac3e47103064b0e4fe3a9111593e49
aaccc6
Patch4:		scrub-2.6.1-analyzer-fixes.patch
aaccc6
BuildRequires:	make
aaccc6
BuildRequires:	gcc
aaccc6
BuildRequires:	libgcrypt-devel
aaccc6
BuildRequires:	autoconf, automake, libtool
aaccc6
aaccc6
%description
aaccc6
Scrub writes patterns on files or disk devices to make
aaccc6
retrieving the data more difficult.  It operates in one of three
aaccc6
modes: 1) the special file corresponding to an entire disk is scrubbed
aaccc6
and all data on it is destroyed;  2) a regular file is scrubbed and
aaccc6
only the data in the file (and optionally its name in the directory
aaccc6
entry) is destroyed; or 3) a regular file is created, expanded until
aaccc6
the file system is full, then scrubbed as in 2).
aaccc6
aaccc6
%prep
aaccc6
%setup -q
aaccc6
%patch0 -p1 -b .symlinks-to-block-devices
aaccc6
%patch1 -p1 -b .libgcrypt
aaccc6
%patch2 -p1 -b .extent-only
aaccc6
%patch3 -p1 -b .test-use-power-2-filesizes
aaccc6
%patch4 -p1 -b .analyzer-fixes
aaccc6
autoreconf -ifv --include=config
aaccc6
aaccc6
%build
aaccc6
%configure
aaccc6
%{make_build}
aaccc6
aaccc6
%install
aaccc6
%{make_install}
aaccc6
aaccc6
%files
aaccc6
%license COPYING
aaccc6
%doc DISCLAIMER
aaccc6
%doc README ChangeLog
aaccc6
%{_bindir}/scrub
aaccc6
%{_mandir}/man1/scrub.1*
aaccc6
aaccc6
%changelog
aaccc6
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.6.1-4
aaccc6
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
aaccc6
  Related: rhbz#1991688
aaccc6
aaccc6
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.6.1-3
aaccc6
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
aaccc6
aaccc6
* Thu Mar 18 2021 Tom Callaway <spot@fedoraproject.org> - 2.6.1-2
aaccc6
- apply analyzer fixes from upstream
aaccc6
aaccc6
* Wed Feb 24 2021 Tom Callaway <spot@fedoraproject.org> - 2.6.1-1
aaccc6
- update to 2.6.1
aaccc6
- update URLs
aaccc6
- merge patches from Red Hat and upstream
aaccc6
aaccc6
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-18
aaccc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
aaccc6
aaccc6
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-17
aaccc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
aaccc6
aaccc6
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-16
aaccc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
aaccc6
aaccc6
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-15
aaccc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
aaccc6
aaccc6
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-14
aaccc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
aaccc6
aaccc6
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-13
aaccc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
aaccc6
aaccc6
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-12
aaccc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
aaccc6
aaccc6
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-11
aaccc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
aaccc6
aaccc6
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-10
aaccc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
aaccc6
aaccc6
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-9
aaccc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
aaccc6
aaccc6
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-8
aaccc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
aaccc6
aaccc6
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.2-7
aaccc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
aaccc6
aaccc6
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.2-6
aaccc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
aaccc6
aaccc6
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.2-5
aaccc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
aaccc6
aaccc6
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.2-4
aaccc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
aaccc6
aaccc6
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.2-3
aaccc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
aaccc6
aaccc6
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.2-2
aaccc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
aaccc6
aaccc6
* Mon Jun 25 2012 Tom Callaway <spot@fedoraproject.org> - 2.5.2-1
aaccc6
- update to 2.5.2
aaccc6
aaccc6
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.1-2
aaccc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
aaccc6
aaccc6
* Tue Aug 30 2011 Tom Callaway <spot@fedoraproject.org> - 2.4.1-1
aaccc6
- update to 2.4.1
aaccc6
aaccc6
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-2
aaccc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
aaccc6
aaccc6
* Thu Nov  4 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.4-1
aaccc6
- update to 2.4
aaccc6
aaccc6
* Tue Jun 29 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.2-1
aaccc6
- update to 2.2, new url, source location
aaccc6
aaccc6
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-3
aaccc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
aaccc6
aaccc6
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-2
aaccc6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
aaccc6
aaccc6
* Fri Nov 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.1-1
aaccc6
- update to 2.1
aaccc6
aaccc6
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.9-3
aaccc6
- Autorebuild for GCC 4.3
aaccc6
aaccc6
* Mon Aug 27 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.9-2
aaccc6
- license tag fix
aaccc6
- ppc32 rebuild
aaccc6
aaccc6
* Mon Jul  9 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.9-1
aaccc6
- bump to 1.9
aaccc6
aaccc6
* Mon Sep  4 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.8-1
aaccc6
- bump to 1.8
aaccc6
aaccc6
* Mon Feb 20 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.7-1
aaccc6
- bump to 1.7, update URL, Source0
aaccc6
- use Ben Woodard's description
aaccc6
aaccc6
* Sat May 21 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.6-2
aaccc6
- cleanups
aaccc6
aaccc6
* Thu May 19 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.6-1
aaccc6
- initial package for Fedora Extras