diff --git a/audit-secondary.changes b/audit-secondary.changes index f99acfd..6ab91b7 100644 --- a/audit-secondary.changes +++ b/audit-secondary.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 24 13:59:06 UTC 2017 - jengelh@inai.de + +- Rectify RPM groups, diversify descriptions. +- Remove mentions of static libraries because they are not built. + ------------------------------------------------------------------- Tue Jul 18 18:33:40 UTC 2017 - tonyj@suse.com diff --git a/audit-secondary.spec b/audit-secondary.spec index 71a3d39..9c8e84f 100644 --- a/audit-secondary.spec +++ b/audit-secondary.spec @@ -22,7 +22,7 @@ Name: audit-secondary Version: 2.7.7 Release: 0 -Summary: Secondary packages for audit +Summary: Linux kernel audit subsystem utilities License: GPL-2.0+ Group: System/Monitoring Url: http://people.redhat.com/sgrubb/audit/ @@ -47,10 +47,12 @@ BuildRequires: pkgconfig(libcap-ng) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Secondary packages for system auditing. +The audit package contains the user space utilities for storing and +processing the records generated by the audit subsystem in the +Linux kernel. %package -n audit -Summary: User Space Tools for 2.6 Kernel Auditing +Summary: User Space Tools for Kernel Auditing License: LGPL-2.1+ Group: System/Monitoring Requires: %{_name}-libs = %{version} @@ -60,12 +62,12 @@ Requires: coreutils %description -n audit The audit package contains the user space utilities for storing and processing the audit records generated by the audit subsystem in the -Linux 2.6 kernel. +Linux kernel. %package -n audit-libs-python Summary: Python Bindings for libaudit License: LGPL-2.1+ -Group: System/Monitoring +Group: Development/Languages/Python %description -n audit-libs-python The audit-libs-python package contains the bindings for using libaudit @@ -74,7 +76,7 @@ by python. %package -n audit-libs-python3 Summary: Python3 Bindings for libaudit License: LGPL-2.1+ -Group: System/Monitoring +Group: Development/Languages/Python %description -n audit-libs-python3 The audit-libs-python3 package contains the bindings for using libaudit @@ -113,8 +115,7 @@ export LDFLAGS="-Wl,-z,relro,-z,now" --with-apparmor \ --with-libwrap \ --with-libcap-ng=yes \ - --disable-static \ - --with-pic + --disable-static make %{?_smp_mflags} %install diff --git a/audit.changes b/audit.changes index 1f773a4..ef6d158 100644 --- a/audit.changes +++ b/audit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jul 24 13:59:06 UTC 2017 - jengelh@inai.de + +- Rectify RPM groups, diversify descriptions. +- Remove mentions of static libraries because they are not built. + ------------------------------------------------------------------- Tue Jul 18 18:32:56 UTC 2017 - tonyj@suse.com diff --git a/audit.spec b/audit.spec index 7942ea4..b9e6579 100644 --- a/audit.spec +++ b/audit.spec @@ -19,7 +19,7 @@ Name: audit Version: 2.7.7 Release: 0 -Summary: First part of auditing package +Summary: Linux kernel audit subsystem utilities License: GPL-2.0+ Group: System/Monitoring Url: http://people.redhat.com/sgrubb/audit/ @@ -37,38 +37,38 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description The audit package contains the user space utilities for storing and -processing the audit records generated by the audit subsystem in the +processing the records generated by the audit subsystem in the Linux kernel. %package -n libaudit1 -Summary: Dynamic library for libaudit +Summary: Library for interfacing with the kernel audit subsystem License: LGPL-2.1+ -Group: System/Monitoring +Group: System/Libraries Obsoletes: %{name}-libs < 2.0.4 Provides: %{name}-libs = %{version} %description -n libaudit1 -The libaudit package contains the dynamic libraries needed for +The libaudit package contains the shared libraries needed for applications to use the audit framework. %package -n libauparse0 -Summary: Dynamic library for libauparse +Summary: Library for parsing and interpreting audit events License: LGPL-2.1+ -Group: System/Monitoring +Group: System/Libraries %description -n libauparse0 -The libauparse package contains the dynamic libraries needed to +The libauparse package contains the shared libraries needed to parse audit records. %package -n audit-devel -Summary: Header files and static library for libaudit +Summary: Header files for libaudit License: LGPL-2.1+ Group: Development/Libraries/C and C++ Requires: libaudit1 = %{version} Requires: libauparse0 = %{version} %description -n audit-devel -The audit-devel package contains the static libraries and header files +The audit-devel package contains the header files needed for developing applications that need to use the audit framework libraries. @@ -88,7 +88,6 @@ export LDFLAGS="-Wl,-z,relro,-z,now" --with-libwrap \ --without-libcap-ng \ --disable-static \ - --with-pic \ --without-python make %{?_smp_mflags} -C lib make %{?_smp_mflags} -C auparse