From d786c28bf1ce5befa47c0bd0e8a17baca0dd16d236fcb7924d7005f3da96171e Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 4 May 2020 15:15:09 +0000 Subject: [PATCH] Accepting request 800100 from home:dimstar:Factory - Use the correct macro %_rpmmacrodir in the %files section. OBS-URL: https://build.opensuse.org/request/show/800100 OBS-URL: https://build.opensuse.org/package/show/network:chromium/memory-constraints?expand=0&rev=17 --- memory-constraints.changes | 5 +++++ memory-constraints.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/memory-constraints.changes b/memory-constraints.changes index 48a899c..d9ac5ce 100644 --- a/memory-constraints.changes +++ b/memory-constraints.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 4 14:47:13 UTC 2020 - Dominique Leuenberger + +- Use the correct macro %_rpmmacrodir in the %files section. + ------------------------------------------------------------------- Sat Jun 15 14:34:00 UTC 2019 - Stefan BrĂ¼ns diff --git a/memory-constraints.spec b/memory-constraints.spec index 866bc0b..fdb5d99 100644 --- a/memory-constraints.spec +++ b/memory-constraints.spec @@ -1,7 +1,7 @@ # # spec file for package memory-constraints # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # 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/ # @@ -41,9 +41,9 @@ ensure we can produce results rather than OOM reports. : %install -install -D -m 644 %{SOURCE0} %{buildroot}/%{_libexecdir}/rpm/macros.d/macros.%{name} +install -D -m 644 %{SOURCE0} %{buildroot}/%{_rpmmacrodir}/macros.%{name} %files -%{_libexecdir}/rpm/macros.d/macros.%{name} +%{_rpmmacrodir}/macros.%{name} %changelog