You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
108 lines
3.5 KiB
108 lines
3.5 KiB
Name: scrub |
|
Version: 2.5.2 |
|
Release: 7%{?dist} |
|
Summary: Disk scrubbing program |
|
License: GPLv2+ |
|
Group: System Environment/Base |
|
URL: http://code.google.com/p/diskscrub/ |
|
Source0: http://diskscrub.googlecode.com/files/%{name}-%{version}.tar.bz2 |
|
|
|
# Needed for running ./autogen.sh successfully |
|
BuildRequires: automake autoconf libtool |
|
|
|
# 1130138 - [RFE] Add option for "scrub" utility to only scrub used blocks of a sparse file |
|
Patch0: scrub-2.5.2-extentonly.patch |
|
|
|
%description |
|
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). |
|
|
|
%prep |
|
%setup -q |
|
%patch0 -p1 |
|
|
|
%build |
|
./autogen.sh |
|
%configure |
|
make %{?_smp_mflags} |
|
|
|
%install |
|
make DESTDIR=%{buildroot} install |
|
|
|
%files |
|
%doc DISCLAIMER COPYING |
|
%doc README ChangeLog |
|
%{_bindir}/scrub |
|
%{_mandir}/man1/scrub.1* |
|
|
|
%changelog |
|
* Tue Mar 28 2017 Daniel Kopecek <dkopecek@redhat.com> - 2.5.2-7 |
|
- Added option to enable extent-only scrubbing |
|
Resolves: rhbz#1130138 |
|
|
|
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2.5.2-5 |
|
- Mass rebuild 2014-01-24 |
|
|
|
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.5.2-4 |
|
- Mass rebuild 2013-12-27 |
|
|
|
* 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 |
|
|
|
* 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 |
|
|
|
* Mon Jun 25 2012 Tom Callaway <spot@fedoraproject.org> - 2.5.2-1 |
|
- update to 2.5.2 |
|
|
|
* 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 |
|
|
|
* Tue Aug 30 2011 Tom Callaway <spot@fedoraproject.org> - 2.4.1-1 |
|
- update to 2.4.1 |
|
|
|
* 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 |
|
|
|
* Thu Nov 4 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.4-1 |
|
- update to 2.4 |
|
|
|
* Tue Jun 29 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 2.2-1 |
|
- update to 2.2, new url, source location |
|
|
|
* 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 |
|
|
|
* 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 |
|
|
|
* Fri Nov 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.1-1 |
|
- update to 2.1 |
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.9-3 |
|
- Autorebuild for GCC 4.3 |
|
|
|
* Mon Aug 27 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.9-2 |
|
- license tag fix |
|
- ppc32 rebuild |
|
|
|
* Mon Jul 9 2007 Tom "spot" Callaway <tcallawa@redhat.com> 1.9-1 |
|
- bump to 1.9 |
|
|
|
* Mon Sep 4 2006 Tom "spot" Callaway <tcallawa@redhat.com> 1.8-1 |
|
- bump to 1.8 |
|
|
|
* 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 |
|
|
|
* Sat May 21 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.6-2 |
|
- cleanups |
|
|
|
* Thu May 19 2005 Tom "spot" Callaway <tcallawa@redhat.com> 1.6-1 |
|
- initial package for Fedora Extras
|
|
|