Update t0 20140426

This commit is contained in:
Kevin Fenzi 2014-04-26 11:34:30 -06:00
parent dba1b6b80c
commit 5d6c1ce03e
3 changed files with 6 additions and 13 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/nftables-20140326.tar.bz2
/nftables-20140330.tar.bz2
/nftables-20140426.tar.bz2

View File

@ -1,4 +1,4 @@
%global snapdate 20140330
%global snapdate 20140426
Name: nftables
Version: 0.100
@ -13,14 +13,6 @@ Source0: http://ftp.netfilter.org/pub/nftables/snapshot/nftables-%{snapda
# Disable silent make so we can see compiler flags and such
#
Patch1: nftables-20140118-disable-silent-make.patch
#
# Point to the Fedora provided dtd for docbook to man/pdf conversion.
#
Patch2: nftables-20140118-dtdpath.patch
#
# use the Fedora version of docbook2man
#
Patch3: nftables-20140118-db2x_docbook2man.patch
BuildRequires: autogen
BuildRequires: autoconf
@ -33,7 +25,6 @@ BuildRequires: gmp-devel
BuildRequires: readline-devel
BuildRequires: libnftnl-devel
BuildRequires: docbook2X
BuildRequires: docbook-dtds
%description
Netfilter Tables userspace utilities.
@ -42,8 +33,6 @@ Netfilter Tables userspace utilities.
%setup -q -n nftables-%{snapdate}
%patch1 -p1
%patch2 -p1
%patch3 -p1
%build
./autogen.sh
@ -62,6 +51,9 @@ chmod 644 $RPM_BUILD_ROOT/%{_mandir}/man8/nft*
%{_mandir}/man8/nft*
%changelog
* Sat Apr 26 2014 Kevin Fenzi <kevin@scrye.com> 0.100-1.20140426git
- Update t0 20140426
* Sun Mar 30 2014 Kevin Fenzi <kevin@scrye.com> 0.100-1.20140330git
- Update to 20140330 snapshot
- Sync versions to be post 0.100 release.

View File

@ -1 +1 @@
d53754690d63d762fcda620e168c178b nftables-20140330.tar.bz2
804442146b195673437979a08a36ff45 nftables-20140426.tar.bz2