Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openstack-macros for 
openSUSE:Factory checked in at 2022-03-28 16:58:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openstack-macros (Old)
 and      /work/SRC/openSUSE:Factory/.openstack-macros.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openstack-macros"

Mon Mar 28 16:58:44 2022 rev:12 rq:964712 version:2020.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/openstack-macros/openstack-macros.changes        
2021-05-05 20:39:31.799037529 +0200
+++ 
/work/SRC/openSUSE:Factory/.openstack-macros.new.1900/openstack-macros.changes  
    2022-03-28 16:59:14.500861821 +0200
@@ -1,0 +2,6 @@
+Tue Feb 15 12:37:25 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Move rpm macros from /etc/rpm to /usr/lib/rpm/macros.d
+  (boo#1185669).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openstack-macros.spec ++++++
--- /var/tmp/diff_new_pack.ZJbgdA/_old  2022-03-28 16:59:14.984862479 +0200
+++ /var/tmp/diff_new_pack.ZJbgdA/_new  2022-03-28 16:59:14.988862485 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package openstack-macros
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %if 0%{?rhel}
 %global rdo 1
-%global rrcdir %{_prefix}/lib/rpm/redhat
+%global rrcdir %{_rpmconfigdir}/redhat
 %endif
 Name:           openstack-macros
 Version:        2020.1.2
@@ -49,29 +49,29 @@
 %build
 
 %install
-install -D -m644 %{SOURCE1} 
%{buildroot}%{_sysconfdir}/rpm/macros.openstack-common
+install -D -m644 %{SOURCE1} %{buildroot}%{_rpmmacrodir}/macros.openstack-common
 %if 0%{?suse_version}
-install -D -m644 %{SOURCE2} 
%{buildroot}%{_sysconfdir}/rpm/macros.openstack-suse
+install -D -m644 %{SOURCE2} %{buildroot}%{_rpmmacrodir}/macros.openstack-suse
 %endif
 %if 0%{?rdo}
-install -D -m644 %{SOURCE3} %{buildroot}%{_sysconfdir}/rpm/macros.openstack-rdo
+install -D -m644 %{SOURCE3} %{buildroot}%{_rpmmacrodir}/macros.openstack-rdo
 install -D -m 755 %{SOURCE6} %{buildroot}%{rrcdir}/gpgverify
 %endif
 %if 0%{?fedora} || 0%{?rhel} > 7
-install -D -m644 %{SOURCE4} 
%{buildroot}%{_sysconfdir}/rpm/macros.openstack-fedora
+install -D -m644 %{SOURCE4} %{buildroot}%{_rpmmacrodir}/macros.openstack-fedora
 %endif
 
 %files
-%{_sysconfdir}/rpm/macros.openstack-common
+%{_rpmmacrodir}/macros.openstack-common
 %if 0%{?suse_version}
-%{_sysconfdir}/rpm/macros.openstack-suse
+%{_rpmmacrodir}/macros.openstack-suse
 %endif
 %if 0%{?rdo}
-%{_sysconfdir}/rpm/macros.openstack-rdo
+%{_rpmmacrodir}/macros.openstack-rdo
 %{rrcdir}/gpgverify
 %endif
 %if 0%{?fedora} || 0%{?rhel} > 7
-%{_sysconfdir}/rpm/macros.openstack-fedora
+%{_rpmmacrodir}/macros.openstack-fedora
 %endif
 
 %changelog

Reply via email to