Hello community,
here is the log from the commit of package update-bootloader-rpm-macros for
openSUSE:Factory checked in at 2019-06-02 15:15:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/update-bootloader-rpm-macros (Old)
and /work/SRC/openSUSE:Factory/.update-bootloader-rpm-macros.new.5148
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "update-bootloader-rpm-macros"
Sun Jun 2 15:15:11 2019 rev:3 rq:706469 version:0
Changes:
--------
---
/work/SRC/openSUSE:Factory/update-bootloader-rpm-macros/update-bootloader-rpm-macros.changes
2017-01-23 11:27:03.237810581 +0100
+++
/work/SRC/openSUSE:Factory/.update-bootloader-rpm-macros.new.5148/update-bootloader-rpm-macros.changes
2019-06-02 15:15:12.474108782 +0200
@@ -1,0 +2,5 @@
+Fri May 10 09:16:21 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- Move RPM macros to %_rpmmacrodir.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ update-bootloader-rpm-macros.spec ++++++
--- /var/tmp/diff_new_pack.cv2GYf/_old 2019-06-02 15:15:12.998108556 +0200
+++ /var/tmp/diff_new_pack.cv2GYf/_new 2019-06-02 15:15:12.998108556 +0200
@@ -1,7 +1,7 @@
#
# spec file for package update-bootloader-rpm-macros
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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/
#
@@ -20,11 +20,10 @@
Version: 0
Release: 0
Summary: RPM macros for update-bootloader
-License: GPL-3.0+
+License: GPL-3.0-or-later
Group: Development/Tools/Building
-Url: https://en.opensuse.org/openSUSE:Update_Bootloader_RPM_Macros
+URL: https://en.opensuse.org/openSUSE:Update_Bootloader_RPM_Macros
Source0: macros.update-bootloader
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
@@ -35,11 +34,11 @@
%build
%install
-mkdir -p %{buildroot}%{_sysconfdir}/rpm
-install -m644 %{S:0} %{buildroot}%{_sysconfdir}/rpm
+mkdir -p %{buildroot}%{_rpmmacrodir}
+install -m644 %{SOURCE0} %{buildroot}%{_rpmmacrodir}
%files
%defattr(-,root,root)
-%config %{_sysconfdir}/rpm/macros.update-bootloader
+%{_rpmmacrodir}/macros.update-bootloader
%changelog