Accepting request 708766 from security
OBS-URL: https://build.opensuse.org/request/show/708766 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audit?expand=0&rev=88
This commit is contained in:
commit
ea50e39101
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 21 10:32:43 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Reduce scriptlets' hard dependency on systemd.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 23 08:16:07 UTC 2018 - antoine.belvire@opensuse.org
|
Sat Jun 23 08:16:07 UTC 2018 - antoine.belvire@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package audit-secondary
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Group: System/Monitoring
|
||||||
Requires: %{_name}-libs = %{version}
|
Requires: %{_name}-libs = %{version}
|
||||||
Requires: coreutils
|
Requires: coreutils
|
||||||
%{?systemd_requires}
|
%{?systemd_ordering}
|
||||||
|
|
||||||
%description -n audit
|
%description -n audit
|
||||||
The audit package contains the user space utilities for storing and
|
The audit package contains the user space utilities for storing and
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 21 10:33:03 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Make use of some %make_install.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 23 08:16:07 UTC 2018 - antoine.belvire@opensuse.org
|
Sat Jun 23 08:16:07 UTC 2018 - antoine.belvire@opensuse.org
|
||||||
|
|
||||||
|
10
audit.spec
10
audit.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package audit
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
make %{?_smp_mflags} -C docs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install -C lib
|
%make_install -C lib
|
||||||
make DESTDIR=%{buildroot} install -C auparse
|
%make_install -C auparse
|
||||||
make DESTDIR=%{buildroot} install -C docs
|
%make_install -C docs
|
||||||
rm -rf %{buildroot}/%{_mandir}/man[578]
|
rm -rf %{buildroot}/%{_mandir}/man[578]
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}
|
mkdir -p %{buildroot}%{_sysconfdir}
|
||||||
mkdir -p %{buildroot}/%{_includedir}
|
mkdir -p %{buildroot}/%{_includedir}
|
||||||
|
Loading…
Reference in New Issue
Block a user