]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
audit: Move python bindings to a seperate package.
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 15 Nov 2011 20:04:33 +0000 (21:04 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Tue, 15 Nov 2011 20:04:33 +0000 (21:04 +0100)
audit/audit.nm

index 47c1ff16cb7e0f47eb34b8f8a89737ceaf54cc28..3c1336a2c63714116f69b1e2a92394f7babf2662 100644 (file)
@@ -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