From 82e8bb0f48abcb4c86634bfe2341fc42f22e7c49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Thu, 16 Feb 2023 12:15:57 +0000 Subject: [PATCH] rearrange buildrequires --- dpkg.spec | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/dpkg.spec b/dpkg.spec index aff2265..2f35c83 100644 --- a/dpkg.spec +++ b/dpkg.spec @@ -22,13 +22,23 @@ Patch1: cputable_ppc64le.patch Patch2: ostable_armv7hl.patch +BuildRequires: autoconf +BuildRequires: automake BuildRequires: gcc-c++ +BuildRequires: gettext +BuildRequires: gettext-devel BuildRequires: make -BuildRequires: zlib-devel bzip2-devel libselinux-devel gettext ncurses-devel libmd-devel libzstd-devel -BuildRequires: autoconf automake gettext-devel libtool -BuildRequires: doxygen xz-devel -BuildRequires: po4a >= 0.59 +BuildRequires: libtool +BuildRequires: bzip2-devel +BuildRequires: doxygen BuildRequires: dotconf-devel +BuildRequires: libmd-devel +BuildRequires: libselinux-devel +BuildRequires: libzstd-devel +BuildRequires: ncurses-devel +BuildRequires: po4a >= 0.59 +BuildRequires: xz-devel +BuildRequires: zlib-devel # for /usr/bin/perl BuildRequires: perl-interpreter BuildRequires: perl-devel @@ -37,8 +47,6 @@ BuildRequires: perl-Time-Piece BuildRequires: perl(Digest) # for /usr/bin/pod2man BuildRequires: perl-podlators -# Needed for --clamp-mtime in dpkg-source -b. -Requires: tar >= 2:1.28 # Need by make check BuildRequires: perl(Test::More) BuildRequires: perl(IPC::Cmd) @@ -50,6 +58,8 @@ BuildRequires: perl(Tie::Handle) BuildRequires: fakeroot Requires(post): coreutils +# Needed for --clamp-mtime in dpkg-source -b. +Requires: tar >= 2:1.28 %description @@ -478,6 +488,8 @@ make VERBOSE=1 TESTSUITEFLAGS=--verbose \ * Wed Feb 15 2023 Dalton Miner - 1.21.20-1 - Update dpkg to 1.21.20 (#2150017) - Add zstd support (#2112807) +- Fully switch to libmd for MD5 implementation + https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/debian/?id=2767801430de3c6d4ec7394e286fc261a8180feb * Thu Jan 19 2023 Fedora Release Engineering - 1.21.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild