import CS catatonit-0.1.7-10.el9
This commit is contained in:
parent
3053b10008
commit
570d642974
@ -1,7 +1,7 @@
|
|||||||
Name: catatonit
|
Name: catatonit
|
||||||
Epoch: 3
|
Epoch: 3
|
||||||
Version: 0.1.7
|
Version: 0.1.7
|
||||||
Release: 7%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: A signal-forwarding process manager for containers
|
Summary: A signal-forwarding process manager for containers
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://github.com/openSUSE/catatonit
|
URL: https://github.com/openSUSE/catatonit
|
||||||
@ -13,8 +13,6 @@ BuildRequires: gcc
|
|||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: glibc-static
|
BuildRequires: glibc-static
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
Obsoletes: podman-%{name} <= 2:4.1.2
|
|
||||||
Provides: podman-%{name} = %{epoch}:%{version}-%{release}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Catatonit is a /sbin/init program for use within containers. It
|
Catatonit is a /sbin/init program for use within containers. It
|
||||||
@ -28,6 +26,7 @@ signalfd(2)) and has no additional features.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -Sgit -n %{name}-%{version}
|
%autosetup -Sgit -n %{name}-%{version}
|
||||||
|
sed -i '/^AM_INIT_AUTOMAKE$/d' configure.ac
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
@ -45,18 +44,26 @@ 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
|
||||||
|
* Wed Jun 21 2023 Jindrich Novy <jnovy@redhat.com> - 3:0.1.7-10
|
||||||
|
- bump release to preserve upgrade path from 9.2
|
||||||
|
- Resolves: #2209677
|
||||||
|
|
||||||
|
* 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
|
* Tue Jul 26 2022 Jindrich Novy <jnovy@redhat.com> - 3:0.1.7-7
|
||||||
- make sure podman-catatonit is always obsoleted
|
- make sure podman-catatonit is always obsoleted
|
||||||
- Related: #2061316
|
- Related: #2061316
|
||||||
|
Loading…
Reference in New Issue
Block a user