Update to 0.5

This commit is contained in:
Kevin Fenzi 2015-09-17 18:06:33 -06:00
parent e9111a9db8
commit 080e9a3124
3 changed files with 7 additions and 8 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/nftables-20140704.tar.bz2
/nftables-20140903.tar.bz2
/nftables-0.4.tar.bz2
/nftables-0.5.tar.bz2

View File

@ -1,9 +1,9 @@
#global snapdate 20140903
Name: nftables
Version: 0.4
Version: 0.5
#Release: 0.1.%{snapdate}git%{?dist}
Release: 3%{?dist}
Release: 1%{?dist}
# Upstream released a 0.100 version, then 0.4. Need Epoch to get back on track.
Epoch: 1
Summary: Netfilter Tables userspace utillites
@ -12,9 +12,6 @@ License: GPLv2
URL: http://netfilter.org/projects/nftables/
#Source0: http://ftp.netfilter.org/pub/nftables/snapshot/nftables-%{snapdate}.tar.bz2
Source0: http://ftp.netfilter.org/pub/nftables/nftables-%{version}.tar.bz2
# Already applied upstream
# http://git.netfilter.org/nftables/patch/?id=545c93d54d900e8e20071891b7e2bf3bb0e5fed2
Patch0: nftables-0.4-fix-dep-gen.patch
#BuildRequires: autogen
#BuildRequires: autoconf
@ -35,8 +32,6 @@ Netfilter Tables userspace utilities.
#setup -q -n nftables-%{snapdate}
%setup -q
%patch0 -p1
%build
#./autogen.sh
%configure --disable-silent-rules
@ -54,6 +49,9 @@ chmod 644 $RPM_BUILD_ROOT/%{_mandir}/man8/nft*
%{_mandir}/man8/nft*
%changelog
* Thu Sep 17 2015 Kevin Fenzi <kevin@scrye.com> 0.5-1
- Update to 0.5
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
09b686c489ff10db670ca60dbed7ff43 nftables-0.4.tar.bz2
94bfe1c54bcb9f6ed974835f2fca8069 nftables-0.5.tar.bz2