From 461ae91019e0715b43a36730beb0133b5e02cf62 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 24 Jan 2025 14:26:02 +0000 Subject: [PATCH] 2.6.0 --- .abf.yml | 2 +- libseccomp.spec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.abf.yml b/.abf.yml index ac75a83..c3fb86b 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - libseccomp-2.5.1.tar.gz: 6069b720219400d8369f567af30cd2ad06ad938e + libseccomp-2.6.0.tar.gz: 2eb0222d379756bd5f0a52c0488a20e3311bbf00 diff --git a/libseccomp.spec b/libseccomp.spec index 4ed0870..7ad681f 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -4,12 +4,12 @@ Summary: Enhanced seccomp library Name: libseccomp -Version: 2.5.1 +Version: 2.6.0 Release: 1 License: LGPLv2 Group: System/Libraries -Url: https://github.com/seccomp/libseccomp -Source0: https://github.com/seccomp/libseccomp/releases/download/v%{version}/%{name}-%{version}.tar.gz +URL: https://github.com/seccomp/libseccomp +Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gperf %description