Compare commits

...

No commits in common. "imports/c9/catatonit-0.1.7-7.el9" and "c9-beta" have entirely different histories.

3 changed files with 21 additions and 10 deletions

View File

@ -1 +1 @@
94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz
363375538ea675fe6128b4235d20a77956da44aa SOURCES/v0.2.0.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v0.1.7.tar.gz
SOURCES/v0.2.0.tar.gz

View File

@ -1,7 +1,7 @@
Name: catatonit
Epoch: 3
Version: 0.1.7
Release: 7%{?dist}
Version: 0.2.0
Release: 1%{?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,30 @@ 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
* Wed Oct 04 2023 Jindrich Novy <jnovy@redhat.com> - 3:0.2.0-1
- update to https://github.com/openSUSE/catatonit/releases/tag/v0.2.0
- Related: Jira:RHEL-2112
* 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
- make sure podman-catatonit is always obsoleted
- Related: #2061316