Update to final 1.0.3

This commit is contained in:
Kevin Fenzi 2014-12-26 11:11:25 -07:00
parent ff74cfd3c8
commit 4fb15b2ee0
3 changed files with 12 additions and 6 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/libnftnl-1.0.1.tar.bz2
/libnftnl-1.0.2.tar.bz2
/libnftnl-20140903.tar.bz2
/libnftnl-1.0.3.tar.bz2

View File

@ -1,14 +1,15 @@
%global snapdate 20140903
#global snapdate 20140903
Name: libnftnl
Version: 1.0.3
Release: 0.1.%{snapdate}git%{?dist}
#Release: 0.1.%{snapdate}git%{?dist}
Release: 1%{?dist}
Summary: Library for low-level interaction with nftables Netlink's API over libmnl
License: GPLv2+
URL: http://netfilter.org/projects/libnftnl/
#Source0: http://ftp.netfilter.org/pub/libnftnl/libnftnl-%{version}.tar.bz2
Source0: http://ftp.netfilter.org/pub/libnftnl/snapshot/libnftnl-%{snapdate}.tar.bz2
#Source0: http://ftp.netfilter.org/pub/libnftnl/snapshot/libnftnl-%{snapdate}.tar.bz2
Source0: http://ftp.netfilter.org/pub/libnftnl/libnftnl-%{version}.tar.bz2
BuildRequires: libmnl-devel
BuildRequires: mxml-devel
@ -33,7 +34,8 @@ The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q -n libnftnl-%{snapdate}
#setup -q -n libnftnl-%{snapdate}
%setup -q
%build
%configure --disable-static --disable-silent-rules --with-json-parsing --with-xml-parsing
@ -65,6 +67,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_includedir}/libnftnl
%changelog
* Fri Dec 26 2014 Kevin Fenzi <kevin@scrye.com> 1.0.3-1
- Update to final 1.0.3
* Wed Sep 03 2014 Kevin Fenzi <kevin@scrye.com> 1.0.3-0.1.20140903git
- Update to 20140903 git snapshot

View File

@ -1 +1 @@
346a4db5a749e3bcdd0cf214fc422770 libnftnl-20140903.tar.bz2
203701a73cc3c51ca751d7cb2e176250 libnftnl-1.0.3.tar.bz2