nwipe package update
Signed-off-by: tuibuilder_pel7ppc64lebuilder0 <tuibuilder@powerel.org>master
parent
a84cd50e73
commit
efc7c0d393
|
@ -1,15 +1,16 @@
|
|||
Name: nwipe
|
||||
Version: 0.26
|
||||
Release: 1%{?dist}
|
||||
Summary: Securely erase disks using a variety of recognized methods
|
||||
|
||||
|
||||
%global gituser martijnvanbrummelen
|
||||
%global gitname nwipe
|
||||
%global commit 533fa56de870c2b703ea903efae61162d4012406
|
||||
%global commit 0fa21d4c04f32fa34ec52d7aa2e4b261b8f9e262
|
||||
%global gitdate 20180808
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
|
||||
Name: nwipe
|
||||
Version: 0.24
|
||||
Release: 2%{?dist}
|
||||
Summary: Securely erase disks using a variety of recognized methods
|
||||
|
||||
Group: Applications/System
|
||||
License: GPLv2
|
||||
# used to be http://nwipe.sourceforge.net
|
||||
URL: https://github.com/martijnvanbrummelen/nwipe
|
||||
|
@ -17,6 +18,7 @@ URL: https://github.com/martijnvanbrummelen/nwipe
|
|||
Source0: https://github.com/%{gituser}/%{gitname}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Patch1: nwipe-epel6.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: parted-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: autoconf
|
||||
|
@ -54,19 +56,28 @@ rm -rf %{buildroot}
|
|||
make install DESTDIR=%{buildroot} LDFLAGS="-lncurses -lpanel"
|
||||
|
||||
|
||||
%clean
|
||||
#Cleanup the buildroot for compatibility with EPEL5
|
||||
rm -rf %{buildroot}
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%license COPYING
|
||||
%doc README
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man1/%{name}.1.gz
|
||||
|
||||
%changelog
|
||||
* Sat Oct 12 2019 Michal Ambroz <rebus at, seznam.cz> 0.26-1
|
||||
- bump to 0.26
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.25-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Mon Apr 01 2019 Michal Ambroz <rebus at, seznam.cz> 0.25-1
|
||||
- bump to 0.25
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.24-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.24-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.24-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
|
Loading…
Reference in New Issue