Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fontpackages for openSUSE:Factory checked in at 2021-06-14 23:10:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fontpackages (Old) and /work/SRC/openSUSE:Factory/.fontpackages.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fontpackages" Mon Jun 14 23:10:35 2021 rev:16 rq:899515 version:0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/fontpackages/fontpackages.changes 2017-11-23 09:35:36.015809644 +0100 +++ /work/SRC/openSUSE:Factory/.fontpackages.new.32437/fontpackages.changes 2021-06-14 23:10:41.392707608 +0200 @@ -1,0 +2,6 @@ +Fri Jun 11 11:49:27 UTC 2021 - Dominique Leuenberger <[email protected]> + +- Move /macros.fonts-config from /etc/rpm to %{_rpmmacrodir} + (boo#1185657). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fontpackages.spec ++++++ --- /var/tmp/diff_new_pack.3zhRaG/_old 2021-06-14 23:10:41.916708554 +0200 +++ /var/tmp/diff_new_pack.3zhRaG/_new 2021-06-14 23:10:41.916708554 +0200 @@ -1,7 +1,7 @@ # # spec file for package fontpackages # -# Copyright (c) 2017 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/ # @@ -24,7 +24,6 @@ Group: System/Base Source0: rpm-macros.fonts-config Source100: COPYING -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description @@ -37,19 +36,17 @@ %description devel Development commons for font packages. - %prep %build cp %{SOURCE100} . %install -mkdir -p %{buildroot}%{_sysconfdir}/rpm -cp -a %{SOURCE0} %{buildroot}%{_sysconfdir}/rpm/macros.fonts-config +mkdir -p %{buildroot}%{_rpmmacrodir} +cp -a %{SOURCE0} %{buildroot}%{_rpmmacrodir}/macros.fonts-config %files devel -%defattr(-,root,root) -%doc COPYING -%config %{_sysconfdir}/rpm/macros.fonts-config +%license COPYING +%{_rpmmacrodir}/macros.fonts-config %changelog
