From cca6bc092d5451821b6bb70dfb2a868d1bb62d20 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 16 Jun 2021 11:55:56 +0100 Subject: [PATCH] Rebuild for updated pcre2 The package fails to install in Rawhide at the moment with: DEBUG util.py:444: Error: DEBUG util.py:444: Problem: package util-linux-2.37-2.fc35.x86_64 requires util-linux-core = 2.37-2.fc35, but none of the providers can be installed DEBUG util.py:444: - conflicting requests DEBUG util.py:444: - nothing provides libpcre2-posix.so.2()(64bit) needed by util-linux-core-2.37-2.fc35.x86_64 This is my attempt to see if I can fix this with a simple rebuild. If not I will file a bug. --- util-linux.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/util-linux.spec b/util-linux.spec index 9df0647..a1f80f5 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -2,7 +2,7 @@ Summary: Collection of basic system utilities Name: util-linux Version: 2.37 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 and GPLv2+ and LGPLv2+ and BSD with advertising and Public Domain URL: https://en.wikipedia.org/wiki/Util-linux @@ -960,6 +960,9 @@ fi %{_libdir}/python*/site-packages/libmount/ %changelog +* Wed Jun 16 2021 Richard W.M. Jones - 2.37-3 +- Rebuild for updated pcre2 + * Fri Jun 04 2021 Python Maint - 2.37-2 - Rebuilt for Python 3.10