Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package podman for openSUSE:Factory checked in at 2023-08-04 15:03:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/podman (Old) and /work/SRC/openSUSE:Factory/.podman.new.22712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "podman" Fri Aug 4 15:03:08 2023 rev:110 rq:1102183 version:4.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/podman/podman.changes 2023-07-25 11:25:53.432609922 +0200 +++ /work/SRC/openSUSE:Factory/.podman.new.22712/podman.changes 2023-08-04 15:03:16.784226822 +0200 @@ -1,0 +2,6 @@ +Thu Aug 3 13:05:43 UTC 2023 - Danish Prakash <[email protected]> + +- Discard outdated README.SUSE.SLES +- Recommend gvisor-tap-vsock, required for `podmand machine` + +------------------------------------------------------------------- Old: ---- README.SUSE.SLES ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ podman.spec ++++++ --- /var/tmp/diff_new_pack.F2RV2Q/_old 2023-08-04 15:03:17.568231709 +0200 +++ /var/tmp/diff_new_pack.F2RV2Q/_new 2023-08-04 15:03:17.572231734 +0200 @@ -26,7 +26,6 @@ URL: https://%{project} Source0: %{name}-%{version}.tar.xz Source1: podman.conf -Source2: README.SUSE.SLES BuildRequires: bash-completion BuildRequires: device-mapper-devel BuildRequires: fdupes @@ -49,6 +48,8 @@ BuildRequires: pkgconfig(systemd) Recommends: apparmor-abstractions Recommends: apparmor-parser +# requirement for `podman machine` +Recommends: gvisor-tap-vsock Requires: catatonit >= 0.1.7 # prefer Podman's new network stack on ALP %if 0%{suse_version} >= 1600 && !0%{?is_opensuse} @@ -139,14 +140,10 @@ %endif # Add podman modprobe.d drop-in config +# https://bugzilla.redhat.com/show_bug.cgi?id=1703261 mkdir -p %{buildroot}%{_prefix}/lib/modules-load.d install -m 0644 -t %{buildroot}%{_prefix}/lib/modules-load.d/ %{SOURCE1} -# README.SUSE is SLES specifc currently -%if !0%{?is_opensuse} -install -D -m 0644 %{SOURCE2} %{buildroot}%{_docdir}/%{name}/README.SUSE -%endif - %fdupes %{buildroot}/%{_datadir} %fdupes %{buildroot}/%{_systemd_util_dir}
