From 4fb15b2ee0ae196f96fec120c345ca004b51ff52 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Dec 26 2014 18:11:25 +0000 Subject: Update to final 1.0.3 --- diff --git a/.gitignore b/.gitignore index bf7413d..51d6b89 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libnftnl.spec b/libnftnl.spec index 22512da..b4a7c6a 100644 --- a/libnftnl.spec +++ b/libnftnl.spec @@ -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 1.0.3-1 +- Update to final 1.0.3 + * Wed Sep 03 2014 Kevin Fenzi 1.0.3-0.1.20140903git - Update to 20140903 git snapshot diff --git a/sources b/sources index 12a86ff..b8d5332 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -346a4db5a749e3bcdd0cf214fc422770 libnftnl-20140903.tar.bz2 +203701a73cc3c51ca751d7cb2e176250 libnftnl-1.0.3.tar.bz2