From 0f3c5dcf8ba52275841ce85e443554ce04154b41 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Tue, 15 Nov 2011 21:04:33 +0100 Subject: [PATCH] audit: Move python bindings to a seperate package. --- audit/audit.nm | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 -- 2.39.5