Update dpkg to 1.21.1 (#2029230)

epel9
Sérgio M. Basto 3 years ago
parent e1905ec1e8
commit 76b4e69ed7

1
.gitignore vendored

@ -14,3 +14,4 @@ dpkg_1.15.5.6.tar.bz2
/dpkg_1.19.7.tar.xz
/dpkg_1.20.7.1.tar.xz
/dpkg_1.20.9.tar.xz
/dpkg_1.21.1.tar.xz

@ -2,8 +2,8 @@
%global pkgdatadir %{_datadir}/dpkg
Name: dpkg
Version: 1.20.9
Release: 4%{?dist}
Version: 1.21.1
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
@ -183,6 +183,7 @@ chmod +x %{__perl_requires}
autoreconf
%configure --disable-linker-optimisations \
--with-admindir=%{_localstatedir}/lib/dpkg \
--runstatedir=/run \
--with-libselinux \
--without-libmd \
--with-libz \
@ -295,6 +296,7 @@ make VERBOSE=1 TESTSUITEFLAGS=--verbose \
%{_bindir}/dpkg-realpath
%{_sbindir}/start-stop-daemon
%{_sbindir}/dpkg-fsys-usrunmess
%{_libexecdir}/dpkg/dpkg-db-backup
%dir %{pkgdatadir}
%{pkgdatadir}/abitable
%{pkgdatadir}/cputable
@ -362,6 +364,7 @@ make VERBOSE=1 TESTSUITEFLAGS=--verbose \
%{_bindir}/dpkg-source
%{_bindir}/dpkg-vendor
%{pkgdatadir}/*.mk
%{_datadir}/zsh/vendor-completions/_dpkg-parsechangelog
#dpkg-dev.manpages
%{_mandir}/man5/deb-buildinfo.5.gz
%{_mandir}/man5/deb-changelog.5.gz
@ -369,6 +372,7 @@ make VERBOSE=1 TESTSUITEFLAGS=--verbose \
%{_mandir}/man5/deb-conffiles.5.gz
%{_mandir}/man5/deb-control.5.gz
%{_mandir}/man5/deb-extra-override.5.gz
%{_mandir}/man5/deb-md5sums.5.gz
%{_mandir}/man5/deb-old.5.gz
%{_mandir}/man5/deb-origin.5.gz
%{_mandir}/man5/deb-override.5.gz
@ -412,6 +416,7 @@ make VERBOSE=1 TESTSUITEFLAGS=--verbose \
%{_mandir}/*/man5/deb-conffiles.5.gz
%{_mandir}/*/man5/deb-control.5.gz
%{_mandir}/*/man5/deb-extra-override.5.gz
%{_mandir}/*/man5/deb-md5sums.5.gz
%{_mandir}/*/man5/deb-old.5.gz
%{_mandir}/*/man5/deb-origin.5.gz
%{_mandir}/*/man5/deb-override.5.gz
@ -471,6 +476,9 @@ make VERBOSE=1 TESTSUITEFLAGS=--verbose \
%changelog
* Sat Dec 18 2021 Sérgio Basto <sergio@serjux.com> - 1.21.1-1
- Update dpkg to 1.21.1 (#2029230)
* Wed Nov 17 2021 Sérgio Basto <sergio@serjux.com> - 1.20.9-4
- add %config(noreplace) to avoid clean up databases on upgrades and to be
compliant with silverblue

@ -1 +1 @@
SHA512 (dpkg_1.20.9.tar.xz) = 904a4742f5f340dc65b2137364dce102a0b2eb42ccedb2a73f79c207362c699fbffaaf1379f1f6c8b8b0e490321af1d03c34b50ebe0c703f5ce8a7f75f17a839
SHA512 (dpkg_1.21.1.tar.xz) = 3f3f263e1300f3e4b55e84521847703dcfe465aa54829a69c31c174a2ad5e8b6a8a251da7c6020d31a38e9e6744113924a71e9579469e32289328e91a48db07f

Loading…
Cancel
Save