mirror of
https://gitlab.com/redhat/centos-stream/rpms/conmon.git
synced 2026-09-02 00:14:17 +00:00
Compare commits
41
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6e04e532b0 | ||
|
|
1ac50b04ec | ||
|
|
01a00e7e18 | ||
|
|
c5359a58f8 | ||
|
|
c8396c89cf | ||
|
|
80dfe0bb4f | ||
|
|
10f726b173 | ||
|
|
b6481a8da9 | ||
|
|
923361eb26 | ||
|
|
20802a6977 | ||
|
|
ed7dd9d142 | ||
|
|
e99f0f2397 | ||
|
|
9540656a24 | ||
|
|
8243706113 | ||
|
|
eb6cae3350 | ||
|
|
da268df147 | ||
|
|
49ede56fb1 | ||
|
|
6d7e3dfe2f | ||
|
|
2c35b27653 | ||
|
|
e0af2d090e | ||
|
|
d9100cb256 | ||
|
|
3e33df6bb6 | ||
|
|
6414ad1ab7 | ||
|
|
62a67c5206 | ||
|
|
c7ead236f1 | ||
|
|
debd00b0bf | ||
|
|
ded4de7e5f | ||
|
|
0d52e0eb73 | ||
|
|
f03d1598ce | ||
|
|
a9a288de26 | ||
|
|
5eb4648ca0 | ||
|
|
4c362ca0b9 | ||
|
|
62b2b0db07 | ||
|
|
c7b2c4d9c6 | ||
|
|
84a3b52601 | ||
|
|
c601928849 | ||
|
|
06721e56f8 | ||
|
|
0d5d435410 | ||
|
|
881263b8dc | ||
|
|
8ca7a9ba43 | ||
|
|
4ba0326b6b |
@@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
+317
-133
@@ -1,17 +1,14 @@
|
|||||||
%global with_check 0
|
%global with_check 0
|
||||||
|
|
||||||
%global _find_debuginfo_dwz_opts %{nil}
|
|
||||||
%global _dwz_low_mem_die_limit 0
|
|
||||||
|
|
||||||
# https://github.com/containers/conmon
|
# https://github.com/containers/conmon
|
||||||
%global import_path github.com/containers/%{name}
|
%global import_path github.com/containers/%{name}
|
||||||
%global git0 https://%{import_path}
|
%global git0 https://%{import_path}
|
||||||
%global commit0 2dcd736e46ded79a53339462bc251694b150f870
|
%global commit0 82de887596ed8ee6d9b2ee85e4f167f307bb569b
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: conmon
|
Name: conmon
|
||||||
Epoch: 3
|
Epoch: 3
|
||||||
Version: 2.1.10
|
Version: 2.1.13
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: OCI container runtime monitor
|
Summary: OCI container runtime monitor
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@@ -30,7 +27,7 @@ BuildRequires: gcc
|
|||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
BuildRequires: golang >= 1.17.7
|
BuildRequires: golang >= 1.12.12-4
|
||||||
BuildRequires: /usr/bin/go-md2man
|
BuildRequires: /usr/bin/go-md2man
|
||||||
BuildRequires: libseccomp-devel
|
BuildRequires: libseccomp-devel
|
||||||
|
|
||||||
@@ -62,200 +59,387 @@ export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jan 02 2024 Jindrich Novy <jnovy@redhat.com> - 3:2.1.10-1
|
* Wed Feb 26 2025 Jindrich Novy <jnovy@redhat.com> - 3:2.1.13-1
|
||||||
|
- update to https://github.com/containers/conmon/releases/tag/v2.1.13
|
||||||
|
- Resolves: RHEL-80820
|
||||||
|
|
||||||
|
* Wed May 29 2024 Jindrich Novy <jnovy@redhat.com> - 3:2.1.12-1
|
||||||
|
- update to https://github.com/containers/conmon/releases/tag/v2.1.12
|
||||||
|
- Related: RHEL-27608
|
||||||
|
|
||||||
|
* Tue May 07 2024 Jindrich Novy <jnovy@redhat.com> - 3:2.1.11-1
|
||||||
|
- update to https://github.com/containers/conmon/releases/tag/v2.1.11
|
||||||
|
- Related: RHEL-27608
|
||||||
|
|
||||||
|
* Mon Apr 08 2024 Lokesh Mandvekar <lsm5@redhat.com> - 3:2.1.10-2
|
||||||
|
- bump epoch to preserve upgrade path from rhel 8.10
|
||||||
|
- Related: RHEL-31950
|
||||||
|
|
||||||
|
* Tue Jan 02 2024 Jindrich Novy <jnovy@redhat.com> - 2:2.1.10-1
|
||||||
- update to https://github.com/containers/conmon/releases/tag/v2.1.10
|
- update to https://github.com/containers/conmon/releases/tag/v2.1.10
|
||||||
- Related: Jira:RHEL-2110
|
- Related: RHEL-2112
|
||||||
|
|
||||||
* Fri Aug 25 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.1.8-1
|
* Fri Aug 25 2023 Jindrich Novy <jnovy@redhat.com> - 2:2.1.8-1
|
||||||
- update to https://github.com/containers/conmon/releases/tag/v2.1.8
|
- update to https://github.com/containers/conmon/releases/tag/v2.1.8
|
||||||
- Related: #2176055
|
- Related: #2176063
|
||||||
|
|
||||||
* Fri Mar 17 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.1.7-1
|
* Wed Jun 21 2023 Jindrich Novy <jnovy@redhat.com> - 2:2.1.7-3
|
||||||
|
- rebuild
|
||||||
|
- Resolves: #2174381
|
||||||
|
|
||||||
|
* Tue Apr 18 2023 Jindrich Novy <jnovy@redhat.com> - 2:2.1.7-2
|
||||||
|
- bump to preserve upgrade path from 9.2.0
|
||||||
|
- Related: #2176063
|
||||||
|
|
||||||
|
* Sun Mar 26 2023 Jindrich Novy <jnovy@redhat.com> - 2:2.1.7-1
|
||||||
- update to https://github.com/containers/conmon/releases/tag/v2.1.7
|
- update to https://github.com/containers/conmon/releases/tag/v2.1.7
|
||||||
- Related: #2176055
|
- Related: #2176063
|
||||||
|
|
||||||
* Wed Mar 08 2023 Jindrich Novy <jnovy@redhat.com> - 3:2.1.6-1
|
* Tue Feb 07 2023 Jindrich Novy <jnovy@redhat.com> - 2:2.1.6-1
|
||||||
- update to https://github.com/containers/conmon/releases/tag/v2.1.6
|
- update to https://github.com/containers/conmon/releases/tag/v2.1.6
|
||||||
- Related: #2176055
|
- Related: #2124478
|
||||||
|
|
||||||
* Mon Nov 07 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.1.5-1
|
* Mon Nov 07 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.5-1
|
||||||
- update to https://github.com/containers/conmon/releases/tag/v2.1.5
|
- update to https://github.com/containers/conmon/releases/tag/v2.1.5
|
||||||
- Related: #2123641
|
- Related: #2124478
|
||||||
|
|
||||||
* Tue Aug 30 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.1.4-1
|
* Tue Aug 30 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.4-1
|
||||||
- update to https://github.com/containers/conmon/releases/tag/v2.1.4
|
- update to https://github.com/containers/conmon/releases/tag/v2.1.4
|
||||||
- Related: #2061390
|
- Related: #2061316
|
||||||
|
|
||||||
* Fri Aug 26 2022 Jindrich Novy <jnovy@redhat.com> - 3:2.1.2-2
|
|
||||||
- revert conmon to 2.1.2
|
|
||||||
- Related: #2061390
|
|
||||||
|
|
||||||
* Tue Jul 26 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.3-1
|
* Tue Jul 26 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.3-1
|
||||||
- update to https://github.com/containers/conmon/releases/tag/v2.1.3
|
- update to https://github.com/containers/conmon/releases/tag/v2.1.3
|
||||||
- Related: #2061390
|
- Related: #2061316
|
||||||
|
|
||||||
* Thu Jun 16 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.2-2
|
* Thu Jun 16 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.2-2
|
||||||
- update to latest content of https://github.com/containers/conmon/releases/tag/2.1.2
|
- update to latest content of https://github.com/containers/conmon/releases/tag/2.1.2
|
||||||
(https://github.com/containers/conmon/commit/2bc95ee697e87d5f7b77063cf83fc32739addafe)
|
(https://github.com/containers/conmon/commit/2bc95ee697e87d5f7b77063cf83fc32739addafe)
|
||||||
- Related: #2061390
|
- Related: #2061316
|
||||||
|
|
||||||
* Wed Jun 15 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.2-1
|
* Tue Jun 14 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.2-1
|
||||||
- update to https://github.com/containers/conmon/releases/tag/v2.1.2
|
- update to https://github.com/containers/conmon/releases/tag/v2.1.2
|
||||||
- Related: #2061390
|
- Related: #2061316
|
||||||
|
|
||||||
* Mon Jun 06 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.1-2
|
|
||||||
- fix CVE-2022-1708 - thanks to Peter Hunt
|
|
||||||
- Related: #2061390
|
|
||||||
|
|
||||||
* Tue May 24 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.1-1
|
* Tue May 24 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.1-1
|
||||||
- update to https://github.com/containers/conmon/releases/tag/v2.1.1
|
- update to https://github.com/containers/conmon/releases/tag/v2.1.1
|
||||||
- Related: #2061390
|
- Related: #2061316
|
||||||
|
|
||||||
* Wed May 11 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.0-3
|
* Fri May 13 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.0-3
|
||||||
|
- Re-enable debuginfo
|
||||||
|
- Related: #2061316
|
||||||
|
|
||||||
|
* Wed May 11 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.0-2
|
||||||
- BuildRequires: /usr/bin/go-md2man
|
- BuildRequires: /usr/bin/go-md2man
|
||||||
- Related: #2061390
|
- Related: #2061316
|
||||||
|
|
||||||
* Fri Apr 08 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.0-2
|
|
||||||
- bump golang BR to 1.17.7
|
|
||||||
- Related: #2061390
|
|
||||||
|
|
||||||
* Tue Jan 25 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.0-1
|
* Tue Jan 25 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.1.0-1
|
||||||
- update to https://github.com/containers/conmon/releases/tag/v2.1.0
|
- update to https://github.com/containers/conmon/releases/tag/v2.1.0
|
||||||
- Related: #2001445
|
- Related: #2000051
|
||||||
|
|
||||||
* Wed Jan 12 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.0.32-1
|
* Wed Jan 12 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.0.32-1
|
||||||
- update to https://github.com/containers/conmon/releases/tag/v2.0.32
|
- update to https://github.com/containers/conmon/releases/tag/v2.0.32
|
||||||
- Related: #2001445
|
- Related: #2000051
|
||||||
|
|
||||||
* Wed Dec 08 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.31-1
|
* Tue Dec 07 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.31-1
|
||||||
- update to https://github.com/containers/conmon/releases/tag/v2.0.31
|
- update to https://github.com/containers/conmon/releases/tag/v2.0.31
|
||||||
- Related: #2001445
|
- Related: #2000051
|
||||||
|
|
||||||
|
* Fri Oct 01 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.30-3
|
||||||
|
- perform only sanity/installability tests for now
|
||||||
|
- Related: #2000051
|
||||||
|
|
||||||
|
* Wed Sep 29 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.30-2
|
||||||
|
- add gating.yaml
|
||||||
|
- Related: #2000051
|
||||||
|
|
||||||
* Thu Sep 23 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.30-1
|
* Thu Sep 23 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.30-1
|
||||||
- update to https://github.com/containers/conmon/releases/tag/v2.0.30
|
- update to https://github.com/containers/conmon/releases/tag/v2.0.30
|
||||||
- Related: #2001445
|
- Related: #2000051
|
||||||
|
|
||||||
* Thu Jun 03 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.29-1
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2:2.0.29-4
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 2:2.0.29-3
|
||||||
|
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
||||||
|
Related: rhbz#1971065
|
||||||
|
|
||||||
|
* Mon Jun 14 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.29-2
|
||||||
- update to https://github.com/containers/conmon/releases/tag/v2.0.29
|
- update to https://github.com/containers/conmon/releases/tag/v2.0.29
|
||||||
- Related: #1934415
|
- Related: #1970747
|
||||||
|
|
||||||
* Thu Jun 03 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.27-6
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2:2.0.27-2
|
||||||
- update to the latest content of https://github.com/containers/conmon/tree/master
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
(https://github.com/containers/conmon/commit/75e067e)
|
|
||||||
- Related: #1934415
|
|
||||||
|
|
||||||
* Wed Jun 02 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.27-5
|
|
||||||
- update to the latest content of https://github.com/containers/conmon/tree/master
|
|
||||||
(https://github.com/containers/conmon/commit/b033cb5)
|
|
||||||
- Related: #1934415
|
|
||||||
|
|
||||||
* Mon May 17 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.27-4
|
|
||||||
- update to the latest content of https://github.com/containers/conmon/tree/master
|
|
||||||
(https://github.com/containers/conmon/commit/3161452)
|
|
||||||
- Related: #1934415
|
|
||||||
|
|
||||||
* Mon May 10 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.27-3
|
|
||||||
- upload new source tarball
|
|
||||||
- Related: #1934415
|
|
||||||
|
|
||||||
* Mon May 10 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.27-2
|
|
||||||
- switch to master branch to fix /dev/null ownership issues
|
|
||||||
(https://github.com/containers/conmon/commit/372fa19211cfeabdb2bad52a4ab8a4d1b0b0063c)
|
|
||||||
- Related: #1934415
|
|
||||||
|
|
||||||
* Tue Mar 09 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.27-1
|
* Tue Mar 09 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.27-1
|
||||||
- update to https://github.com/containers/conmon/releases/tag/v2.0.27
|
- update to https://github.com/containers/conmon/releases/tag/v2.0.27
|
||||||
- Related: #1934415
|
|
||||||
|
|
||||||
* Thu Feb 04 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.26-1
|
* Thu Feb 04 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.26-1
|
||||||
- update to https://github.com/containers/conmon/releases/tag/v2.0.26
|
- update to https://github.com/containers/conmon/releases/tag/v2.0.26
|
||||||
- Related: #1883490
|
|
||||||
|
|
||||||
* Thu Jan 21 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.25-1
|
* Tue Jan 26 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.25-1
|
||||||
- update to https://github.com/containers/conmon/releases/tag/v2.0.25
|
- update to https://github.com/containers/conmon/releases/tag/v2.0.25
|
||||||
- Related: #1883490
|
|
||||||
|
|
||||||
* Fri Jan 15 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.24-1
|
* Mon Jan 04 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.22-1
|
||||||
- update to https://github.com/containers/conmon/releases/tag/v2.0.24
|
|
||||||
- Related: #1883490
|
|
||||||
|
|
||||||
* Mon Jan 04 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.0.22-3
|
|
||||||
- exclude i686 as golang is not suppoerted there
|
- exclude i686 as golang is not suppoerted there
|
||||||
- Related: #1883490
|
|
||||||
|
|
||||||
* Sat Dec 26 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.0.22-2
|
* Fri Nov 13 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.22-0.9.dev.git2fbeb9f
|
||||||
- add BR: golang, go-md2man
|
- autobuilt 2fbeb9f
|
||||||
- add man pages
|
|
||||||
- Related: #1883490
|
|
||||||
|
|
||||||
* Mon Dec 21 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.0.22-1
|
* Thu Nov 5 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.22-0.8.dev.gita0ddcb9
|
||||||
- update to https://github.com/containers/conmon/releases/tag/v2.0.22
|
- autobuilt a0ddcb9
|
||||||
- Related: #1883490
|
|
||||||
|
|
||||||
* Tue Dec 08 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.0.21-3
|
* Sat Oct 10 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.22-0.7.dev.gite5e2b93
|
||||||
- simplify spec
|
- autobuilt e5e2b93
|
||||||
- Related: #1883490
|
|
||||||
|
|
||||||
* Mon Nov 09 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.0.21-2
|
* Tue Oct 6 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.22-0.6.dev.git162c363
|
||||||
- be sure to harden the linked binary
|
- autobuilt 162c363
|
||||||
- compile with debuginfo enabled
|
|
||||||
- Related: #1883490
|
|
||||||
|
|
||||||
* Wed Oct 21 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.0.21-1
|
* Fri Sep 18 09:34:35 EDT 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.0.22-0.5.dev.git59c2817
|
||||||
- synchronize with stream-container-tools-rhel8
|
- build with journald support
|
||||||
- Related: #1883490
|
|
||||||
|
|
||||||
* Tue Aug 11 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.0.20-2
|
* Wed Sep 16 16:12:47 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.22-0.4.dev.git59c2817
|
||||||
- use proper CFLAGS
|
- autobuilt 59c2817
|
||||||
- Related: #1821193
|
|
||||||
|
|
||||||
* Wed Jul 29 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.0.20-1
|
* Tue Sep 15 13:12:54 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.22-0.3.dev.gitd213bfa
|
||||||
- update to https://github.com/containers/conmon/releases/tag/v2.0.20
|
- autobuilt d213bfa
|
||||||
- Related: #1821193
|
|
||||||
|
|
||||||
* Wed Jul 15 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.0.19-1
|
* Mon Sep 14 14:12:03 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.22-0.2.dev.giteb93261
|
||||||
- update to https://github.com/containers/conmon/releases/tag/v2.0.19
|
- autobuilt eb93261
|
||||||
- Related: #1821193
|
|
||||||
|
|
||||||
* Tue Jun 16 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.0.18-1
|
* Tue Sep 8 22:12:10 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.22-0.1.dev.gitdd4fc17
|
||||||
- update to https://github.com/containers/conmon/releases/tag/v2.0.18
|
- bump to 2.0.22
|
||||||
- Related: #1821193
|
- autobuilt dd4fc17
|
||||||
|
|
||||||
* Tue May 26 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.0.17-1
|
* Tue Sep 8 21:12:42 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.21-0.11.dev.gitbc88ac5
|
||||||
- update to https://github.com/containers/conmon/releases/tag/v2.0.17
|
- autobuilt bc88ac5
|
||||||
- Related: #1821193
|
|
||||||
|
|
||||||
* Wed May 13 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.0.16-1
|
* Thu Sep 3 14:13:45 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.21-0.10.dev.git668b748
|
||||||
- update to https://github.com/containers/conmon/releases/tag/v2.0.16
|
- autobuilt 668b748
|
||||||
- Related: #1821193
|
|
||||||
|
|
||||||
* Tue May 12 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.0.15-2
|
* Wed Sep 02 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.0.21-0.9.dev.git1d7b3a5
|
||||||
- synchronize containter-tools 8.3.0 with 8.2.1
|
- Resolves: #1786090 - build with -g for debuginfo
|
||||||
- Related: #1821193
|
|
||||||
|
|
||||||
* Mon Apr 06 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.0.15-1
|
* Thu Aug 27 14:14:25 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.21-0.8.dev.git1d7b3a5
|
||||||
- update to 2.0.15
|
- autobuilt 1d7b3a5
|
||||||
- Related: #1821193
|
|
||||||
|
|
||||||
* Wed Dec 11 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.0.6-1
|
* Wed Aug 26 13:11:37 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.21-0.7.dev.git6eb222d
|
||||||
- update to 2.0.6
|
- autobuilt 6eb222d
|
||||||
- Related: RHELPLAN-25139
|
|
||||||
|
|
||||||
* Tue Dec 10 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.0.5-1
|
* Tue Aug 25 15:11:33 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.21-0.6.dev.git9d61f0f
|
||||||
- update to 2.0.5
|
- autobuilt 9d61f0f
|
||||||
- Related: RHELPLAN-25139
|
|
||||||
|
|
||||||
* Mon Dec 09 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.0.4-1
|
* Mon Aug 24 14:11:36 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.21-0.5.dev.git76548e1
|
||||||
- update to 2.0.4 bugfix release
|
- autobuilt 76548e1
|
||||||
- Related: RHELPLAN-25139
|
|
||||||
|
|
||||||
* Mon Nov 25 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.0.3-2.giteb5fa88
|
* Fri Aug 21 15:10:39 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.21-0.4.dev.git7ab6aa1
|
||||||
- BR: systemd-devel
|
- autobuilt 7ab6aa1
|
||||||
- Related: RHELPLAN-25139
|
|
||||||
|
|
||||||
* Wed Nov 20 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.0.3-1.giteb5fa88
|
* Wed Aug 05 16:10:09 GMT 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.21-0.3.dev.git5a6b2ac
|
||||||
- update to 2.0.3
|
- autobuilt 5a6b2ac
|
||||||
- Related: RHELPLAN-25139
|
|
||||||
|
* Tue Aug 04 2020 Peter Hunt <pehunt@redhat.com> - 2:2.0.21-0.2.dev.gitfe1563c
|
||||||
|
- rebuild
|
||||||
|
|
||||||
|
* Tue Jul 28 14:09:38 GMT 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.21-0.1.dev.gitfe1563c
|
||||||
|
- bump to 2.0.21
|
||||||
|
- autobuilt fe1563c
|
||||||
|
|
||||||
|
* Mon Jul 27 21:09:33 GMT 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.20-0.3.dev.git5bc12e0
|
||||||
|
- autobuilt 5bc12e0
|
||||||
|
|
||||||
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.0.20-0.2.dev.git3c396d4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.20-0.1.dev.git3c396d4
|
||||||
|
- bump to 2.0.20
|
||||||
|
- autobuilt 3c396d4
|
||||||
|
|
||||||
|
* Wed Jul 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.19-0.6.dev.git4fea27e
|
||||||
|
- autobuilt 4fea27e
|
||||||
|
|
||||||
|
* Wed Jul 08 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.19-0.5.dev.giteff699e
|
||||||
|
- autobuilt eff699e
|
||||||
|
|
||||||
|
* Mon Jun 29 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.19-0.4.dev.git9a1d403
|
||||||
|
- autobuilt 9a1d403
|
||||||
|
|
||||||
|
* Mon Jun 22 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.19-0.3.dev.git42414b8
|
||||||
|
- autobuilt 42414b8
|
||||||
|
|
||||||
|
* Wed Jun 17 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.19-0.2.dev.gitab8f5e5
|
||||||
|
- autobuilt ab8f5e5
|
||||||
|
|
||||||
|
* Mon Jun 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.19-0.1.dev.git96ea3a2
|
||||||
|
- bump to 2.0.19
|
||||||
|
- autobuilt 96ea3a2
|
||||||
|
|
||||||
|
* Wed Jun 10 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.18-0.8.dev.git2c32b99
|
||||||
|
- autobuilt 2c32b99
|
||||||
|
|
||||||
|
* Mon Jun 08 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.18-0.7.dev.gitf951578
|
||||||
|
- autobuilt f951578
|
||||||
|
|
||||||
|
* Wed Jun 03 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.18-0.6.dev.git50aeae4
|
||||||
|
- autobuilt 50aeae4
|
||||||
|
|
||||||
|
* Wed Jun 03 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.18-0.5.dev.gitf12e90b
|
||||||
|
- autobuilt f12e90b
|
||||||
|
|
||||||
|
* Tue Jun 02 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.18-0.4.dev.gitd951a5a
|
||||||
|
- autobuilt d951a5a
|
||||||
|
|
||||||
|
* Mon Jun 01 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.18-0.3.dev.git63d0e3d
|
||||||
|
- autobuilt 63d0e3d
|
||||||
|
|
||||||
|
* Wed May 27 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.18-0.2.dev.gitd0f367d
|
||||||
|
- autobuilt d0f367d
|
||||||
|
|
||||||
|
* Tue May 26 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.18-0.1.dev.git27bb67e
|
||||||
|
- bump to 2.0.18
|
||||||
|
- autobuilt 27bb67e
|
||||||
|
|
||||||
|
* Tue May 26 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.17-0.3.dev.git27eb304
|
||||||
|
- autobuilt 27eb304
|
||||||
|
|
||||||
|
* Mon May 25 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.0.17-0.2.dev.git82e9358
|
||||||
|
- depend on glib2
|
||||||
|
|
||||||
|
* Tue May 12 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.17-0.1.dev.git82e9358
|
||||||
|
- bump to 2.0.17
|
||||||
|
- autobuilt 82e9358
|
||||||
|
|
||||||
|
* Tue May 12 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.16-0.4.dev.gitedd4aaa
|
||||||
|
- autobuilt edd4aaa
|
||||||
|
|
||||||
|
* Tue May 12 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.16-0.3.dev.git6fa9c2a
|
||||||
|
- autobuilt 6fa9c2a
|
||||||
|
|
||||||
|
* Mon May 11 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.16-0.2.dev.git42cb289
|
||||||
|
- autobuilt 42cb289
|
||||||
|
|
||||||
|
* Thu Apr 02 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.16-0.1.dev.gite34c6d6
|
||||||
|
- bump to 2.0.16
|
||||||
|
- autobuilt e34c6d6
|
||||||
|
|
||||||
|
* Wed Apr 01 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.15-0.6.dev.gitb763fdd
|
||||||
|
- autobuilt b763fdd
|
||||||
|
|
||||||
|
* Tue Mar 31 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.15-0.5.dev.git9c9b3e7
|
||||||
|
- autobuilt 9c9b3e7
|
||||||
|
|
||||||
|
* Mon Mar 30 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.15-0.4.dev.git3ea6c68
|
||||||
|
- autobuilt 3ea6c68
|
||||||
|
|
||||||
|
* Wed Mar 25 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.15-0.3.dev.git89b2478
|
||||||
|
- autobuilt 89b2478
|
||||||
|
|
||||||
|
* Mon Mar 23 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.15-0.2.dev.gitff29dd6
|
||||||
|
- autobuilt ff29dd6
|
||||||
|
|
||||||
|
* Fri Mar 20 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.15-0.1.dev.gitb97c274
|
||||||
|
- bump to 2.0.15
|
||||||
|
- autobuilt b97c274
|
||||||
|
|
||||||
|
* Fri Mar 20 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.14-0.2.dev.git1b53637
|
||||||
|
- autobuilt 1b53637
|
||||||
|
|
||||||
|
* Tue Mar 17 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.14-0.1.dev.git849ab62
|
||||||
|
- bump to 2.0.14
|
||||||
|
- autobuilt 849ab62
|
||||||
|
|
||||||
|
* Mon Mar 16 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.12-0.1.dev.git51c0e7b
|
||||||
|
- bump to 2.0.12
|
||||||
|
- autobuilt 51c0e7b
|
||||||
|
|
||||||
|
* Tue Feb 11 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.11-0.6.dev.git86aa80b
|
||||||
|
- autobuilt 86aa80b
|
||||||
|
|
||||||
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.0.11-0.5.dev.git77f4a51
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.11-0.4.dev.git77f4a51
|
||||||
|
- autobuilt 77f4a51
|
||||||
|
|
||||||
|
* Tue Jan 14 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.11-0.3.dev.gitccfdbb6
|
||||||
|
- autobuilt ccfdbb6
|
||||||
|
|
||||||
|
* Sat Jan 11 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.11-0.2.dev.git5039b44
|
||||||
|
- autobuilt 5039b44
|
||||||
|
|
||||||
|
* Wed Jan 08 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.11-0.1.dev.gitad05887
|
||||||
|
- bump to 2.0.11
|
||||||
|
- autobuilt ad05887
|
||||||
|
|
||||||
|
* Tue Jan 07 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.10-0.3.dev.git26f6817
|
||||||
|
- autobuilt 26f6817
|
||||||
|
|
||||||
|
* Tue Jan 07 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.10-0.2.dev.git6e39a83
|
||||||
|
- autobuilt 6e39a83
|
||||||
|
|
||||||
|
* Mon Jan 06 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.10-0.1.dev.gitb7bfc7b
|
||||||
|
- bump to 2.0.10
|
||||||
|
- autobuilt b7bfc7b
|
||||||
|
|
||||||
|
* Mon Jan 06 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.9-0.3.dev.git1560392
|
||||||
|
- autobuilt 1560392
|
||||||
|
|
||||||
|
* Fri Dec 20 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.9-0.2.dev.gitb17d81b
|
||||||
|
- autobuilt b17d81b
|
||||||
|
|
||||||
|
* Fri Dec 13 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.9-0.1.dev.gitc2e2e67
|
||||||
|
- bump to 2.0.9
|
||||||
|
- autobuilt c2e2e67
|
||||||
|
|
||||||
|
* Fri Dec 13 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.8-0.2.dev.gitc8f7443
|
||||||
|
- autobuilt c8f7443
|
||||||
|
|
||||||
|
* Thu Dec 12 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.8-0.1.dev.git036ff29
|
||||||
|
- bump to 2.0.8
|
||||||
|
- autobuilt 036ff29
|
||||||
|
|
||||||
|
* Thu Dec 12 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.7-0.3.dev.git4100fb2
|
||||||
|
- autobuilt 4100fb2
|
||||||
|
|
||||||
|
* Thu Dec 12 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.7-0.2.dev.git95ed45a
|
||||||
|
- autobuilt 95ed45a
|
||||||
|
|
||||||
|
* Wed Dec 11 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.7-0.1.dev.git8ba9575
|
||||||
|
- bump to 2.0.7
|
||||||
|
- autobuilt 8ba9575
|
||||||
|
|
||||||
|
* Wed Dec 11 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.6-0.2.dev.gitba14d9c
|
||||||
|
- autobuilt ba14d9c
|
||||||
|
|
||||||
|
* Tue Dec 10 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.6-0.1.dev.gitbc9e976
|
||||||
|
- bump to 2.0.6
|
||||||
|
- autobuilt bc9e976
|
||||||
|
|
||||||
|
* Tue Dec 10 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.5-0.2.dev.gitc792503
|
||||||
|
- autobuilt c792503
|
||||||
|
|
||||||
|
* Mon Dec 09 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.5-0.1.dev.gitfd5ac47
|
||||||
|
- bump to 2.0.5
|
||||||
|
- autobuilt fd5ac47
|
||||||
|
|
||||||
|
* Mon Dec 02 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.4-0.3.dev.gitdf8c6aa
|
||||||
|
- autobuilt df8c6aa
|
||||||
|
|
||||||
|
* Fri Nov 29 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.4-0.2.dev.git42bce45
|
||||||
|
- autobuilt 42bce45
|
||||||
|
|
||||||
|
* Mon Nov 11 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.4-0.1.dev.gitf6d23b5
|
||||||
|
- bump to 2.0.4
|
||||||
|
- autobuilt f6d23b5
|
||||||
|
|
||||||
|
* Mon Nov 11 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.3-0.3.dev.git098fcce
|
||||||
|
- autobuilt 098fcce
|
||||||
|
|
||||||
|
* Thu Nov 07 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.3-0.2.dev.git002da25
|
||||||
|
- autobuilt 002da25
|
||||||
|
|
||||||
|
* Mon Oct 21 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.0.3-0.1.dev.gitbc758d8
|
||||||
|
- built commit bc758d8
|
||||||
|
|
||||||
* Wed Sep 25 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.0.2-0.1.dev.git422ce21
|
* Wed Sep 25 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.0.2-0.1.dev.git422ce21
|
||||||
- build latest upstream master
|
- build latest upstream master
|
||||||
|
|||||||
+16
@@ -0,0 +1,16 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- fedora-*
|
||||||
|
decision_contexts:
|
||||||
|
- bodhi_update_push_stable
|
||||||
|
- bodhi_update_push_testing
|
||||||
|
subject_type: koji_build
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||||
|
|
||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-*
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
@@ -0,0 +1,43 @@
|
|||||||
|
prepare:
|
||||||
|
- name: packages
|
||||||
|
how: install
|
||||||
|
package: [bats, iptables, podman-tests]
|
||||||
|
|
||||||
|
adjust:
|
||||||
|
- when: "initiator == packit"
|
||||||
|
because: "We need to test with updated packages from rhcontainerbot/podman-next copr"
|
||||||
|
prepare+:
|
||||||
|
how: shell
|
||||||
|
script: |
|
||||||
|
sed -i -n '/^priority=/!p;$apriority=1' /etc/yum.repos.d/*podman-next*.repo
|
||||||
|
dnf -y upgrade --allowerasing
|
||||||
|
# FIXME: Use epel10 once bats is available there
|
||||||
|
- when: distro == centos-stream-10 or distro == rhel-10
|
||||||
|
because: "bats isn't yet available on epel10"
|
||||||
|
prepare+:
|
||||||
|
how: install
|
||||||
|
copr: rhcontainerbot/bats-el10
|
||||||
|
package: bats
|
||||||
|
- when: distro == centos-stream-9 or distro == rhel-9
|
||||||
|
because: "bats is present on EPEL on rhel9 / c9s"
|
||||||
|
prepare+:
|
||||||
|
how: feature
|
||||||
|
epel: enabled
|
||||||
|
|
||||||
|
discover:
|
||||||
|
how: fmf
|
||||||
|
url: https://github.com/lsm5/podman
|
||||||
|
ref: "tmt-fedora-centos"
|
||||||
|
|
||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
|
|
||||||
|
/system/local/root:
|
||||||
|
summary: Run podman system rootful tests
|
||||||
|
discover+:
|
||||||
|
filter: 'tag:local & tag:root'
|
||||||
|
|
||||||
|
/system/local/rootless:
|
||||||
|
summary: Run podman system rootless tests
|
||||||
|
discover+:
|
||||||
|
filter: 'tag:local & tag:rootless'
|
||||||
@@ -1 +1 @@
|
|||||||
SHA512 (conmon-2.1.10-2dcd736.tar.gz) = 59adad142058f3ce348cf716023f4ff72a115180eda69f2644589b214487d264eac65b91a7c56020ebe9e31b0114b9832c684e9a167b3611eae5b7e1dedd71d1
|
SHA512 (conmon-2.1.13-82de887.tar.gz) = a946e64f9d628380c54a56098e0d907d14cc4890c209cd585ac47e14e1cf4d4bf2b1f63381ff069ed932f30c8edaff52a3d51012b04c358f59cb74b9307f91f0
|
||||||
|
|||||||
Reference in New Issue
Block a user