import CS9 catatonit-0.1.7-9.el9

This commit is contained in:
Andrew Lukoshko 2023-07-14 11:00:34 +00:00
parent 38786a07c0
commit d859614356
1 changed files with 10 additions and 7 deletions

View File

@ -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,18 +44,22 @@ 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.3
- Resolves: #2209677
* 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