From 34a2741ae0305957900de3881944e8e902ed6d74 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 11 Dec 2024 09:40:18 +0300 Subject: [PATCH] import catatonit-0.2.0-1.el10 --- .catatonit.metadata | 2 +- .gitignore | 2 +- SPECS/catatonit.spec | 144 ++----------------------------------------- 3 files changed, 8 insertions(+), 140 deletions(-) diff --git a/.catatonit.metadata b/.catatonit.metadata index 96ec284..69caf65 100644 --- a/.catatonit.metadata +++ b/.catatonit.metadata @@ -1 +1 @@ -94419a237f932ff2a79c91f6e3005034d9c367a5 SOURCES/v0.1.7.tar.gz +363375538ea675fe6128b4235d20a77956da44aa SOURCES/v0.2.0.tar.gz diff --git a/.gitignore b/.gitignore index e82da27..bc5d287 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v0.1.7.tar.gz +SOURCES/v0.2.0.tar.gz diff --git a/SPECS/catatonit.spec b/SPECS/catatonit.spec index f4231fc..275affd 100644 --- a/SPECS/catatonit.spec +++ b/SPECS/catatonit.spec @@ -1,28 +1,11 @@ -## START: Set by rpmautospec -## (rpmautospec version 0.6.1) -## RPMAUTOSPEC: autorelease, autochangelog -%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: - release_number = 7; - base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); - print(release_number + base_release_number - 1); -}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} -## END: Set by rpmautospec - 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 @@ -35,7 +18,6 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: file BuildRequires: libtool -Provides: podman-%{name} = %{version}-%{release} BuildRequires: gcc BuildRequires: git-core BuildRequires: glibc-static @@ -53,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 @@ -72,129 +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 -* Fri Oct 25 2024 MSVSphere Packaging Team - 5:0.1.7-7 -- Rebuilt for MSVSphere 10 - -## START: Generated by rpmautospec -* Mon Jun 24 2024 Troy Dawson - 5:0.1.7-7 -- Bump release for June 2024 mass rebuild - -* Mon Jun 24 2024 Jindrich Novy - 5:0.1.7-6 -- Skip --skip-stack-prot Resolves: RHEL-33487 - -* Tue Jun 04 2024 Jindrich Novy - 5:0.1.7-5 -- Add gating.yaml, Related: RHEL-39410 - -* Mon Apr 22 2024 Jindrich Novy - 5:0.1.7-4 -- Add rpminspect.yaml Resolves: RHEL-33487 - -* Tue Jan 23 2024 Fedora Release Engineering - 5:0.1.7-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Fri Jan 19 2024 Fedora Release Engineering - 5:0.1.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Wed Jan 17 2024 Lokesh Mandvekar - 5:0.1.7-1 -- Resolves: rhbz#2257446 - set Epoch consistently for all rhel - -* Wed Jan 17 2024 Lokesh Mandvekar - 4:0.1.7-3 -- simplify macros - -* Wed Jul 19 2023 Fedora Release Engineering - 4:0.1.7-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Thu Apr 13 2023 Lokesh Mandvekar - 4:0.1.7-1 -- set epoch 4 for centos on rhcontainerbot/qm copr - -* Thu Apr 13 2023 Lokesh Mandvekar - 0.1.7-16 -- include centos conditional for copr rhcontainerbot/qm - -* Mon Mar 06 2023 Lokesh Mandvekar - 0.1.7-15 -- migrated to SPDX license - -* Thu Feb 09 2023 Lokesh Mandvekar - 0.1.7-14 -- exclusivearch: golang_arches_future - -* Wed Jan 18 2023 Fedora Release Engineering - 0.1.7-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Fri Oct 07 2022 Lokesh Mandvekar - 0.1.7-12 -- Revert "auto bump to v0.1.7" - -* Fri Oct 07 2022 RH Container Bot - 0.1.7-11 -- auto bump to v0.1.7 - -* Wed Oct 05 2022 Lokesh Mandvekar - 0.1.7-10 -- remove debbuild macros to comply with Fedora guidelines - -* Wed Aug 17 2022 Lokesh Mandvekar - 0.1.7-9 -- use easier tag macros to make both fedora and debbuild happy - -* Tue Aug 16 2022 Lokesh Mandvekar - 0.1.7-8 -- Fix debbuild maintainer issue - -* Wed Jul 20 2022 Fedora Release Engineering - 0.1.7-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Fri May 27 2022 Lokesh Mandvekar - 0.1.7-6 -- build deb packages using debbuild - -* Mon Feb 14 2022 Lokesh Mandvekar - 0.1.7-5 -- Provides: podman-catatonit - -* Mon Feb 14 2022 Lokesh Mandvekar - 0.1.7-4 -- switch to autospec - -* Wed Jan 19 2022 Fedora Release Engineering - 0.1.7-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Mon Nov 08 2021 Lokesh Mandvekar - 0.1.7-2 -- do not expand AM_INIT_AUTOMAKE twice - -* Mon Nov 01 2021 RH Container Bot - 0.1.7-1 -- catatonit-0.1.7-1 - -* Thu Sep 16 2021 RH Container Bot - 0.1.6-1 -- catatonit-0.1.6-1 - -* Fri Aug 20 2021 Lokesh Mandvekar - 0.1.5-9 -- catatonit-0.1.5-6 -- Fix broken upgrade path -- Related: https://github.com/coreos/fedora-coreos-config/pull/1174 - -* Mon Aug 16 2021 Lokesh Mandvekar - 0.1.5-8 -- fix macros for autobuild - -* Mon Aug 16 2021 RH Container Bot - 0.1.5-7 -- catatonit-0.1.5-1 - -* Wed Jul 21 2021 Fedora Release Engineering - 0.1.5-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Wed Jul 21 2021 Fedora Release Engineering - 0.1.5-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Tue Jan 26 2021 Fedora Release Engineering - 0.1.5-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Thu Dec 17 2020 Tom Stellard - 0.1.5-3 -- Add BuildRequires: make - -* Mon Jul 27 2020 Fedora Release Engineering - 0.1.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild +* Tue Dec 10 2024 Jindrich Novy - 5:0.2.0-1 +- update to https://github.com/openSUSE/catatonit/releases/tag/v0.2.0 +- Resolves: RHEL-70589 -* Wed Apr 29 2020 Lokesh Mandvekar - 0.1.5-1 -- catatonit-0.1.5-2 -## END: Generated by rpmautospec