public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Bradley G Smith <bradley.g.smith@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/runc] f44: Restore libpathrs support
Date: Sat, 26 Sep 2026 23:33:12 GMT	[thread overview]
Message-ID: <179046559201.1.7873264218010328545.rpms-runc-e907d9ee3042@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-09-26 23:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=179046559201.1.7873264218010328545.rpms-runc-e907d9ee3042@fedoraproject.org \
    --to=bradley.g.smith@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox