diff --git a/audit-secondary.changes b/audit-secondary.changes index c89fc24..24eebd9 100644 --- a/audit-secondary.changes +++ b/audit-secondary.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 21 10:32:43 UTC 2019 - Jan Engelhardt + +- Reduce scriptlets' hard dependency on systemd. + ------------------------------------------------------------------- Sat Jun 23 08:16:07 UTC 2018 - antoine.belvire@opensuse.org diff --git a/audit-secondary.spec b/audit-secondary.spec index 6e348e2..6d7aae9 100644 --- a/audit-secondary.spec +++ b/audit-secondary.spec @@ -1,7 +1,7 @@ # # spec file for package audit-secondary # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -63,7 +63,7 @@ License: LGPL-2.1-or-later Group: System/Monitoring Requires: %{_name}-libs = %{version} Requires: coreutils -%{?systemd_requires} +%{?systemd_ordering} %description -n audit The audit package contains the user space utilities for storing and diff --git a/audit.changes b/audit.changes index 1099de6..5eb1e70 100644 --- a/audit.changes +++ b/audit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 21 10:33:03 UTC 2019 - Jan Engelhardt + +- Make use of some %make_install. + ------------------------------------------------------------------- Sat Jun 23 08:16:07 UTC 2018 - antoine.belvire@opensuse.org diff --git a/audit.spec b/audit.spec index 10cf7f3..a52739f 100644 --- a/audit.spec +++ b/audit.spec @@ -1,7 +1,7 @@ # # spec file for package audit # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -93,9 +93,9 @@ make %{?_smp_mflags} -C auparse make %{?_smp_mflags} -C docs %install -make DESTDIR=%{buildroot} install -C lib -make DESTDIR=%{buildroot} install -C auparse -make DESTDIR=%{buildroot} install -C docs +%make_install -C lib +%make_install -C auparse +%make_install -C docs rm -rf %{buildroot}/%{_mandir}/man[578] mkdir -p %{buildroot}%{_sysconfdir} mkdir -p %{buildroot}/%{_includedir}