Hello community, here is the log from the commit of package python-rpm-macros for openSUSE:Factory checked in at 2018-12-24 11:36:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rpm-macros (Old) and /work/SRC/openSUSE:Factory/.python-rpm-macros.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rpm-macros" Mon Dec 24 11:36:21 2018 rev:14 rq:660148 version:20181211.ab6f37c Changes: -------- --- /work/SRC/openSUSE:Factory/python-rpm-macros/python-rpm-macros.changes 2018-12-19 13:27:17.209098285 +0100 +++ /work/SRC/openSUSE:Factory/.python-rpm-macros.new.28833/python-rpm-macros.changes 2018-12-24 11:36:23.165718706 +0100 @@ -1,0 +2,7 @@ +Wed Dec 19 19:29:44 UTC 2018 - Todd R <[email protected]> + +- Use upstream-recommended %{_rpmconfigdir}/macros.d directory + for the rpm macros. +- Include license and readme. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rpm-macros.spec ++++++ --- /var/tmp/diff_new_pack.1SwbgY/_old 2018-12-24 11:36:23.777718162 +0100 +++ /var/tmp/diff_new_pack.1SwbgY/_new 2018-12-24 11:36:23.781718159 +0100 @@ -29,7 +29,6 @@ Provides: python3-rpm-macros #!BuildIgnore: python-rpm-macros BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package contains SUSE RPM macros for Python build automation. @@ -46,11 +45,12 @@ ./compile-macros.sh %install -mkdir -p %{buildroot}%{_sysconfdir}/rpm -install -m 644 macros.python_all %{buildroot}%{_sysconfdir}/rpm +mkdir -p %{buildroot}%{_rpmconfigdir}/macros.d/ +install -m 644 macros.python_all %{buildroot}%{_rpmconfigdir}/macros.d/ %files -%defattr(-,root,root) -%{_sysconfdir}/rpm/macros.python_all +%license LICENSE +%doc README.md +%{_rpmconfigdir}/macros.d/macros.python_all %changelog
