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)