]> git.pld-linux.org Git - packages/conmon.git/blobdiff - conmon.spec
up to 2.1.4
[packages/conmon.git] / conmon.spec
index 3a765e34bdd3afc52691758a22773505005d309e..5dd33fd0a0dd287a9be727eca3a5e3ece73adf9f 100644 (file)
@@ -1,16 +1,19 @@
 Summary:       OCI container runtime monitor
 Name:          conmon
-Version:       2.0.28
+Version:       2.1.4
 Release:       1
 License:       Apache v2.0
 Group:         Applications/System
 #Source0Download: https://github.com/containers/conmon/releases
 Source0:       https://github.com/containers/conmon/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 2df94ce2d0a6a01d16a4cc5c31c2814d
+# Source0-md5: 84738e50cbefcc10ca3b9ea479540157
 URL:           https://github.com/containers/conmon
 BuildRequires: glib2-devel
+BuildRequires: go-md2man
+BuildRequires: libseccomp-devel >= 2.5.2
 BuildRequires: pkgconfig
 BuildRequires: systemd-devel
+Requires:      libseccomp >= 2.5.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -21,11 +24,19 @@ or crun) for a single container.
 %prep
 %setup -q
 
+%{__rm} -r tools/vendor
+
 %build
+# prevent build of go-md2man
+install -d tools/build
+: > tools/build/go-md2man
 %{__make} \
        CC="%{__cc}" \
        CFLAGS="%{rpmcppflags} %{rpmcflags}" \
-       LDLAGS="%{rpmldflags}"
+       LDLAGS="%{rpmldflags}" \
+
+%{__make} docs \
+        GOMD2MAN=/usr/bin/go-md2man
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.056278 seconds and 4 git commands to generate.