From 904ec0244c22baf8ac7f3ceb2073c9adc7f604bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Poho=C5=99elsk=C3=BD?= Date: Wed, 3 Jul 2024 10:55:45 +0200 Subject: [PATCH] Don't copy configure~ into psutils-tests package Related: RHEL-45222 --- psutils.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/psutils.spec b/psutils.spec index 348adee..696abcb 100644 --- a/psutils.spec +++ b/psutils.spec @@ -3,7 +3,7 @@ Name: psutils Version: 2.10 -Release: 6%{?dist} +Release: 7%{?dist} Summary: PostScript utilities # COPYING: GPLv3 text # epsffit.1: GPLv3+ @@ -126,7 +126,7 @@ autoreconf -fi %{make_install} # Install tests mkdir -p %{buildroot}%{_libexecdir}/%{name} -cp -a aclocal.m4 build-aux config.status configure* m4 Makefile* tests %{buildroot}%{_libexecdir}/%{name} +cp -a aclocal.m4 build-aux config.status configure configure.ac m4 Makefile* tests %{buildroot}%{_libexecdir}/%{name} printf '#!/bin/sh\nexec "$@"\n' > %{buildroot}%{_libexecdir}/%{name}/pre-inst-env chmod +x %{buildroot}%{_libexecdir}/%{name}/pre-inst-env cat > %{buildroot}%{_libexecdir}/%{name}/test << 'EOF' @@ -177,6 +177,10 @@ make check %{?_smp_mflags} %{_libexecdir}/%{name} %changelog +* Wed Jul 03 2024 Ondřej Pohořelský - 2.10-7 +- Don't copy configure~ into psutils-tests package +- Related: RHEL-45222 + * Wed Jul 03 2024 Ondřej Pohořelský - 2.10-6 - Use bundled gnulib on RHEL - Resolves: RHEL-45222