From bb9f0eb18d1e20295428fc9b8daff9ff5f32c60f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Poho=C5=99elsk=C3=BD?= Date: Tue, 27 Apr 2021 16:15:28 +0200 Subject: [PATCH] Switch to bundled gnulib Resolves: #1952815 --- psutils.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/psutils.spec b/psutils.spec index dd133fb..88297f8 100644 --- a/psutils.spec +++ b/psutils.spec @@ -1,9 +1,9 @@ # Unbundle gnulib -%bcond_without psutils_enables_unbundling_gnulib +#%%bcond_without psutils_enables_unbundling_gnulib Name: psutils Version: 2.04 -Release: 3%{?dist} +Release: 4%{?dist} Summary: PostScript utilities # COPYING: GPLv3 text # epsffit.1: GPLv3+ @@ -144,6 +144,10 @@ make check %{?_smp_mflags} %changelog +* Tue Apr 27 2021 Ondřej Pohořelský - 2.04-4 +- Switch to bundled gnulib +- Resolves: #1952815 + * Fri Apr 16 2021 Mohan Boddu - 2.04-3 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937