public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Steve Grubb <sgrubb@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/libcap-ng] f44: New upstream feature release
Date: Fri, 21 Aug 2026 03:34:13 GMT	[thread overview]
Message-ID: <178728325391.1.15701903382062931983.rpms-libcap-ng-700e4c66539f@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/libcap-ng
Branch : f44
Commit : 700e4c66539f62e8ccf10369b911f0c80ef54f52
Author : Steve Grubb <sgrubb@redhat.com>
Date   : 2026-08-20T16:12:43-04:00
Stats  : +12/-7 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/libcap-ng/c/700e4c66539f62e8ccf10369b911f0c80ef54f52?branch=f44

Log:
New upstream feature release

---
diff --git a/.gitignore b/.gitignore
index 9f6a9be..765397d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@ libcap-ng-0.6.4.tar.gz
 /libcap-ng-0.9.1.tar.gz
 /libcap-ng-0.9.2.tar.gz
 /libcap-ng-0.9.3.tar.gz
+/libcap-ng-0.9.4.tar.gz

diff --git a/libcap-ng.spec b/libcap-ng.spec
index 76d9297..cac81fe 100644
--- a/libcap-ng.spec
+++ b/libcap-ng.spec
@@ -1,13 +1,11 @@
 %global bpf_supported_arches aarch64 x86_64 ppc64le riscv64 s390x
 Summary: Alternate posix capabilities library
 Name: libcap-ng
-Version: 0.9.3
-Release: 5%{?dist}
+Version: 0.9.4
+Release: 1%{?dist}
 License: LGPL-2.0-or-later
 URL: https://github.com/stevegrubb/libcap-ng
 Source0: %{name}-%{version}.tar.gz
-# https://github.com/stevegrubb/libcap-ng/pull/81.patch
-Patch0: 0001-cap-audit-allow-supplying-vmlinux.h-for-reproducible.patch
 
 BuildRequires: gcc make
 BuildRequires: autoconf automake libtool
@@ -63,7 +61,6 @@ to determine the necessary capabilities for a program.
 %prep
 %setup -q
 touch -d @${SOURCE_DATE_EPOCH:?} NEWS
-%patch -P 0 -p1
 
 %build
 # Locate suitable vmlinux.h. In normal builds under mock,
@@ -74,7 +71,7 @@ vmlinux_h="$(ls -1 /usr/src/kernels/*/vmlinux.h | sort -g | tail -n 1)"
 autoreconf -fv --install
 %configure --libdir=%{_libdir} \
 %ifarch %{bpf_supported_arches}
-	 --enable-cap-audit=yes \
+	--enable-cap-audit=yes \
 	--with-vmlinux-h-path="${vmlinux_h}" \
 	--with-vmlinux-h=provided \
 %endif
@@ -124,12 +121,19 @@ make check
 %attr(0644,root,root) %{_mandir}/man8/netcap.8.gz
 %attr(0644,root,root) %{_mandir}/man8/pscap.8.gz
 %attr(0644,root,root) %{_datadir}/bash-completion/completions/libcap-ng.bash_completion
+%{_datadir}/bash-completion/completions/cap-audit
+%{_datadir}/bash-completion/completions/filecap
+%{_datadir}/bash-completion/completions/netcap
+%{_datadir}/bash-completion/completions/pscap
 %ifarch %{bpf_supported_arches}
 %attr(0755,root,root) %{_bindir}/cap-audit
 %attr(0644,root,root) %{_mandir}/man8/cap-audit.8.gz
 %endif
 
 %changelog
+* Thu Aug 20 2026 Steve Grubb <sgrubb@redhat.com> 0.9.4-1
+- New upstream feature release
+
 * Mon Aug 03 2026 Zbigniew Jędrzejewski-Szmek  <zbyszek@in.waw.pl> - 0.9.4-5
 - Use provided vmlinux.h to improve build reproducibility
 

diff --git a/sources b/sources
index 9c63e13..28e92b6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libcap-ng-0.9.3.tar.gz) = cbe6e322a6349dcd2b23833c4f66a173d5d8d36ccded782e79fa8b83a1a700da293e0a79a31408814f19cf788fd56726beb587f51314a92c135e05eb2e5a47e2
+SHA512 (libcap-ng-0.9.4.tar.gz) = e361aa2d1213206560c50bd4953704c68e4c877da55c9bdb167c69a2431ce8c360839699c9cd6d873d1b1c3bbb044bc3625a5e01581789921ee4d3d737db5109

             reply	other threads:[~2026-08-21  3:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-21  3:34 Steve Grubb [this message]
2026-08-21  3:34 [rpms/libcap-ng] f44: New upstream feature release Steve Grubb
2026-08-21  3:34 Steve Grubb

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=178728325391.1.15701903382062931983.rpms-libcap-ng-700e4c66539f@fedoraproject.org \
    --to=sgrubb@redhat.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