diff --git a/.gitignore b/.gitignore index 1fe8535..9084f7c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /nftables-20140704.tar.bz2 /nftables-20140903.tar.bz2 /nftables-0.4.tar.bz2 +/nftables-0.5.tar.bz2 diff --git a/nftables.spec b/nftables.spec index cd195b0..4305d00 100644 --- a/nftables.spec +++ b/nftables.spec @@ -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 0.5-1 +- Update to 0.5 + * Wed Jun 17 2015 Fedora Release Engineering - 1:0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 85759f5..87f3b8a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -09b686c489ff10db670ca60dbed7ff43 nftables-0.4.tar.bz2 +94bfe1c54bcb9f6ed974835f2fca8069 nftables-0.5.tar.bz2