Blame SPECS/scrub.spec

5b31e4
Name:		scrub
5b31e4
Version:	2.5.2
831a09
Release:	7%{?dist}
5b31e4
Summary:	Disk scrubbing program
5b31e4
License:	GPLv2+
5b31e4
Group:		System Environment/Base
5b31e4
URL:		http://code.google.com/p/diskscrub/
5b31e4
Source0:	http://diskscrub.googlecode.com/files/%{name}-%{version}.tar.bz2
5b31e4
831a09
# Needed for running ./autogen.sh successfully
831a09
BuildRequires: automake autoconf libtool
831a09
831a09
# 1130138 - [RFE] Add option for "scrub" utility to only scrub used blocks of a sparse file
831a09
Patch0: scrub-2.5.2-extentonly.patch
831a09
5b31e4
%description
5b31e4
Scrub writes patterns on files or disk devices to make
5b31e4
retrieving the data more difficult.  It operates in one of three
5b31e4
modes: 1) the special file corresponding to an entire disk is scrubbed
5b31e4
and all data on it is destroyed;  2) a regular file is scrubbed and
5b31e4
only the data in the file (and optionally its name in the directory
5b31e4
entry) is destroyed; or 3) a regular file is created, expanded until
5b31e4
the file system is full, then scrubbed as in 2).
5b31e4
5b31e4
%prep
5b31e4
%setup -q
831a09
%patch0 -p1
5b31e4
5b31e4
%build
831a09
./autogen.sh
5b31e4
%configure
5b31e4
make %{?_smp_mflags}
5b31e4
5b31e4
%install
5b31e4
make DESTDIR=%{buildroot} install
5b31e4
5b31e4
%files
5b31e4
%doc DISCLAIMER COPYING
5b31e4
%doc README ChangeLog
5b31e4
%{_bindir}/scrub
5b31e4
%{_mandir}/man1/scrub.1*
5b31e4
5b31e4
%changelog
831a09
* Tue Mar 28 2017 Daniel Kopecek <dkopecek@redhat.com> - 2.5.2-7
831a09
- Added option to enable extent-only scrubbing
831a09
  Resolves: rhbz#1130138
831a09
9bd644
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2.5.2-5
9bd644
- Mass rebuild 2014-01-24
9bd644
9bd644
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.5.2-4
9bd644
- Mass rebuild 2013-12-27
9bd644
5b31e4
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.2-3
5b31e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
5b31e4
5b31e4
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.2-2
5b31e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5b31e4
5b31e4
* Mon Jun 25 2012 Tom Callaway <spot@fedoraproject.org> - 2.5.2-1
5b31e4
- update to 2.5.2
5b31e4
5b31e4
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.1-2
5b31e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5b31e4
5b31e4
* Tue Aug 30 2011 Tom Callaway <spot@fedoraproject.org> - 2.4.1-1
5b31e4
- update to 2.4.1
5b31e4
5b31e4
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-2
5b31e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5b31e4
5b31e4
* Thu Nov  4 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.4-1
5b31e4
- update to 2.4
5b31e4
5b31e4
* Tue Jun 29 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.2-1
5b31e4
- update to 2.2, new url, source location
5b31e4
5b31e4
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-3
5b31e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
5b31e4
5b31e4
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1-2
5b31e4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
5b31e4
5b31e4
* Fri Nov 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.1-1
5b31e4
- update to 2.1
5b31e4
5b31e4
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.9-3
5b31e4
- Autorebuild for GCC 4.3
5b31e4
5b31e4
* Mon Aug 27 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.9-2
5b31e4
- license tag fix
5b31e4
- ppc32 rebuild
5b31e4
5b31e4
* Mon Jul  9 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.9-1
5b31e4
- bump to 1.9
5b31e4
5b31e4
* Mon Sep  4 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.8-1
5b31e4
- bump to 1.8
5b31e4
5b31e4
* Mon Feb 20 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.7-1
5b31e4
- bump to 1.7, update URL, Source0
5b31e4
- use Ben Woodard's description
5b31e4
5b31e4
* Sat May 21 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.6-2
5b31e4
- cleanups
5b31e4
5b31e4
* Thu May 19 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.6-1
5b31e4
- initial package for Fedora Extras