- Add missing symlink
- Resolves: RHEL-71134 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
fb7a76d529
commit
9b24741319
@ -18,6 +18,7 @@ BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: file
|
||||
BuildRequires: libtool
|
||||
Provides: podman-%{name} = %{version}-%{release}
|
||||
BuildRequires: gcc
|
||||
BuildRequires: git-core
|
||||
BuildRequires: glibc-static
|
||||
@ -54,15 +55,18 @@ fi
|
||||
%install
|
||||
install -dp %{buildroot}%{_libexecdir}/%{name}
|
||||
install -p %{name} %{buildroot}%{_libexecdir}/%{name}
|
||||
install -dp %{buildroot}%{_libexecdir}/podman
|
||||
ln -s %{_libexecdir}/%{name}/%{name} %{buildroot}%{_libexecdir}/podman/%{name}
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%dir %{_libexecdir}/%{name}
|
||||
%{_libexecdir}/%{name}/%{name}
|
||||
%dir %{_libexecdir}/podman
|
||||
%{_libexecdir}/podman/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Dec 10 2024 Jindrich Novy <jnovy@redhat.com> - 5:0.2.0-1
|
||||
- update to https://github.com/openSUSE/catatonit/releases/tag/v0.2.0
|
||||
- Resolves: RHEL-70589
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user