Accepting request 800104 from network:chromium
OBS-URL: https://build.opensuse.org/request/show/800104 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/memory-constraints?expand=0&rev=3
This commit is contained in:
commit
8fec6f2628
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user