Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pykickstart for openSUSE:Factory checked in at 2021-02-02 14:24:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pykickstart (Old) and /work/SRC/openSUSE:Factory/.python-pykickstart.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pykickstart" Tue Feb 2 14:24:49 2021 rev:3 rq:868037 version:3.30 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pykickstart/python-pykickstart.changes 2020-12-21 10:27:01.508225297 +0100 +++ /work/SRC/openSUSE:Factory/.python-pykickstart.new.28504/python-pykickstart.changes 2021-02-02 14:24:55.111321533 +0100 @@ -1,0 +2,5 @@ +Sun Jan 31 00:07:23 UTC 2021 - Neal Gompa <[email protected]> + +- Adapt for new singlespec style + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pykickstart.spec ++++++ --- /var/tmp/diff_new_pack.nZlw9G/_old 2021-02-02 14:24:55.687322429 +0100 +++ /var/tmp/diff_new_pack.nZlw9G/_new 2021-02-02 14:24:55.691322435 +0100 @@ -66,11 +66,33 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} +%python_clone -a %{buildroot}%{_bindir}/ksflatten +%python_clone -a %{buildroot}%{_mandir}/man1/ksflatten.1 +%python_clone -a %{buildroot}%{_bindir}/ksshell +%python_clone -a %{buildroot}%{_mandir}/man1/ksshell.1 +%python_clone -a %{buildroot}%{_bindir}/ksvalidator +%python_clone -a %{buildroot}%{_mandir}/man1/ksvalidator.1 +%python_clone -a %{buildroot}%{_bindir}/ksverdiff +%python_clone -a %{buildroot}%{_mandir}/man1/ksverdiff.1 %check %python_expand PYTHONPATH=.. $python -m unittest discover -v +%post +%python_install_alternative ksflatten ksflatten.1%{?ext_man} +%python_install_alternative ksshell ksshell.1%{?ext_man} +%python_install_alternative ksvalidator ksvalidator.1%{?ext_man} +%python_install_alternative ksverdiff ksverdiff.1%{?ext_man} + + +%postun +%python_uninstall_alternative ksflatten ksflatten.1%{?ext_man} +%python_uninstall_alternative ksshell ksshell.1%{?ext_man} +%python_uninstall_alternative ksvalidator ksvalidator.1%{?ext_man} +%python_uninstall_alternative ksverdiff ksverdiff.1%{?ext_man} + + %files %{python_files} %license COPYING %doc README.rst @@ -80,7 +102,14 @@ %doc docs/kickstart-docs.txt %{python_sitelib}/%{mod_name}/ %{python_sitelib}/%{mod_name}-* -%python3_only %{_bindir}/* -%python3_only %{_mandir}/man1/* +%python_alternative %{_bindir}/ksflatten +%python_alternative %{_mandir}/man1/ksflatten.1%{?ext_man} +%python_alternative %{_bindir}/ksshell +%python_alternative %{_mandir}/man1/ksshell.1%{?ext_man} +%python_alternative %{_bindir}/ksvalidator +%python_alternative %{_mandir}/man1/ksvalidator.1%{?ext_man} +%python_alternative %{_bindir}/ksverdiff +%python_alternative %{_mandir}/man1/ksverdiff.1%{?ext_man} + %changelog
