catatonit-0.2.0-1.el10
- update to https://github.com/openSUSE/catatonit/releases/tag/v0.2.0 - Resolves: RHEL-70589 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
c1d40ad9dc
commit
fb7a76d529
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1 @@
|
||||
/v0.1.5.tar.gz
|
||||
/v0.1.6.tar.gz
|
||||
/v0.1.7.tar.gz
|
||||
/*.tar.*
|
||||
|
@ -1,18 +1,11 @@
|
||||
Name: catatonit
|
||||
Version: 0.1.7
|
||||
Version: 0.2.0
|
||||
Summary: A signal-forwarding process manager for containers
|
||||
License: GPL-3.0-or-later
|
||||
Release: %autorelease
|
||||
%if %{defined copr_username}
|
||||
# Set copr rpm build epoch to a very high value
|
||||
Epoch: 101
|
||||
%else
|
||||
%if %{defined rhel}
|
||||
Release: 1%{?dist}
|
||||
# Bump epoch to 5 for RHEL
|
||||
# Ref: https://bugzilla.redhat.com/show_bug.cgi?id=2257446
|
||||
Epoch: 5
|
||||
%endif
|
||||
%endif
|
||||
%if %{defined golang_arches_future}
|
||||
ExclusiveArch: %{golang_arches_future}
|
||||
%else
|
||||
@ -25,7 +18,6 @@ BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: file
|
||||
BuildRequires: libtool
|
||||
Provides: podman-%{name} = %{version}-%{release}
|
||||
BuildRequires: gcc
|
||||
BuildRequires: git-core
|
||||
BuildRequires: glibc-static
|
||||
@ -43,7 +35,7 @@ signalfd(2)) and has no additional features.
|
||||
|
||||
%prep
|
||||
%autosetup -Sgit %{name}-%{version}
|
||||
sed -i '$d' configure.ac
|
||||
sed -i '/^AM_INIT_AUTOMAKE$/d' configure.ac
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
@ -62,16 +54,15 @@ 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
|
||||
%autochangelog
|
||||
* 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
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v0.1.7.tar.gz) = 7d3174c60e1c8bd1f4b95b7751ccbe01cac63265060f18914b53311f68f7b4c63c693604f348ccfac5db4a96939169f835fbbbd614803b18062053d94f7dca67
|
||||
SHA512 (v0.2.0.tar.gz) = 115e72002e35bb2a03919f9422a9cb2d9a0e4f087862d4ffd20e9508af6d67efc359a577ec059574f2f6c98966a1f080b65dffc8dfb83b3c2ed48e63e2aeac3b
|
||||
|
Loading…
Reference in New Issue
Block a user