Update to 20140903 git snapshot
This commit is contained in:
parent
36725c5178
commit
ff74cfd3c8
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/libnftnl-20140330.tar.bz2
|
||||
/libnftnl-1.0.1.tar.bz2
|
||||
/libnftnl-1.0.2.tar.bz2
|
||||
/libnftnl-20140903.tar.bz2
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user