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