Browse Source

audit-2.8.5-1

Tomohiro "Tomo-p" KATO 4 years ago
parent
commit
ad692390a5
1 changed files with 9 additions and 7 deletions
  1. 9 7
      a/audit/audit-vl.spec

+ 9 - 7
a/audit/audit-vl.spec

@@ -9,15 +9,13 @@
 
 Summary: User space tools for 2.6 kernel auditing
 Name: audit
-Version: 2.7.7
+Version: 2.8.5
 Release: 1%{?_dist_release}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://people.redhat.com/sgrubb/audit/
 Source0: https://github.com/linux-audit/audit-userspace/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-#Patch10: audit-1.7.18-pthread.patch
-#Patch11: audit-1.7.18-krb5.patch
-#Patch12: audit-1.7.18-libaudit.patch
+Patch1: audit-2.8.6-memleak.patch
 
 Distribution: Vine Linux
 Vendor: Project Vine
@@ -76,6 +74,7 @@ and libauparse can be used by python2.
 Summary: Python3 bindings for libaudit
 License: LGPLv2+
 Group: Development/Libraries
+Provides: python-audit = %{version}-%{release}
 Requires: %{name}-libs = %{version}-%{release}
 
 %description libs-python3
@@ -86,6 +85,7 @@ and libauparse can be used by python3.
 Summary: Plugins for the audit event dispatcher
 License: GPLv2+
 Group: System Environment/Daemons
+Provides: python3-audit = %{version}-%{release}
 Requires: %{name} = %{version}-%{release}
 Requires: %{name}-libs = %{version}-%{release}
 Requires: openldap
@@ -107,9 +107,7 @@ applications to use the audit framework.
 
 %prep
 %setup -q
-#%patch10 -p1
-#%patch11 -p1
-#%patch12 -p1
+%patch1 -p1
 
 %build
 %configure --sbindir=/sbin --libdir=/%{_lib} \
@@ -306,6 +304,10 @@ fi
 %endif
 
 %changelog
+* Sun Aug 11 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.8.5-1
+- new upstream release.
+- imported Patch1 from rawhide.
+
 * Sat Sep 09 2017 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.7.7-1
 - new upstream release.
 - dropped all patches.