Hello community, here is the log from the commit of package cockpit for openSUSE:Factory checked in at 2020-06-26 21:50:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cockpit (Old) and /work/SRC/openSUSE:Factory/.cockpit.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cockpit" Fri Jun 26 21:50:19 2020 rev:2 rq:817283 version:222 Changes: -------- --- /work/SRC/openSUSE:Factory/cockpit/cockpit.changes 2020-06-11 10:02:04.778654575 +0200 +++ /work/SRC/openSUSE:Factory/.cockpit.new.3060/cockpit.changes 2020-06-26 21:50:35.086819935 +0200 @@ -1,0 +2,9 @@ +Fri Jun 26 12:09:09 UTC 2020 - Ludwig Nussel <[email protected]> + +- new version 222: + https://cockpit-project.org/blog/cockpit-222.html + changelog from 221: + https://cockpit-project.org/blog/cockpit-221.html +- enable docker module + +------------------------------------------------------------------- Old: ---- cockpit-220.tar.xz New: ---- cockpit-222.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cockpit.spec ++++++ --- /var/tmp/diff_new_pack.mmXprb/_old 2020-06-26 21:50:36.230823617 +0200 +++ /var/tmp/diff_new_pack.mmXprb/_new 2020-06-26 21:50:36.234823630 +0200 @@ -76,7 +76,7 @@ License: LGPL-2.1-or-later URL: https://cockpit-project.org/ -Version: 220 +Version: 222 %if %{defined wip} Release: 1.%{wip}%{?dist} Source0: cockpit-%{version}.tar.xz @@ -143,7 +143,7 @@ Suggests: cockpit-pcp %ifarch x86_64 %{arm} aarch64 ppc64le i686 s390x -%if 0%{?fedora} == 31 && 0%{?build_optional} +%if (0%{?fedora} == 31 || 0%{?suse_version}) && 0%{?build_optional} %define build_docker 1 Recommends: (cockpit-docker if /usr/bin/docker) %endif @@ -186,7 +186,13 @@ %define testsuite_fail || true %endif %endif -make -j4 check %{?testsuite_fail} +# HACK: RHEL i686 builders hang after running all tests; not a supported architecture, so don't bother +%if 0%{?rhel} >= 8 +%ifarch i686 +%define testsuite_skip # +%endif +%endif +%{?testsuite_skip} make -j4 check %{?testsuite_fail} %install make install DESTDIR=%{buildroot} @@ -312,6 +318,7 @@ # the distro. pushd %{buildroot}/%{_datadir}/cockpit/branding find -L * -type l -printf "%H\n" | sort -u | xargs rm -rv +ln -s opensuse-tumbleweed opensuse-microos popd # need this in SUSE as post build checks dislike stale symlinks install -m 644 -D /dev/null %{buildroot}/run/cockpit/motd @@ -731,6 +738,7 @@ This package is not yet complete. %files -n cockpit-docker -f docker.list +%dir %{_datadir}/cockpit/docker/images %{_datadir}/metainfo/org.cockpit-project.cockpit-docker.metainfo.xml %endif ++++++ cockpit-220.tar.xz -> cockpit-222.tar.xz ++++++ /work/SRC/openSUSE:Factory/cockpit/cockpit-220.tar.xz /work/SRC/openSUSE:Factory/.cockpit.new.3060/cockpit-222.tar.xz differ: char 25, line 1
