This commit is contained in:
Tom "spot" Callaway 2010-11-04 16:51:08 -04:00
parent 92af726732
commit 95c0a229e6
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
scrub-2.2.tar.bz2
/scrub-2.4.tar.bz2

View File

@ -1,5 +1,5 @@
Name: scrub
Version: 2.2
Version: 2.4
Release: 1%{?dist}
Summary: Disk scrubbing program
License: GPLv2+
@ -28,11 +28,15 @@ make DESTDIR=%{buildroot} install
%files
%defattr(-,root,root)
%doc NEWS ChangeLog DISCLAIMER COPYING
%doc DISCLAIMER COPYING
%doc README ChangeLog
%{_bindir}/scrub
%{_mandir}/man1/scrub.1*
%changelog
* 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

View File

@ -1 +1 @@
1796abff2cd82243fcd8c757e37c9299 scrub-2.2.tar.bz2
653b9698a7e62fd0c22704e1d6a3469c scrub-2.4.tar.bz2