Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0aa58f58f1 |
3 changed files with 7 additions and 18 deletions
|
|
@ -1,13 +0,0 @@
|
|||
diff --git a/libcap/Makefile b/libcap/Makefile
|
||||
index f0eb87e..e90a950 100644
|
||||
--- a/libcap/Makefile
|
||||
+++ b/libcap/Makefile
|
||||
@@ -80,7 +80,7 @@ $(PSXTITLE).pc: $(PSXTITLE).pc.in
|
||||
$< >$@
|
||||
|
||||
_makenames: _makenames.c cap_names.list.h
|
||||
- $(BUILD_CC) $(BUILD_CFLAGS) $(BUILD_CPPFLAGS) $< -o $@ $(BUILD_LDFLAGS)
|
||||
+ $(BUILD_CC) $(BUILD_CFLAGS) $(BUILD_CPPFLAGS) $< -o $@
|
||||
|
||||
cap_names.h: _makenames
|
||||
./_makenames > cap_names.h
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
Name: libcap
|
||||
Version: 2.77
|
||||
Release: 3%{?dist}
|
||||
Version: 2.78
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for getting and setting POSIX.1e capabilities
|
||||
URL: https://sites.google.com/site/fullycapable/
|
||||
License: BSD-3-Clause OR GPL-2.0-only
|
||||
|
|
@ -8,7 +8,6 @@ License: BSD-3-Clause OR GPL-2.0-only
|
|||
Source0: https://mirrors.edge.kernel.org/pub/linux/libs/security/linux-privs/libcap2/%{name}-%{version}.tar.gz
|
||||
Source1: https://mirrors.edge.kernel.org/pub/linux/libs/security/linux-privs/libcap2/%{name}-%{version}.tar.sign
|
||||
Source2: https://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git/plain/keys/29EE848AE2CCF3F4.asc
|
||||
Patch0: _makenames-build.patch
|
||||
|
||||
BuildRequires: pam-devel gcc
|
||||
BuildRequires: make
|
||||
|
|
@ -122,6 +121,9 @@ chmod +x %{buildroot}/%{_libdir}/*.so.*
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Apr 06 2026 Carlos Rodriguez-Fernandez <carlosrodrifernandez@gmail.com> - 2.78-1
|
||||
- Update to 2.78 (rhbz#2455366)
|
||||
|
||||
* Tue Feb 03 2026 Maxwell G <maxwell@gtmx.me> - 2.77-3
|
||||
- Rebuild for https://fedoraproject.org/wiki/Changes/golang1.26
|
||||
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (libcap-2.77.tar.gz) = e5471afc4f149a8330e6df07effe58cac44d8a773b1fff0686e7039c41888e33402e1942fe5271a142e159a6088abbdbb7a82133389b3a9351749c2bf797b6b8
|
||||
SHA512 (libcap-2.77.tar.sign) = c362eefb80bbc110b7d7c676cc2b37e04bd3dab1b8b4577d62a0774b6300258743156c57102e8dc11c35d2ea876053dc57eae44197137273413b959df33ef0c0
|
||||
SHA512 (libcap-2.78.tar.gz) = e2fcbddbdc47f76b926a2e4392fc425b626acdcd1fc65b9964f22a56884cf22b450a20ded624fd3d0666ac38fee8ce914a3a776bb4d9d3a4556838b5a1214953
|
||||
SHA512 (libcap-2.78.tar.sign) = 8924ab5d0a1ecd1a01bb03b4554753a1e9da48512a7c311f5ae2eb9ddc3e690f1639ccfe7c374542404e2e3a6a28cd1f41b92e4839eb84a1292e3c6ed8985df5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue