From 70be1b9c2a9ef82c1395f8e423a7da044eafad01be91f3c40fabc916ac853b94 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 17 Dec 2010 16:26:31 +0000 Subject: [PATCH] Update to release 1.0.0 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libmnl?expand=0&rev=11 --- libmnl-1.0.0.tar.bz2 | 3 +++ libmnl-1.0.0.tar.bz2.sig | Bin 0 -> 72 bytes libmnl.changes | 3 +++ libmnl.spec | 38 +++++++++++++++++++++++++++----------- 4 files changed, 33 insertions(+), 11 deletions(-) create mode 100644 libmnl-1.0.0.tar.bz2 create mode 100644 libmnl-1.0.0.tar.bz2.sig diff --git a/libmnl-1.0.0.tar.bz2 b/libmnl-1.0.0.tar.bz2 new file mode 100644 index 0000000..80fe41f --- /dev/null +++ b/libmnl-1.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64fc055e5acab05d401809a17f85a64c48544de76ed26941c2ce834f159599a6 +size 256060 diff --git a/libmnl-1.0.0.tar.bz2.sig b/libmnl-1.0.0.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..2c08ae066c387b9e84c692c259f543c58f2cdbc896e2ea14225014e79ae748de GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0!<5L#sCTl5J89dWi1JZ=2CY6pHj9W4>X7I0Y*sw`V7Cj e9gCM^r2wCBsUKy>lL!sJYN6^#vEzsjn>cSZVjC9# literal 0 HcmV?d00001 diff --git a/libmnl.changes b/libmnl.changes index 6196356..f5d2225 100644 --- a/libmnl.changes +++ b/libmnl.changes @@ -1,6 +1,9 @@ ------------------------------------------------------------------- Fri Dec 17 16:25:22 UTC 2010 - jengelh@medozas.de +- Update to initial public tarball release, version 1.0.0 +* Added checking variants of the put function family. +* Message batching infrastructure - Run spec-beautifier on .spec file ------------------------------------------------------------------- diff --git a/libmnl.spec b/libmnl.spec index f85f9c1..72eb439 100644 --- a/libmnl.spec +++ b/libmnl.spec @@ -18,22 +18,23 @@ Name: libmnl +Summary: Minimalistic Netlink communication library %define lname %{name}0 -Version: 0+git107 -Release: 0 -License: GPLv2+ -Group: Productivity/Networking/Security -URL: http://netfilter.org/projects/libmnl/ -Source: %name-%version.tar.xz -Source1: baselibs.conf -BuildRoot: %_tmppath/%name-%version-build -BuildRequires: pkg-config >= 0.19, xz +Version: 1.0.0 +Release: 0 +License: LGPLv2+ +Group: Productivity/Networking/Security +URL: http://netfilter.org/projects/libmnl/ +Source: http://netfilter.org/projects/libmnl/files/libmnl-1.0.0.tar.bz2 +Source1: http://netfilter.org/projects/libmnl/files/libmnl-1.0.0.tar.bz2.sig +Source9: baselibs.conf +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkg-config >= 0.19 %if 0%{?suse_version} < 1130 BuildRequires: linux-kernel-headers %else BuildRequires: linux-glibc-devel %endif -Summary: Minimalistic Netlink communication library %description libmnl is a minimalistic user-space library oriented to Netlink @@ -42,6 +43,11 @@ constructing of both the Netlink header and TLVs that are repetitive and easy to get wrong. This library aims to provide simple helpers that allows you to re-use code and to avoid re-inventing the wheel. +Author(s): +---------- + Pablo Neira Ayuso + Netfilter Team + %define debug_package_requires %lname = %version-%release %package -n %lname @@ -56,6 +62,11 @@ constructing of both the Netlink header and TLVs that are repetitive and easy to get wrong. This library aims to provide simple helpers that allows you to re-use code and to avoid re-inventing the wheel. +Author(s): +---------- + Pablo Neira Ayuso + Netfilter Team + %package -n %name-devel Group: Development/Libraries/C and C++ @@ -69,8 +80,13 @@ constructing of both the Netlink header and TLVs that are repetitive and easy to get wrong. This library aims to provide simple helpers that allows you to re-use code and to avoid re-inventing the wheel. +Author(s): +---------- + Pablo Neira Ayuso + Netfilter Team + %prep -%setup -qn %name +%setup -q %build if [ ! -e configure ]; then