diff --git a/dpkg.spec b/dpkg.spec index 7cbb2c5..1085ad4 100644 --- a/dpkg.spec +++ b/dpkg.spec @@ -1,5 +1,5 @@ Name: dpkg -Version: 1.20.9 +Version: 1.22.4 Release: 1mamba Summary: Debian's package maintenance system Group: System/Management @@ -13,15 +13,14 @@ License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libbzip2-devel -BuildRequires: libgcc BuildRequires: liblzma-devel -BuildRequires: libncurses5 -BuildRequires: libpcre-devel +BuildRequires: libmd-devel +BuildRequires: libncurses-devel BuildRequires: libperl BuildRequires: libselinux-devel -BuildRequires: libsepol-devel -BuildRequires: libstdc++6-devel BuildRequires: libz-devel +BuildRequires: libzstd-devel +BuildRequires: perl-Scalar-List-Utils BuildRequires: perl-devel ## AUTOBUILDREQ-END @@ -46,9 +45,11 @@ This package contains libraries and header files for developing applications tha %debug_package +%global __requires_exclude ^perl\\(at\\)$|perl\\(file\\)$|perl\\(extra\\)$ + %prep %setup -q -%patch0 -p1 +#%patch 0 -p1 %build %configure @@ -72,6 +73,9 @@ This package contains libraries and header files for developing applications tha %dir %{_libexecdir}/dpkg %dir %{_libexecdir}/dpkg/methods %{_libexecdir}/dpkg/methods/* +%{_libexecdir}/dpkg/dpkg-db-backup +%{_libexecdir}/dpkg/dpkg-db-keeper +%{_datadir}/zsh/vendor-completions/_dpkg-parsechangelog %{_datadir}/polkit-1/actions/org.dpkg.pkexec.update-alternatives.policy %{perl_vendorlib}/Dpkg.pm %dir %{perl_vendorlib}/Dpkg @@ -91,6 +95,7 @@ This package contains libraries and header files for developing applications tha %{_mandir}/man5/dselect.cfg.5* %{_mandir}/man5/dsc.5* %{_mandir}/man7/deb-version.7* +%{_mandir}/man7/dpkg-build-api.7* %{_mandir}/man8/dpkg-fsys-usrunmess.8* %{_mandir}/man8/start-stop-daemon.8* %doc AUTHORS COPYING THANKS @@ -105,7 +110,6 @@ This package contains libraries and header files for developing applications tha %dir %{_includedir}/dpkg %{_includedir}/dpkg/* %{_libdir}/libdpkg.a -%{_libdir}/libdpkg.la %{_datadir}/aclocal/dpkg-*.m4 %{_libdir}/pkgconfig/libdpkg.pc %{_mandir}/man3/Dpkg.3* @@ -113,6 +117,15 @@ This package contains libraries and header files for developing applications tha %doc ChangeLog ChangeLog.old NEWS README README.l10n TODO %changelog +* Mon Mar 04 2024 Automatic Build System 1.22.4-1mamba +- automatic version update by autodist + +* Sun Mar 03 2024 Silvan Calarco 1.22.1-2mamba +- exclude wrong perl auto requirements + +* Wed Nov 22 2023 Automatic Build System 1.22.1-1mamba +- automatic version update by autodist + * Wed Apr 14 2021 Automatic Build System 1.20.9-1mamba - automatic version update by autodist