Hello community, here is the log from the commit of package calamares for openSUSE:Factory checked in at 2020-02-22 19:07:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/calamares (Old) and /work/SRC/openSUSE:Factory/.calamares.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "calamares" Sat Feb 22 19:07:09 2020 rev:13 rq:778065 version:3.2.15 Changes: -------- --- /work/SRC/openSUSE:Factory/calamares/calamares.changes 2020-02-21 16:41:46.373962901 +0100 +++ /work/SRC/openSUSE:Factory/.calamares.new.26092/calamares.changes 2020-02-22 19:07:27.478468495 +0100 @@ -1,0 +2,6 @@ +Fri Feb 21 17:09:26 UTC 2020 - [email protected] + +- Requires kde-cli-tools5 instead of /usr/bin/kdesu, + because OBS KIWI solver does not understand file requirements. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ calamares.spec ++++++ --- /var/tmp/diff_new_pack.HKeuYH/_old 2020-02-22 19:07:29.346472216 +0100 +++ /var/tmp/diff_new_pack.HKeuYH/_new 2020-02-22 19:07:29.346472216 +0100 @@ -28,7 +28,7 @@ # new generic branding.desc with explanations in comments Source1: branding.desc Source2: %{name}-rpmlintrc -# .desktop file customizations to use kdesu instead of Polkit pkexec +# .desktop file customizations to use kdesu from kde-cli-tools5 instead of Polkit pkexec Patch0: %{name}-desktop-file.patch # adjust some default settings (default shipped .conf files) for openSUSE and openSUSE based appliances Patch1: 3.2-packages.conf.patch @@ -81,7 +81,7 @@ Requires: gawk Requires: gptfdisk Requires: grub2 -Requires: /usr/bin/kdesu +Requires: kde-cli-tools5 Requires: kpmcore >= 3.3 Requires: ntfsprogs Requires: os-prober @@ -166,7 +166,7 @@ %install %kf5_makeinstall -C build -# if we don't want polkit (and you want use kdesu instead) +# if we don't want polkit (and you want use kdesu from kde-cli-tools5 instead) %if 0%{?suse_version} == 1500 rm -fr %{buildroot}%{_datadir}/polkit-1 %endif @@ -213,7 +213,7 @@ %{_datadir}/%{name}/qml/ %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg -# if we want polkit (you can use kdesu instead) +# if we want polkit (you can use kdesu from kde-cli-tools5 instead) %if 0%{?suse_version} > 1500 %{_datadir}/polkit-1/actions/com.github.%{name}.%{name}.policy %endif ++++++ calamares-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.HKeuYH/_old 2020-02-22 19:07:29.402472328 +0100 +++ /var/tmp/diff_new_pack.HKeuYH/_new 2020-02-22 19:07:29.406472335 +0100 @@ -9,9 +9,12 @@ # Polkit pkexec is among requirements of Calamares for openSUSE Tumbleweed. addFilter("calamares.*desktopfile-without-binary.*calamares.desktop pkexec") -# xdg-utils is among requirements of Calamares for openSUSE Leap 15. +# xdg-utils is among requirements of Calamares. addFilter("calamares.*desktopfile-without-binary.*calamares.desktop xdg-su") +# /usr/bin/kdesu provided by kde-cli-tools5, kde-cli-tools5 is among requirements of Calamares. +addFilter("calamares.*desktopfile-without-binary.*calamares.desktop kdesu") + # despide of warning, `desktop-file-validate calamares.desktop` shows no errors addFilter("calamares.*: W: invalid-desktopfile /usr/share/applications/calamares.desktop")
