3
0
Dominique Leuenberger 2020-05-07 13:05:36 +00:00 committed by Git OBS Bridge
commit 8fec6f2628
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 4 14:47:13 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Use the correct macro %_rpmmacrodir in the %files section.
-------------------------------------------------------------------
Sat Jun 15 14:34:00 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -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