Accepting request 998608 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/998608 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conmon?expand=0&rev=25
This commit is contained in:
commit
362e55a281
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
|
||||
<param name="revision">v2.1.2</param>
|
||||
<param name="revision">v2.1.3</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ac9d7d9f088895c87e365240d72cff27ab557fd2d62e776d32c1e66abe4445c
|
||||
size 139304
|
3
conmon-2.1.3.tar.xz
Normal file
3
conmon-2.1.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c342e622ca2cef60cc6d32d823f82ac5794b421c849b5d346f7e10184dbf71ba
|
||||
size 140044
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 17 20:16:56 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2.1.3:
|
||||
* Port conmon to FreeBSD
|
||||
* Stop using g_unix_signal_add() to avoid threads
|
||||
* Rename CLI optionlog-size-global-max to log-global-size-max
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 29 06:05:57 UTC 2022 - Enrico Belleri <idesmi@protonmail.com>
|
||||
|
||||
|
@ -17,15 +17,15 @@
|
||||
|
||||
|
||||
Name: conmon
|
||||
Version: 2.1.2
|
||||
Version: 2.1.3
|
||||
Release: 0
|
||||
Summary: An OCI container runtime monitor
|
||||
License: Apache-2.0
|
||||
Group: System/Management
|
||||
URL: https://github.com/containers/conmon
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: golang(API) >= 1.16
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: golang(API) = 1.18
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(libseccomp)
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
|
Loading…
Reference in New Issue
Block a user