Hello community, here is the log from the commit of package cockpit for openSUSE:Factory checked in at 2020-09-21 17:19:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cockpit (Old) and /work/SRC/openSUSE:Factory/.cockpit.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cockpit" Mon Sep 21 17:19:14 2020 rev:6 rq:835202 version:225 Changes: -------- --- /work/SRC/openSUSE:Factory/cockpit/cockpit.changes 2020-09-09 18:07:28.815500584 +0200 +++ /work/SRC/openSUSE:Factory/.cockpit.new.4249/cockpit.changes 2020-09-21 17:22:06.295867757 +0200 @@ -1,0 +2,5 @@ +Thu Sep 10 12:49:00 UTC 2020 - Ludwig Nussel <[email protected]> + +- adjust spec file to match upstream + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cockpit.spec ++++++ --- /var/tmp/diff_new_pack.yXkmVp/_old 2020-09-21 17:22:19.851878219 +0200 +++ /var/tmp/diff_new_pack.yXkmVp/_new 2020-09-21 17:22:19.855878222 +0200 @@ -469,19 +469,12 @@ Requires: glib-networking Requires: openssl Requires: glib2 >= 2.37.4 -Requires: group(wheel) Conflicts: firewalld < 0.6.0-1 Recommends: sscg >= 2.3 Recommends: system-logos -%if !0%{?suse_version} -Requires: systemd >= 235 -%endif Suggests: sssd-dbus +%if 0%{?suse_version} Requires(pre): permissions -%if !0%{?suse_version} -Requires(post): systemd -Requires(preun): systemd -Requires(postun): systemd %endif %description ws @@ -530,8 +523,7 @@ %{_libexecdir}/cockpit-wsinstance-factory %{_libexecdir}/cockpit-tls %{_libexecdir}/cockpit-desktop -%attr(4750, root, cockpit-wsinstance) %{_libexecdir}/cockpit-session -%attr(775, -, wheel) %{_localstatedir}/lib/cockpit +%{?suse_version:%verify(not mode) }%attr(4750, root, cockpit-wsinstance) %{_libexecdir}/cockpit-session %{_datadir}/cockpit/static %{_datadir}/cockpit/branding @@ -542,7 +534,9 @@ getent passwd cockpit-wsinstance >/dev/null || useradd -r -g cockpit-wsinstance -d /nonexisting -s /sbin/nologin -c "User for cockpit-ws instances" cockpit-wsinstance %post ws +%if 0%{?suse_version} %set_permissions %{_libexecdir}/cockpit-session +%endif %tmpfiles_create cockpit-tempfiles.conf %systemd_post cockpit.socket # firewalld only partially picks up changes to its services files without this @@ -555,8 +549,10 @@ %systemd_postun_with_restart cockpit.socket %systemd_postun_with_restart cockpit.service +%if 0%{?suse_version} %verifyscript ws %verify_permissions -e %{_libexecdir}/cockpit-session +%endif # ------------------------------------------------------------------------------- # Sub-packages that are part of cockpit-system in RHEL/CentOS, but separate in Fedora
