diff --git a/.dpkg.metadata b/.dpkg.metadata index ac1404e..aa2cc17 100644 --- a/.dpkg.metadata +++ b/.dpkg.metadata @@ -1 +1 @@ -9d36edfd0205e707bbbe3061a6d7085686cea83d SOURCES/dpkg_1.22.6.tar.xz +34026a1d8a17f455318ccb0ec9d27c93d15c5f27 SOURCES/dpkg_1.22.11.tar.xz diff --git a/.gitignore b/.gitignore index ecf9a6f..58df277 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/dpkg_1.22.6.tar.xz +SOURCES/dpkg_1.22.11.tar.xz diff --git a/SOURCES/.packit.yaml b/SOURCES/.packit.yaml new file mode 100644 index 0000000..40628f5 --- /dev/null +++ b/SOURCES/.packit.yaml @@ -0,0 +1,22 @@ +# See the documentation for more information: +# https://packit.dev/docs/configuration/ + +jobs: + - job: pull_from_upstream + trigger: release + dist_git_branches: + - fedora-rawhide + + - job: koji_build + trigger: commit + allowed_committers: + - all_admins + dist_git_branches: + - fedora-all + - epel-all + + - job: bodhi_update + trigger: commit + dist_git_branches: + - fedora-all + - epel-all diff --git a/SOURCES/README.packit b/SOURCES/README.packit new file mode 100644 index 0000000..2bd3f40 --- /dev/null +++ b/SOURCES/README.packit @@ -0,0 +1,3 @@ +This repository is maintained by packit. +https://packit.dev/ +The file was generated using packit 0.102.1.post1.dev6+g64f7460b. diff --git a/SPECS/dpkg.spec b/SPECS/dpkg.spec index 78a6a1f..b178dc2 100644 --- a/SPECS/dpkg.spec +++ b/SPECS/dpkg.spec @@ -2,7 +2,7 @@ %global pkgdatadir %{_datadir}/dpkg Name: dpkg -Version: 1.22.6 +Version: 1.22.11 Release: 1%{?dist} Summary: Package maintenance system for Debian Linux # The entire source code is GPLv2+ with exception of the following @@ -11,7 +11,8 @@ Summary: Package maintenance system for Debian Linux # dselect/methods/ftp - GPL no version info # scripts/Dpkg/Gettext.pm - BSD # lib/compat/obstack.h, lib/compat/gettext.h,lib/compat/obstack.c - LGPLv2+ -License: GPLv2 and GPLv2+ and LGPLv2+ and Public Domain and BSD +# Automatically converted from old format: GPLv2 and GPLv2+ and LGPLv2+ and Public Domain and BSD - review is highly recommended. +License: GPL-2.0-only AND GPL-2.0-or-later AND LicenseRef-Callaway-LGPLv2+ AND LicenseRef-Callaway-Public-Domain AND LicenseRef-Callaway-BSD URL: https://tracker.debian.org/pkg/dpkg Source0: http://ftp.debian.org/debian/pool/main/d/dpkg/%{name}_%{version}.tar.xz # https://lists.debian.org/debian-dpkg/2017/08/msg00002.html @@ -348,6 +349,7 @@ make VERBOSE=1 TESTSUITEFLAGS=--verbose \ %{_libdir}/pkgconfig/libdpkg.pc %{_includedir}/dpkg/*.h %{_datadir}/aclocal/dpkg-*.m4 +%{_mandir}/man7/libdpkg.7.gz %files dev -f dpkg-dev.lang %doc doc/README.feature-removal-schedule doc/README.api doc/spec @@ -492,6 +494,16 @@ make VERBOSE=1 TESTSUITEFLAGS=--verbose \ %changelog +* Mon Oct 21 2024 Packit - 1.22.11-1 +- Update to version 1.22.11 +- Resolves: rhbz#2298391 + +* Wed Aug 28 2024 Miroslav Suchý - 1.22.6-3 +- convert license to SPDX + +* Wed Jul 17 2024 Fedora Release Engineering - 1.22.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Thu Apr 11 2024 Daan De Meyer - 1.22.6-1 - Update dpkg to 1.22.6 - Drop dpkg-fsys-usrunmess as it is not required on properly usr-merged systems