From: Stefan Schantl Date: Tue, 15 Nov 2011 20:04:33 +0000 (+0100) Subject: audit: Move python bindings to a seperate package. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f3c5dcf8ba52275841ce85e443554ce04154b41;p=ipfire-3.x.git audit: Move python bindings to a seperate package. --- diff --git a/audit/audit.nm b/audit/audit.nm index 47c1ff16c..3c1336a2c 100644 --- a/audit/audit.nm +++ b/audit/audit.nm @@ -5,7 +5,7 @@ name = audit version = 2.1.3 -release = 2 +release = 3 groups = System/Daemons url = http://people.redhat.com/sgrubb/audit/ @@ -71,4 +71,13 @@ packages package %{name}-devel template DEVEL end + + package python-%{name} + summary = Python bindings for libaudit. + description = %{summary} + + files + /usr/lib/python*/ + end + end end