Hello community,

here is the log from the commit of package patterns-rpm-macros for 
openSUSE:Factory checked in at 2019-05-14 13:11:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/patterns-rpm-macros (Old)
 and      /work/SRC/openSUSE:Factory/.patterns-rpm-macros.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "patterns-rpm-macros"

Tue May 14 13:11:38 2019 rev:4 rq:701954 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/patterns-rpm-macros/patterns-rpm-macros.changes  
2018-07-04 23:53:16.168015396 +0200
+++ 
/work/SRC/openSUSE:Factory/.patterns-rpm-macros.new.5148/patterns-rpm-macros.changes
        2019-05-14 13:11:39.940531707 +0200
@@ -1,0 +2,5 @@
+Wed May  8 09:41:07 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- Move RPM macros to %_rpmmacrodir.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ patterns-rpm-macros.spec ++++++
--- /var/tmp/diff_new_pack.QVgWH2/_old  2019-05-14 13:11:40.472533128 +0200
+++ /var/tmp/diff_new_pack.QVgWH2/_new  2019-05-14 13:11:40.476533138 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-rpm-macros
+# spec file for package patterns-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/
 #
 
 
@@ -22,25 +22,25 @@
 Summary:        RPM macros for building of patterns modules
 License:        MIT
 Group:          Development/Tools/Other
-Url:            https://github.com/openSUSE/patterns
+URL:            https://github.com/openSUSE/patterns
 Source0:        create_macros
 BuildRequires:  perl(URI::Escape)
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains SUSE RPM macros to aid creating patterns.
+
 %prep
 
 %build
-perl %{S:0} > macros.patterns
+perl %{SOURCE0} > macros.patterns
 
 %install
-mkdir -p %{buildroot}%{_sysconfdir}/rpm
-install -m 644 macros.patterns %{buildroot}%{_sysconfdir}/rpm
+mkdir -p %{buildroot}%{_rpmmacrodir}
+install -m 644 macros.patterns %{buildroot}%{_rpmmacrodir}
 
 %files
 %defattr(-,root,root)
-%{_sysconfdir}/rpm/macros.patterns
+%{_rpmmacrodir}/macros.patterns
 
 %changelog


Reply via email to