diff --git a/podman.changes b/podman.changes index a168fd8..beeff22 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Aug 16 05:27:24 UTC 2023 - Danish Prakash + +- Fix build error on SLE due to dangling files clause + on a discarded file, README.SLE.SUSE +- Fix unexpanded RPM macro error + ------------------------------------------------------------------- Fri Aug 11 05:42:19 UTC 2023 - danish.prakash@suse.com diff --git a/podman.spec b/podman.spec index a3628ed..cf4f0fd 100644 --- a/podman.spec +++ b/podman.spec @@ -110,7 +110,7 @@ pages and %{name}. %package -n %{name}sh Summary: Confined login and user shell using %{name} Requires: %{name} = %{version} -Provides: %{name}-shell = {version} +Provides: %{name}-shell = %{version} Provides: %{name}-%{name}sh = %{version} %description -n %{name}sh @@ -148,9 +148,6 @@ install -m 0644 -t %{buildroot}%{_prefix}/lib/modules-load.d/ %{SOURCE1} %fdupes %{buildroot}/%{_systemd_util_dir} %files -%if !0%{?is_opensuse} -%doc %{_docdir}/%{name} -%endif # Binaries %{_bindir}/podman # Manpages