public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/runc] f45: Restore libpathrs support
@ 2026-09-26 23:17 Bradley G Smith
  0 siblings, 0 replies; only message in thread
From: Bradley G Smith @ 2026-09-26 23:17 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/runc
            Branch : f45
            Commit : 31b30e6bf50d805df8b413a089d3a6184b9b9dfe
            Author : Bradley G Smith <bradley.g.smith@gmail.com>
            Date   : 2026-09-26T15:16:54-07:00
            Stats  : +5/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/runc/c/31b30e6bf50d805df8b413a089d3a6184b9b9dfe?branch=f45

            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:17 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:17 [rpms/runc] f45: 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