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