Accepting request 1037629 from home:dancermak:branches:devel:microos
New upstream release 2.1.5 OBS-URL: https://build.opensuse.org/request/show/1037629 OBS-URL: https://build.opensuse.org/package/show/devel:microos/conmon?expand=0&rev=9
This commit is contained in:
parent
a97f9bad47
commit
976ddf6131
@ -15,7 +15,7 @@ Signed-off-by: Fabian Vogt <fvogt@suse.de>
|
||||
1 file changed, 2 deletions(-)
|
||||
|
||||
diff --git a/tools/Makefile b/tools/Makefile
|
||||
index 25783ae..0211016 100644
|
||||
index 25783aef..0211016a 100644
|
||||
--- a/tools/Makefile
|
||||
+++ b/tools/Makefile
|
||||
@@ -1,5 +1,3 @@
|
||||
@ -24,6 +24,3 @@ index 25783ae..0211016 100644
|
||||
GO := go
|
||||
|
||||
BUILDDIR := build
|
||||
--
|
||||
2.38.0
|
||||
|
||||
|
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.3</param>
|
||||
<param name="revision">v2.1.5</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:c342e622ca2cef60cc6d32d823f82ac5794b421c849b5d346f7e10184dbf71ba
|
||||
size 140044
|
3
conmon-2.1.5.tar.xz
Normal file
3
conmon-2.1.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68aacc02ef86e8eb96593e75f9bf3be703cbbe46173fec90d81f064a894c0de8
|
||||
size 140364
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 23 14:43:15 UTC 2022 - Dan Čermák <dcermak@suse.com>
|
||||
|
||||
- New upstream release 2.1.5:
|
||||
|
||||
Bug Fixes
|
||||
|
||||
don't leak syslog_identifier
|
||||
logging: do not read more that the buf size
|
||||
logging: fix error handling
|
||||
|
||||
Misc
|
||||
|
||||
Makefile: Fix install for FreeBSD
|
||||
signal: Track changes to get_signal_descriptor in the FreeBSD version
|
||||
Packit: initial enablement
|
||||
|
||||
- New upstream release 2.1.4:
|
||||
|
||||
Bug fixes
|
||||
|
||||
Fix a bug where conmon crashed when it got a SIGCHLD
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 4 14:35:09 UTC 2022 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: conmon
|
||||
Version: 2.1.3
|
||||
Version: 2.1.5
|
||||
Release: 0
|
||||
Summary: An OCI container runtime monitor
|
||||
License: Apache-2.0
|
||||
@ -25,7 +25,7 @@ Group: System/Management
|
||||
URL: https://github.com/containers/conmon
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
# https://github.com/containers/conmon/pull/364
|
||||
Patch1: 0001-Fix-tools-Makefile-with-GNU-make-4.4.patch
|
||||
Patch1: %{URL}/pull/364.patch#./0001-Fix-tools-Makefile-with-GNU-make-4.4.patch
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: golang(API) = 1.18
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
|
Loading…
Reference in New Issue
Block a user