From 9c485d356af4eedc11981418049aec575495a509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Mon, 20 Feb 2023 06:40:48 +0000 Subject: [PATCH] Fix FTI, bug https://bugzilla.redhat.com/show_bug.cgi?id=2171353 --- dpkg.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dpkg.spec b/dpkg.spec index 2f35c83..db78e5d 100644 --- a/dpkg.spec +++ b/dpkg.spec @@ -178,6 +178,9 @@ user interfaces. %prep %autosetup -p1 +#fix for https://bugzilla.redhat.com/show_bug.cgi?id=2171353 +sed -i 's/use at/at/' scripts/dpkg-source.pl + # Filter unwanted Requires: cat << \EOF > %{name}-req #!/bin/sh @@ -573,7 +576,7 @@ make VERBOSE=1 TESTSUITEFLAGS=--verbose \ - More clean up of el6 builds * Thu Nov 14 2019 Sérgio Basto - 1.19.7-1 -- Upgrade dpkg to 1.19.x 1.19.7 +- Upgrade dpkg to 1.19.x, 1.19.7 - Won't be possible build on el7 - Remove hacks for tar <= 1.28 on el7 (patch 3) - Remove hacks buil on el6 (patch 2)