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
This commit is contained in:
Martin Pluskal 2020-05-04 15:15:09 +00:00 committed by Git OBS Bridge
parent 7bdf7fb3e2
commit d786c28bf1
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> 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 # 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 # 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/
# #
@ -41,9 +41,9 @@ ensure we can produce results rather than OOM reports.
: :
%install %install
install -D -m 644 %{SOURCE0} %{buildroot}/%{_libexecdir}/rpm/macros.d/macros.%{name} install -D -m 644 %{SOURCE0} %{buildroot}/%{_rpmmacrodir}/macros.%{name}
%files %files
%{_libexecdir}/rpm/macros.d/macros.%{name} %{_rpmmacrodir}/macros.%{name}
%changelog %changelog