forked from pool/conmon
Accepting request 863391 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/863391 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conmon?expand=0&rev=18
This commit is contained in:
parent
ab1614315b
commit
a8c78212b6
2
_service
2
_service
@ -4,7 +4,7 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
|
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
|
||||||
<param name="revision">v2.0.21</param>
|
<param name="revision">v2.0.22</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/containers/conmon</param>
|
<param name="url">https://github.com/containers/conmon</param>
|
||||||
<param name="changesrevision">35a2fa83022e56e18af7e6a865ba5d7165fa2a4a</param></service></servicedata>
|
<param name="changesrevision">9c34a8663b85e479e0c083801e89a2b2835228ed</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cb759021738748c3fa6466541e93d64e65c6a91aa84142828dad99891285c7a6
|
|
||||||
size 49508
|
|
3
conmon-2.0.22.tar.xz
Normal file
3
conmon-2.0.22.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8b0e58c54328a7752f6f0b43e2ad02d9352ea6d0d6c093f5e8bd9a68a53eb3d6
|
||||||
|
size 87968
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 12 08:10:52 UTC 2021 - sgrunert@suse.com
|
||||||
|
|
||||||
|
- Update to version 2.0.22:
|
||||||
|
* added man page
|
||||||
|
* attach: always chdir
|
||||||
|
* conn_sock: Explicitly free a heap-allocated string
|
||||||
|
* refactor I/O and add SD_NOTIFY proxy support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 21 07:06:04 UTC 2020 - dmueller@suse.com
|
Mon Sep 21 07:06:04 UTC 2020 - dmueller@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package conmon
|
# spec file for package conmon
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: conmon
|
Name: conmon
|
||||||
Version: 2.0.21
|
Version: 2.0.22
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An OCI container runtime monitor
|
Summary: An OCI container runtime monitor
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -25,6 +25,7 @@ Group: System/Management
|
|||||||
URL: https://github.com/containers/conmon
|
URL: https://github.com/containers/conmon
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
|
BuildRequires: golang(API) >= 1.15
|
||||||
BuildRequires: pkgconfig(libsystemd)
|
BuildRequires: pkgconfig(libsystemd)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -45,5 +46,6 @@ runc or crun) for a single container.
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
%{_mandir}/man8/conmon*.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user