forked from pool/podman
Accepting request 1104103 from home:danishprakash:branches:devel:microos
Fix build error on SLE due to dangling files clause OBS-URL: https://build.opensuse.org/request/show/1104103 OBS-URL: https://build.opensuse.org/package/show/devel:microos/podman?expand=0&rev=30
This commit is contained in:
parent
28acaf26c4
commit
11a0d2404b
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 16 05:27:24 UTC 2023 - Danish Prakash <danish.prakash@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user