Update t0 20140426
This commit is contained in:
parent
dba1b6b80c
commit
5d6c1ce03e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/nftables-20140326.tar.bz2
|
/nftables-20140326.tar.bz2
|
||||||
/nftables-20140330.tar.bz2
|
/nftables-20140330.tar.bz2
|
||||||
|
/nftables-20140426.tar.bz2
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
%global snapdate 20140330
|
%global snapdate 20140426
|
||||||
|
|
||||||
Name: nftables
|
Name: nftables
|
||||||
Version: 0.100
|
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
|
# Disable silent make so we can see compiler flags and such
|
||||||
#
|
#
|
||||||
Patch1: nftables-20140118-disable-silent-make.patch
|
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: autogen
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
@ -33,7 +25,6 @@ BuildRequires: gmp-devel
|
|||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: libnftnl-devel
|
BuildRequires: libnftnl-devel
|
||||||
BuildRequires: docbook2X
|
BuildRequires: docbook2X
|
||||||
BuildRequires: docbook-dtds
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Netfilter Tables userspace utilities.
|
Netfilter Tables userspace utilities.
|
||||||
@ -42,8 +33,6 @@ Netfilter Tables userspace utilities.
|
|||||||
%setup -q -n nftables-%{snapdate}
|
%setup -q -n nftables-%{snapdate}
|
||||||
|
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
|
||||||
%patch3 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
@ -62,6 +51,9 @@ chmod 644 $RPM_BUILD_ROOT/%{_mandir}/man8/nft*
|
|||||||
%{_mandir}/man8/nft*
|
%{_mandir}/man8/nft*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Mar 30 2014 Kevin Fenzi <kevin@scrye.com> 0.100-1.20140330git
|
||||||
- Update to 20140330 snapshot
|
- Update to 20140330 snapshot
|
||||||
- Sync versions to be post 0.100 release.
|
- Sync versions to be post 0.100 release.
|
||||||
|
Loading…
Reference in New Issue
Block a user