Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mozaddon-devel for openSUSE:Factory 
checked in at 2021-07-01 07:05:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mozaddon-devel (Old)
 and      /work/SRC/openSUSE:Factory/.mozaddon-devel.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mozaddon-devel"

Thu Jul  1 07:05:50 2021 rev:4 rq:903269 version:1

Changes:
--------
--- /work/SRC/openSUSE:Factory/mozaddon-devel/mozaddon-devel.changes    
2015-08-05 19:17:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mozaddon-devel.new.2625/mozaddon-devel.changes  
2021-07-01 07:06:15.259186552 +0200
@@ -1,0 +2,6 @@
+Wed Jun 30 12:34:29 UTC 2021 - Dominique Leuenberger <[email protected]>
+
+- Move macros.mozaddon from /etc/rpm to %_rpmmacrodir
+  (boo#1185657).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mozaddon-devel.spec ++++++
--- /var/tmp/diff_new_pack.36JIWb/_old  2021-07-01 07:06:15.607183833 +0200
+++ /var/tmp/diff_new_pack.36JIWb/_new  2021-07-01 07:06:15.611183802 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mozaddon-devel
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # 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/
 #
 
 
@@ -41,13 +41,13 @@
 
 %install
 b="%buildroot";
-mkdir -p "$b/%_bindir" "$b/%_sysconfdir/rpm";
+mkdir -p "$b/%_bindir" "$b/%_rpmmacrodir";
 install -pm0755 "%{S:2}" "$b/%_bindir/";
-install -pm0644 "%{S:3}" "$b/%_sysconfdir/rpm/";
+install -pm0644 "%{S:3}" "$b/%_rpmmacrodir/";
 
 %files
 %defattr(-,root,root)
-%config %_sysconfdir/rpm/
+%_rpmmacrodir/macros.mozaddon
 %_bindir/moz*
 
 %changelog

Reply via email to