public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/runc] f44: Restore libpathrs support
@ 2026-09-26 23:33 Bradley G Smith
0 siblings, 0 replies; only message in thread
From: Bradley G Smith @ 2026-09-26 23:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/runc
Branch : f44
Commit : e907d9ee30422a4c87a8c44c0fb1e2e6ff230bd4
Author : Bradley G Smith <bradley.g.smith@gmail.com>
Date : 2026-09-26T16:19:34-07:00
Stats : +5/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/runc/c/e907d9ee30422a4c87a8c44c0fb1e2e6ff230bd4?branch=f44
Log:
Restore libpathrs support
- Align Buildtags with upstream: drop urfave_cli_no_docs, add libpathrs
- Add necessary (build)requires supporting libpathrs
---
diff --git a/runc.spec b/runc.spec
index 58c506f..68f3abf 100644
--- a/runc.spec
+++ b/runc.spec
@@ -24,8 +24,11 @@ Source2: go-vendor-tools.toml
BuildRequires: go-vendor-tools
BuildRequires: go-md2man
+BuildRequires: libpathrs-devel
BuildRequires: pkgconfig(libseccomp)
+Requires: libpathrs
+
Provides: oci-runtime
Recommends: container-selinux >= 2:2.85-1
@@ -47,7 +50,8 @@ tar -xf %{S:1}
%build
%global gomodulesmode GO111MODULE=on
-export GO_BUILDTAGS="seccomp urfave_cli_no_docs"
+export GO_BUILDTAGS="seccomp libpathrs"
+export GO_LDFLAGS=" -X main.gitCommit=%{release} "
%gobuild -o %{gobuilddir}/bin/runc %{goipath}
# generate man files
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-26 23:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-26 23:33 [rpms/runc] f44: Restore libpathrs support Bradley G Smith
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox