2020-09-02 12:59:53 +00:00
|
|
|
%global with_debug 1
|
2019-09-11 17:22:49 +00:00
|
|
|
%global with_check 0
|
|
|
|
|
|
|
|
%if 0%{?with_debug}
|
|
|
|
%global _find_debuginfo_dwz_opts %{nil}
|
|
|
|
%global _dwz_low_mem_die_limit 0
|
|
|
|
%else
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%global provider github
|
|
|
|
%global provider_tld com
|
|
|
|
%global project containers
|
|
|
|
%global repo conmon
|
|
|
|
# https://github.com/containers/conmon
|
|
|
|
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
|
2020-09-16 16:13:01 +00:00
|
|
|
%global commit0 59c2817b70746e78d5957d3c275e6385697224d1
|
2019-09-11 17:22:49 +00:00
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
%global git0 https://%{import_path}
|
|
|
|
|
2019-09-11 17:28:49 +00:00
|
|
|
# Used for comparing with latest upstream tag
|
|
|
|
# to decide whether to autobuild (non-rawhide only)
|
2020-09-02 13:02:52 +00:00
|
|
|
%global built_tag v2.0.20
|
2019-09-11 17:22:49 +00:00
|
|
|
|
|
|
|
Name: %{repo}
|
|
|
|
Epoch: 2
|
2020-09-08 22:12:25 +00:00
|
|
|
Version: 2.0.22
|
2020-09-16 16:13:01 +00:00
|
|
|
Release: 0.4.dev.git%{shortcommit0}%{?dist}
|
2019-09-11 17:22:49 +00:00
|
|
|
Summary: OCI container runtime monitor
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: %{git0}
|
|
|
|
Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: git
|
|
|
|
BuildRequires: glib2-devel
|
2020-05-25 13:00:04 +00:00
|
|
|
Requires: glib2
|
2019-09-11 17:22:49 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%autosetup -Sgit -n %{name}-%{commit0}
|
|
|
|
|
|
|
|
%build
|
2020-09-03 15:14:05 +00:00
|
|
|
%{__make} DEBUGTAG="enable_debug" all
|
2019-09-11 17:22:49 +00:00
|
|
|
|
|
|
|
%install
|
2019-10-22 01:20:38 +00:00
|
|
|
%{__make} PREFIX=%{buildroot}%{_prefix} install install.crio
|
2019-09-11 17:22:49 +00:00
|
|
|
|
|
|
|
#define license tag if not already defined
|
|
|
|
%{!?_licensedir:%global license %doc}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%license LICENSE
|
|
|
|
%doc README.md
|
|
|
|
%{_bindir}/%{name}
|
2019-10-22 01:20:38 +00:00
|
|
|
%{_libexecdir}/crio/%{name}
|
2019-09-11 17:22:49 +00:00
|
|
|
|
|
|
|
%changelog
|
2020-09-16 16:13:01 +00:00
|
|
|
* Wed Sep 16 16:12:47 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.22-0.4.dev.git59c2817
|
|
|
|
- autobuilt 59c2817
|
|
|
|
|
2020-09-15 13:13:06 +00:00
|
|
|
* Tue Sep 15 13:12:54 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.22-0.3.dev.gitd213bfa
|
|
|
|
- autobuilt d213bfa
|
|
|
|
|
2020-09-14 14:12:14 +00:00
|
|
|
* Mon Sep 14 14:12:03 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.22-0.2.dev.giteb93261
|
|
|
|
- autobuilt eb93261
|
|
|
|
|
2020-09-08 22:12:25 +00:00
|
|
|
* Tue Sep 8 22:12:10 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.22-0.1.dev.gitdd4fc17
|
|
|
|
- bump to 2.0.22
|
|
|
|
- autobuilt dd4fc17
|
|
|
|
|
2020-09-08 21:12:56 +00:00
|
|
|
* Tue Sep 8 21:12:42 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.21-0.11.dev.gitbc88ac5
|
|
|
|
- autobuilt bc88ac5
|
|
|
|
|
2020-09-03 14:13:57 +00:00
|
|
|
* Thu Sep 3 14:13:45 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.21-0.10.dev.git668b748
|
|
|
|
- autobuilt 668b748
|
|
|
|
|
2020-09-02 13:02:52 +00:00
|
|
|
* Wed Sep 02 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.0.21-0.9.dev.git1d7b3a5
|
|
|
|
- Resolves: #1786090 - build with -g for debuginfo
|
|
|
|
|
2020-08-27 14:14:37 +00:00
|
|
|
* Thu Aug 27 14:14:25 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.21-0.8.dev.git1d7b3a5
|
|
|
|
- autobuilt 1d7b3a5
|
|
|
|
|
2020-08-26 13:11:48 +00:00
|
|
|
* Wed Aug 26 13:11:37 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.21-0.7.dev.git6eb222d
|
|
|
|
- autobuilt 6eb222d
|
|
|
|
|
2020-08-25 15:11:45 +00:00
|
|
|
* Tue Aug 25 15:11:33 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.21-0.6.dev.git9d61f0f
|
|
|
|
- autobuilt 9d61f0f
|
|
|
|
|
2020-08-24 14:11:49 +00:00
|
|
|
* Mon Aug 24 14:11:36 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.21-0.5.dev.git76548e1
|
|
|
|
- autobuilt 76548e1
|
|
|
|
|
2020-08-21 15:10:49 +00:00
|
|
|
* Fri Aug 21 15:10:39 UTC 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.21-0.4.dev.git7ab6aa1
|
|
|
|
- autobuilt 7ab6aa1
|
|
|
|
|
2020-08-05 16:10:17 +00:00
|
|
|
* Wed Aug 05 16:10:09 GMT 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.21-0.3.dev.git5a6b2ac
|
|
|
|
- autobuilt 5a6b2ac
|
|
|
|
|
2020-08-04 19:14:46 +00:00
|
|
|
* Tue Aug 04 2020 Peter Hunt <pehunt@redhat.com> - 2:2.0.21-0.2.dev.gitfe1563c
|
|
|
|
- rebuild
|
|
|
|
|
2020-07-28 14:09:49 +00:00
|
|
|
* 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
|
|
|
|
|
2020-07-27 21:09:45 +00:00
|
|
|
* Mon Jul 27 21:09:33 GMT 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.20-0.3.dev.git5bc12e0
|
|
|
|
- autobuilt 5bc12e0
|
|
|
|
|
2020-07-27 14:29:08 +00:00
|
|
|
* 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
|
|
|
|
|
2020-07-15 18:09:43 +00:00
|
|
|
* 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
|
|
|
|
|
2020-07-15 17:09:50 +00:00
|
|
|
* Wed Jul 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.19-0.6.dev.git4fea27e
|
|
|
|
- autobuilt 4fea27e
|
|
|
|
|
2020-07-08 17:09:47 +00:00
|
|
|
* Wed Jul 08 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.19-0.5.dev.giteff699e
|
|
|
|
- autobuilt eff699e
|
|
|
|
|
2020-06-29 15:10:09 +00:00
|
|
|
* Mon Jun 29 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.19-0.4.dev.git9a1d403
|
|
|
|
- autobuilt 9a1d403
|
|
|
|
|
2020-06-22 18:10:55 +00:00
|
|
|
* Mon Jun 22 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.19-0.3.dev.git42414b8
|
|
|
|
- autobuilt 42414b8
|
|
|
|
|
2020-06-17 09:08:58 +00:00
|
|
|
* Wed Jun 17 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.19-0.2.dev.gitab8f5e5
|
|
|
|
- autobuilt ab8f5e5
|
|
|
|
|
2020-06-15 18:09:38 +00:00
|
|
|
* 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
|
|
|
|
|
2020-06-10 21:09:53 +00:00
|
|
|
* Wed Jun 10 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.18-0.8.dev.git2c32b99
|
|
|
|
- autobuilt 2c32b99
|
|
|
|
|
2020-06-08 21:09:22 +00:00
|
|
|
* Mon Jun 08 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.18-0.7.dev.gitf951578
|
|
|
|
- autobuilt f951578
|
|
|
|
|
2020-06-03 19:09:00 +00:00
|
|
|
* Wed Jun 03 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.18-0.6.dev.git50aeae4
|
|
|
|
- autobuilt 50aeae4
|
|
|
|
|
2020-06-03 10:09:03 +00:00
|
|
|
* Wed Jun 03 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.18-0.5.dev.gitf12e90b
|
|
|
|
- autobuilt f12e90b
|
|
|
|
|
2020-06-02 21:08:33 +00:00
|
|
|
* Tue Jun 02 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.18-0.4.dev.gitd951a5a
|
|
|
|
- autobuilt d951a5a
|
|
|
|
|
2020-06-01 14:08:55 +00:00
|
|
|
* Mon Jun 01 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.18-0.3.dev.git63d0e3d
|
|
|
|
- autobuilt 63d0e3d
|
|
|
|
|
2020-05-27 21:09:01 +00:00
|
|
|
* Wed May 27 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.18-0.2.dev.gitd0f367d
|
|
|
|
- autobuilt d0f367d
|
|
|
|
|
2020-05-26 16:08:45 +00:00
|
|
|
* 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
|
|
|
|
|
2020-05-26 14:09:18 +00:00
|
|
|
* Tue May 26 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.17-0.3.dev.git27eb304
|
|
|
|
- autobuilt 27eb304
|
|
|
|
|
2020-05-25 13:00:04 +00:00
|
|
|
* Mon May 25 2020 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.0.17-0.2.dev.git82e9358
|
|
|
|
- depend on glib2
|
|
|
|
|
2020-05-12 21:09:42 +00:00
|
|
|
* 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
|
|
|
|
|
2020-05-12 20:09:21 +00:00
|
|
|
* Tue May 12 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.16-0.4.dev.gitedd4aaa
|
|
|
|
- autobuilt edd4aaa
|
|
|
|
|
2020-05-12 19:07:52 +00:00
|
|
|
* Tue May 12 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.16-0.3.dev.git6fa9c2a
|
|
|
|
- autobuilt 6fa9c2a
|
|
|
|
|
2020-05-11 15:08:40 +00:00
|
|
|
* Mon May 11 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.16-0.2.dev.git42cb289
|
|
|
|
- autobuilt 42cb289
|
|
|
|
|
2020-04-02 18:07:58 +00:00
|
|
|
* 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
|
|
|
|
|
2020-04-01 12:08:17 +00:00
|
|
|
* Wed Apr 01 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.15-0.6.dev.gitb763fdd
|
|
|
|
- autobuilt b763fdd
|
|
|
|
|
2020-03-31 20:08:28 +00:00
|
|
|
* Tue Mar 31 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.15-0.5.dev.git9c9b3e7
|
|
|
|
- autobuilt 9c9b3e7
|
|
|
|
|
2020-03-30 19:08:01 +00:00
|
|
|
* Mon Mar 30 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.15-0.4.dev.git3ea6c68
|
|
|
|
- autobuilt 3ea6c68
|
|
|
|
|
2020-03-25 18:07:35 +00:00
|
|
|
* Wed Mar 25 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.15-0.3.dev.git89b2478
|
|
|
|
- autobuilt 89b2478
|
|
|
|
|
2020-03-23 13:03:37 +00:00
|
|
|
* Mon Mar 23 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.15-0.2.dev.gitff29dd6
|
|
|
|
- autobuilt ff29dd6
|
|
|
|
|
2020-03-20 16:11:17 +00:00
|
|
|
* 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
|
|
|
|
|
2020-03-20 13:11:25 +00:00
|
|
|
* Fri Mar 20 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.14-0.2.dev.git1b53637
|
|
|
|
- autobuilt 1b53637
|
|
|
|
|
2020-03-17 17:28:38 +00:00
|
|
|
* 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
|
|
|
|
|
2020-03-16 16:32:51 +00:00
|
|
|
* 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
|
|
|
|
|
2020-02-11 04:12:20 +00:00
|
|
|
* Tue Feb 11 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.11-0.6.dev.git86aa80b
|
|
|
|
- autobuilt 86aa80b
|
|
|
|
|
2020-01-28 14:42:07 +00:00
|
|
|
* 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
|
|
|
|
|
2020-01-15 17:10:30 +00:00
|
|
|
* Wed Jan 15 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.11-0.4.dev.git77f4a51
|
|
|
|
- autobuilt 77f4a51
|
|
|
|
|
2020-01-14 17:11:17 +00:00
|
|
|
* Tue Jan 14 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.11-0.3.dev.gitccfdbb6
|
|
|
|
- autobuilt ccfdbb6
|
|
|
|
|
2020-01-11 23:10:52 +00:00
|
|
|
* Sat Jan 11 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.11-0.2.dev.git5039b44
|
|
|
|
- autobuilt 5039b44
|
|
|
|
|
2020-01-08 12:10:17 +00:00
|
|
|
* 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
|
|
|
|
|
2020-01-07 18:10:18 +00:00
|
|
|
* Tue Jan 07 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.10-0.3.dev.git26f6817
|
|
|
|
- autobuilt 26f6817
|
|
|
|
|
2020-01-07 10:09:58 +00:00
|
|
|
* Tue Jan 07 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.10-0.2.dev.git6e39a83
|
|
|
|
- autobuilt 6e39a83
|
|
|
|
|
2020-01-06 18:10:02 +00:00
|
|
|
* 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
|
|
|
|
|
2020-01-06 14:10:06 +00:00
|
|
|
* Mon Jan 06 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.9-0.3.dev.git1560392
|
|
|
|
- autobuilt 1560392
|
|
|
|
|
2019-12-20 19:09:57 +00:00
|
|
|
* Fri Dec 20 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.9-0.2.dev.gitb17d81b
|
|
|
|
- autobuilt b17d81b
|
|
|
|
|
2019-12-13 20:10:10 +00:00
|
|
|
* 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
|
|
|
|
|
2019-12-13 00:10:12 +00:00
|
|
|
* Fri Dec 13 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.8-0.2.dev.gitc8f7443
|
|
|
|
- autobuilt c8f7443
|
|
|
|
|
2019-12-12 19:10:11 +00:00
|
|
|
* 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
|
|
|
|
|
2019-12-12 15:10:09 +00:00
|
|
|
* Thu Dec 12 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.7-0.3.dev.git4100fb2
|
|
|
|
- autobuilt 4100fb2
|
|
|
|
|
2019-12-12 12:10:55 +00:00
|
|
|
* Thu Dec 12 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.7-0.2.dev.git95ed45a
|
|
|
|
- autobuilt 95ed45a
|
|
|
|
|
2019-12-11 18:13:39 +00:00
|
|
|
* 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
|
|
|
|
|
2019-12-11 14:10:03 +00:00
|
|
|
* Wed Dec 11 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.6-0.2.dev.gitba14d9c
|
|
|
|
- autobuilt ba14d9c
|
|
|
|
|
2019-12-10 19:10:01 +00:00
|
|
|
* 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
|
|
|
|
|
2019-12-10 16:10:13 +00:00
|
|
|
* Tue Dec 10 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.5-0.2.dev.gitc792503
|
|
|
|
- autobuilt c792503
|
|
|
|
|
2019-12-09 18:15:06 +00:00
|
|
|
* 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
|
|
|
|
|
2019-12-02 17:10:38 +00:00
|
|
|
* Mon Dec 02 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.4-0.3.dev.gitdf8c6aa
|
|
|
|
- autobuilt df8c6aa
|
|
|
|
|
2019-11-29 12:11:14 +00:00
|
|
|
* Fri Nov 29 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.4-0.2.dev.git42bce45
|
|
|
|
- autobuilt 42bce45
|
|
|
|
|
2019-11-11 21:15:29 +00:00
|
|
|
* 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
|
|
|
|
|
2019-11-11 15:15:31 +00:00
|
|
|
* Mon Nov 11 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.3-0.3.dev.git098fcce
|
|
|
|
- autobuilt 098fcce
|
|
|
|
|
2019-11-07 20:37:30 +00:00
|
|
|
* Thu Nov 07 2019 RH Container Bot <rhcontainerbot@fedoraproject.org> - 2:2.0.3-0.2.dev.git002da25
|
|
|
|
- autobuilt 002da25
|
|
|
|
|
2019-10-22 01:20:38 +00:00
|
|
|
* Mon Oct 21 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.0.3-0.1.dev.gitbc758d8
|
|
|
|
- built commit bc758d8
|
|
|
|
|
2019-09-25 12:55:42 +00:00
|
|
|
* Wed Sep 25 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.0.2-0.1.dev.git422ce21
|
|
|
|
- build latest upstream master
|
|
|
|
|
2019-09-11 17:22:49 +00:00
|
|
|
* Tue Sep 10 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.0.0-2
|
|
|
|
- remove BR: go-md2man since no manpages yet
|
|
|
|
|
|
|
|
* Tue Sep 10 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:2.0.0-1
|
|
|
|
- bump to v2.0.0
|
|
|
|
|
|
|
|
* Fri May 31 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:0.2.0-1
|
|
|
|
- initial package
|