From eae0ad6ed8e228d3522b1882b98faf4df0e700302de09426d196f582a293a6e8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 9 Feb 2021 23:18:04 +0000 Subject: [PATCH] - update to 2.48: * More uniform use of $(MAKE) in Makefiles * No longer include symlinks in the git tree * Provide support for make GOLANG=no ... * Provide support for pointing at a specific build of the go binary * camelCase the contrib/seccomp/explore.go program * A number of documentation fixes to man pages and source code comments * Last use of GO major version 0 OBS-URL: https://build.opensuse.org/package/show/Base:System/libcap?expand=0&rev=55 --- libcap-2.47.tar.xz | 3 --- libcap-2.48.tar.xz | 3 +++ libcap.changes | 12 ++++++++++++ libcap.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 libcap-2.47.tar.xz create mode 100644 libcap-2.48.tar.xz diff --git a/libcap-2.47.tar.xz b/libcap-2.47.tar.xz deleted file mode 100644 index e418ead..0000000 --- a/libcap-2.47.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:af165df45f9fe8b315164ec7143740947489f36ccbe6999b6cdf86e7a8dca04b -size 131960 diff --git a/libcap-2.48.tar.xz b/libcap-2.48.tar.xz new file mode 100644 index 0000000..daa3358 --- /dev/null +++ b/libcap-2.48.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4de9590ee09a87c282d558737ffb5b6175ccbfd26d580add10df44d0f047f6c2 +size 132280 diff --git a/libcap.changes b/libcap.changes index 03f84aa..fe14316 100644 --- a/libcap.changes +++ b/libcap.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Feb 9 23:16:17 UTC 2021 - Dirk Müller + +- update to 2.48: + * More uniform use of $(MAKE) in Makefiles + * No longer include symlinks in the git tree + * Provide support for make GOLANG=no ... + * Provide support for pointing at a specific build of the go binary + * camelCase the contrib/seccomp/explore.go program + * A number of documentation fixes to man pages and source code comments + * Last use of GO major version 0 + ------------------------------------------------------------------- Wed Jan 27 07:53:21 UTC 2021 - Dirk Müller diff --git a/libcap.spec b/libcap.spec index 9381d8c..005bb8a 100644 --- a/libcap.spec +++ b/libcap.spec @@ -17,7 +17,7 @@ Name: libcap -Version: 2.47 +Version: 2.48 Release: 0 Summary: Library for Capabilities (linux-privs) Support License: BSD-3-Clause AND GPL-2.0-only