From 7bd0d846b17584c9df5b90833c338cadf736b4e1 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 11:43:48 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libseccomp.git#282423f64b350872534fae202ac561eeacadcde1 --- libseccomp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libseccomp.spec b/libseccomp.spec index 0212a69..8c4246c 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -1,6 +1,6 @@ Name: libseccomp Version: 2.5.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Enhanced seccomp library License: LGPLv2 URL: https://github.com/seccomp/libseccomp @@ -96,6 +96,9 @@ rm -f tests/36-sim-ipc_syscalls.tests tests/37-sim-ipc_syscalls_be.tests %{_libdir}/libseccomp.a %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 2.5.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Aug 05 2020 Neal Gompa - 2.5.0-3 - Apply fixes to change internal handling of the notification fd (#1865802)