import catatonit-0.1.7-9.el9_2

i9c changed/i9c/catatonit-0.1.7-9.el9_2
MSVSphere Packaging Team 2 years ago
parent f6534343d3
commit f53588e85d

@ -1,7 +1,7 @@
Name: catatonit
Epoch: 3
Version: 0.1.7
Release: 7%{?dist}
Release: 9%{?dist}
Summary: A signal-forwarding process manager for containers
License: GPLv3+
URL: https://github.com/openSUSE/catatonit
@ -13,8 +13,6 @@ BuildRequires: gcc
BuildRequires: git
BuildRequires: glibc-static
BuildRequires: libtool
Obsoletes: podman-%{name} <= 2:4.1.2
Provides: podman-%{name} = %{epoch}:%{version}-%{release}
%description
Catatonit is a /sbin/init program for use within containers. It
@ -28,6 +26,7 @@ signalfd(2)) and has no additional features.
%prep
%autosetup -Sgit -n %{name}-%{version}
sed -i '/^AM_INIT_AUTOMAKE$/d' configure.ac
%build
autoreconf -fi
@ -45,21 +44,25 @@ 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
* Mon May 29 2023 Jindrich Novy <jnovy@redhat.com> - 3:0.1.7-9
- rebuild for 9.2.z update
- Resolves: #2210342
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.1.7-7
- Rebuilt for MSVSphere 9.1.
* Wed Jan 11 2023 Jindrich Novy <jnovy@redhat.com> - 3:0.1.7-8
- remove any relation to podman-catatonit
- Related: #2151322
* Tue Jul 26 2022 Jindrich Novy <jnovy@redhat.com> - 3:0.1.7-7
- make sure podman-catatonit is always obsoleted
- Related: #2061316

Loading…
Cancel
Save