Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-cfgdiff for openSUSE:Factory checked in at 2021-01-20 18:27:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cfgdiff (Old) and /work/SRC/openSUSE:Factory/.python-cfgdiff.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cfgdiff" Wed Jan 20 18:27:34 2021 rev:3 rq:864494 version:0.0.0+git.1487961889.dc4e96e Changes: -------- --- /work/SRC/openSUSE:Factory/python-cfgdiff/python-cfgdiff.changes 2020-11-26 23:14:59.589018095 +0100 +++ /work/SRC/openSUSE:Factory/.python-cfgdiff.new.28504/python-cfgdiff.changes 2021-01-20 18:28:01.323550601 +0100 @@ -1,0 +2,5 @@ +Wed Jan 20 04:37:21 UTC 2021 - Steve Kowalik <steven.kowa...@suse.com> + +- Also clone the cfgdiff.1 manual page as an alternative + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cfgdiff.spec ++++++ --- /var/tmp/diff_new_pack.sfYzbM/_old 2021-01-20 18:28:01.975551198 +0100 +++ /var/tmp/diff_new_pack.sfYzbM/_new 2021-01-20 18:28:01.979551202 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-cfgdiff # -# Copyright (c) 2020 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,8 @@ # 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/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} @@ -65,12 +66,13 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %python_clone -a %{buildroot}%{_bindir}/cfgdiff +%python_clone -a %{buildroot}%{_mandir}/man1/cfgdiff.1 %post -%python_install_alternative cfgdiff +%python_install_alternative cfgdiff cfgdiff.1 %postun -%python_uninstall_alternative cfgdiff +%python_uninstall_alternative cfgdiff cfgdiff.1 %check %python_exec -m unittest discover test/ -v @@ -79,6 +81,6 @@ %license LICENSE README.md %{python_sitelib}/* %python_alternative %{_bindir}/cfgdiff -%{_mandir}/man1/cfgdiff.1%{?ext_man} +%python_alternative %{_mandir}/man1/cfgdiff.1%{?ext_man} %changelog