Update to 20140903 git snapshot

This commit is contained in:
Kevin Fenzi 2014-09-03 13:19:05 -06:00
parent 36725c5178
commit ff74cfd3c8
3 changed files with 12 additions and 5 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/libnftnl-20140330.tar.bz2
/libnftnl-1.0.1.tar.bz2
/libnftnl-1.0.2.tar.bz2
/libnftnl-20140903.tar.bz2

View File

@ -1,11 +1,14 @@
%global snapdate 20140903
Name: libnftnl
Version: 1.0.2
Release: 2%{?dist}
Version: 1.0.3
Release: 0.1.%{snapdate}git%{?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/libnftnl-%{version}.tar.bz2
Source0: http://ftp.netfilter.org/pub/libnftnl/snapshot/libnftnl-%{snapdate}.tar.bz2
BuildRequires: libmnl-devel
BuildRequires: mxml-devel
@ -30,7 +33,7 @@ The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q
%setup -q -n libnftnl-%{snapdate}
%build
%configure --disable-static --disable-silent-rules --with-json-parsing --with-xml-parsing
@ -62,6 +65,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_includedir}/libnftnl
%changelog
* Wed Sep 03 2014 Kevin Fenzi <kevin@scrye.com> 1.0.3-0.1.20140903git
- Update to 20140903 git snapshot
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
1d3ee76b976c4a0ca233d5d5734f2728 libnftnl-1.0.2.tar.bz2
346a4db5a749e3bcdd0cf214fc422770 libnftnl-20140903.tar.bz2