From cd5630d339b6a22bb41d220c76d69fee31ad1210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Fri, 14 May 2021 20:49:10 +0100 Subject: [PATCH] Drop requirement of perl(MIME::Lite) --- dpkg.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dpkg.spec b/dpkg.spec index 855be41..188d71c 100644 --- a/dpkg.spec +++ b/dpkg.spec @@ -90,8 +90,6 @@ Requires: binutils Requires: bzip2 Requires: lzma Requires: xz -#https://bugzilla.redhat.com/show_bug.cgi?id=1678637 -Requires: perl(MIME::Lite) # dpkg-architecture -qDEB_HOST_GNU_TYPE relies on cc -dumpmachine Requires: gcc Obsoletes: dpkg-devel < 1.16 @@ -470,6 +468,9 @@ make VERBOSE=1 TESTSUITEFLAGS=--verbose \ %changelog +* Fri May 14 2021 Sérgio Basto +- Drop requirement of perl(MIME::Lite) + * Mon May 10 2021 Sérgio Basto - 1.20.9-1 - Update to 1.20.9 (#1949336) - flex is not required anymore, doxygen is only needed if you call make doc