From 8bfd2e643ef669c5b049eef24c1c7643310e4c971b741a6d893622612de53057 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 4 Apr 2016 09:18:16 +0000 Subject: [PATCH] Accepting request 383289 from home:scarabeus_iv:branches:security - Create folder for the m4 file from previous commit to avoid install failure OBS-URL: https://build.opensuse.org/request/show/383289 OBS-URL: https://build.opensuse.org/package/show/security/audit?expand=0&rev=83 --- audit.changes | 6 ++++++ audit.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/audit.changes b/audit.changes index e17b23a..d6c66cc 100644 --- a/audit.changes +++ b/audit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Apr 2 18:14:51 UTC 2016 - tchvatal@suse.com + +- Create folder for the m4 file from previous commit to avoid install + failure + ------------------------------------------------------------------- Fri Apr 1 14:15:58 UTC 2016 - tchvatal@suse.com diff --git a/audit.spec b/audit.spec index baec184..a5579fa 100644 --- a/audit.spec +++ b/audit.spec @@ -104,7 +104,7 @@ mkdir -p %{buildroot}/%{_includedir} mkdir -p %{buildroot}/%{_mandir}/man5 # We manually install this since Makefile doesn't install -m 0644 lib/libaudit.h %{buildroot}/%{_includedir} -install -m 0644 ./m4/audit.m4 %{buildroot}%{_datadir}/aclocal/audit.m4 +install -D -m 0644 ./m4/audit.m4 %{buildroot}%{_datadir}/aclocal/audit.m4 # Install libaudit.conf files by hand install -m 0644 docs/libaudit.conf.5 %{buildroot}/%{_mandir}/man5 install -m 0644 init.d/libaudit.conf %{buildroot}/etc