Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package createrepo_c for openSUSE:Factory checked in at 2021-03-10 08:47:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/createrepo_c (Old) and /work/SRC/openSUSE:Factory/.createrepo_c.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "createrepo_c" Wed Mar 10 08:47:30 2021 rev:13 rq:875378 version:0.16.0 Changes: -------- --- /work/SRC/openSUSE:Factory/createrepo_c/createrepo_c.changes 2020-07-15 11:21:58.293415538 +0200 +++ /work/SRC/openSUSE:Factory/.createrepo_c.new.2378/createrepo_c.changes 2021-03-10 08:47:52.534308083 +0100 @@ -1,0 +2,6 @@ +Fri Feb 26 07:16:58 UTC 2021 - Frank Schreiner <[email protected]> + +- removed %is_opensuse (CtLG) +- disabled drpm for SLE/Leap 15.3 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ createrepo_c.spec ++++++ --- /var/tmp/diff_new_pack.sOX8Bc/_old 2021-03-10 08:47:53.362308937 +0100 +++ /var/tmp/diff_new_pack.sOX8Bc/_new 2021-03-10 08:47:53.362308937 +0100 @@ -1,7 +1,7 @@ # # spec file for package createrepo_c # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2020 Neal Gompa <[email protected]>. # # All modifications and additions to the file contributed by third parties @@ -17,7 +17,7 @@ # -%if 0%{?is_opensuse} || 0%{?suse_version} >= 1330 +%if 0%{?suse_version} >= 1330 # Enable Python bindings on openSUSE %bcond_without python3 %bcond_without tests @@ -26,14 +26,14 @@ %bcond_with tests %endif -%if (0%{?is_opensuse} && 0%{?sle_version} >= 150200) || 0%{?suse_version} >= 1550 +%if 0%{?sle_version} >= 160000 || 0%{?suse_version} >= 1550 # Enable enhanced DeltaRPM support %bcond_without drpm %else %bcond_with drpm %endif -%if (0%{?is_opensuse} && 0%{?sle_version} >= 150100) || 0%{?suse_version} >= 1550 +%if 0%{?sle_version} >= 150100 || 0%{?suse_version} >= 1550 %bcond_without zchunk %bcond_without libmodulemd %else @@ -65,7 +65,7 @@ %if %{with python3} BuildRequires: python3-devel %endif -%if 0%{?is_opensuse} || 0%{?suse_version} >= 1330 +%if 0%{?suse_version} >= 1330 BuildRequires: python-rpm-macros %endif BuildRequires: bash-completion @@ -110,7 +110,7 @@ Provides: createrepo = %{version}-%{release} %else Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives %endif Provides: createrepo-implementation @@ -205,6 +205,7 @@ update-alternatives --remove createrepo %{_bindir}/createrepo_c fi %else + %post update-alternatives --install \ %{_bindir}/createrepo createrepo %{_bindir}/createrepo_c 20 \
