|
|
@ -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
|
|
|
|
Name: catatonit
|
|
|
|
Version: 0.1.7
|
|
|
|
Version: 0.2.0
|
|
|
|
Summary: A signal-forwarding process manager for containers
|
|
|
|
Summary: A signal-forwarding process manager for containers
|
|
|
|
License: GPL-3.0-or-later
|
|
|
|
License: GPL-3.0-or-later
|
|
|
|
Release: %autorelease
|
|
|
|
Release: 1%{?dist}
|
|
|
|
%if %{defined copr_username}
|
|
|
|
|
|
|
|
# Set copr rpm build epoch to a very high value
|
|
|
|
|
|
|
|
Epoch: 101
|
|
|
|
|
|
|
|
%else
|
|
|
|
|
|
|
|
%if %{defined rhel}
|
|
|
|
|
|
|
|
# Bump epoch to 5 for RHEL
|
|
|
|
# Bump epoch to 5 for RHEL
|
|
|
|
# Ref: https://bugzilla.redhat.com/show_bug.cgi?id=2257446
|
|
|
|
# Ref: https://bugzilla.redhat.com/show_bug.cgi?id=2257446
|
|
|
|
Epoch: 5
|
|
|
|
Epoch: 5
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if %{defined golang_arches_future}
|
|
|
|
%if %{defined golang_arches_future}
|
|
|
|
ExclusiveArch: %{golang_arches_future}
|
|
|
|
ExclusiveArch: %{golang_arches_future}
|
|
|
|
%else
|
|
|
|
%else
|
|
|
@ -35,7 +18,6 @@ BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: file
|
|
|
|
BuildRequires: file
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: libtool
|
|
|
|
Provides: podman-%{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: git-core
|
|
|
|
BuildRequires: git-core
|
|
|
|
BuildRequires: glibc-static
|
|
|
|
BuildRequires: glibc-static
|
|
|
@ -53,7 +35,7 @@ signalfd(2)) and has no additional features.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -Sgit %{name}-%{version}
|
|
|
|
%autosetup -Sgit %{name}-%{version}
|
|
|
|
sed -i '$d' configure.ac
|
|
|
|
sed -i '/^AM_INIT_AUTOMAKE$/d' configure.ac
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
autoreconf -fi
|
|
|
|
autoreconf -fi
|
|
|
@ -72,129 +54,15 @@ 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
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 5:0.1.7-7
|
|
|
|
* Tue Dec 10 2024 Jindrich Novy <jnovy@redhat.com> - 5:0.2.0-1
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
- update to https://github.com/openSUSE/catatonit/releases/tag/v0.2.0
|
|
|
|
|
|
|
|
- Resolves: RHEL-70589
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 5:0.1.7-7
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Jindrich Novy <jnovy@redhat.com> - 5:0.1.7-6
|
|
|
|
|
|
|
|
- Skip --skip-stack-prot Resolves: RHEL-33487
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 04 2024 Jindrich Novy <jnovy@redhat.com> - 5:0.1.7-5
|
|
|
|
|
|
|
|
- Add gating.yaml, Related: RHEL-39410
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Apr 22 2024 Jindrich Novy <jnovy@redhat.com> - 5:0.1.7-4
|
|
|
|
|
|
|
|
- Add rpminspect.yaml Resolves: RHEL-33487
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 23 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5:0.1.7-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5:0.1.7-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 17 2024 Lokesh Mandvekar <lsm5@redhat.com> - 5:0.1.7-1
|
|
|
|
|
|
|
|
- Resolves: rhbz#2257446 - set Epoch consistently for all rhel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 17 2024 Lokesh Mandvekar <lsm5@redhat.com> - 4:0.1.7-3
|
|
|
|
|
|
|
|
- simplify macros
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4:0.1.7-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 13 2023 Lokesh Mandvekar <lsm5@fedoraproject.org> - 4:0.1.7-1
|
|
|
|
|
|
|
|
- set epoch 4 for centos on rhcontainerbot/qm copr
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 13 2023 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.7-16
|
|
|
|
|
|
|
|
- include centos conditional for copr rhcontainerbot/qm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 06 2023 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.7-15
|
|
|
|
|
|
|
|
- migrated to SPDX license
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 09 2023 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.7-14
|
|
|
|
|
|
|
|
- exclusivearch: golang_arches_future
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-13
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 07 2022 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.7-12
|
|
|
|
|
|
|
|
- Revert "auto bump to v0.1.7"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 07 2022 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.1.7-11
|
|
|
|
|
|
|
|
- auto bump to v0.1.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 05 2022 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.7-10
|
|
|
|
|
|
|
|
- remove debbuild macros to comply with Fedora guidelines
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 17 2022 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.7-9
|
|
|
|
|
|
|
|
- use easier tag macros to make both fedora and debbuild happy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 16 2022 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.7-8
|
|
|
|
|
|
|
|
- Fix debbuild maintainer issue
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-7
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 27 2022 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.7-6
|
|
|
|
|
|
|
|
- build deb packages using debbuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 14 2022 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.7-5
|
|
|
|
|
|
|
|
- Provides: podman-catatonit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 14 2022 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.7-4
|
|
|
|
|
|
|
|
- switch to autospec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 08 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.7-2
|
|
|
|
|
|
|
|
- do not expand AM_INIT_AUTOMAKE twice
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 01 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.1.7-1
|
|
|
|
|
|
|
|
- catatonit-0.1.7-1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 16 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.1.6-1
|
|
|
|
|
|
|
|
- catatonit-0.1.6-1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 20 2021 Lokesh Mandvekar <lsm5@fedoraproject.org> - 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 <lsm5@fedoraproject.org> - 0.1.5-8
|
|
|
|
|
|
|
|
- fix macros for autobuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 16 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.1.5-7
|
|
|
|
|
|
|
|
- catatonit-0.1.5-1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-6
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Dec 17 2020 Tom Stellard <tstellar@redhat.com> - 0.1.5-3
|
|
|
|
|
|
|
|
- Add BuildRequires: make
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.5-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 29 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1.5-1
|
|
|
|
|
|
|
|
- catatonit-0.1.5-2
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|
|
|
|