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