|
|
|
@ -2,8 +2,8 @@
|
|
|
|
|
%global pkgdatadir %{_datadir}/dpkg
|
|
|
|
|
|
|
|
|
|
Name: dpkg
|
|
|
|
|
Version: 1.21.9
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 1.21.20
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Package maintenance system for Debian Linux
|
|
|
|
|
# The entire source code is GPLv2+ with exception of the following
|
|
|
|
|
# lib/dpkg/md5.c, lib/dpkg/md5.h - Public domain
|
|
|
|
@ -24,7 +24,7 @@ Patch2: ostable_armv7hl.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: zlib-devel bzip2-devel libselinux-devel gettext ncurses-devel
|
|
|
|
|
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
|
|
|
|
@ -90,6 +90,7 @@ Requires: binutils
|
|
|
|
|
Requires: bzip2
|
|
|
|
|
Requires: lzma
|
|
|
|
|
Requires: xz
|
|
|
|
|
Requires: zstd
|
|
|
|
|
# dpkg-architecture -qDEB_HOST_GNU_TYPE relies on cc -dumpmachine
|
|
|
|
|
Requires: gcc
|
|
|
|
|
Obsoletes: dpkg-devel < 1.16
|
|
|
|
@ -183,9 +184,9 @@ autoreconf
|
|
|
|
|
--with-admindir=%{_localstatedir}/lib/dpkg \
|
|
|
|
|
--runstatedir=/run \
|
|
|
|
|
--with-libselinux \
|
|
|
|
|
--without-libmd \
|
|
|
|
|
--with-libz \
|
|
|
|
|
--with-liblzma \
|
|
|
|
|
--with-libzstd \
|
|
|
|
|
--with-libbz2
|
|
|
|
|
|
|
|
|
|
# todo add this
|
|
|
|
@ -474,6 +475,10 @@ make VERBOSE=1 TESTSUITEFLAGS=--verbose \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Feb 15 2023 Dalton Miner <daltonminer@gmail.com> - 1.21.20-1
|
|
|
|
|
- Update dpkg to 1.21.20 (#2150017)
|
|
|
|
|
- Add zstd support (#2112807)
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.21.9-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|