diff --git a/dpkg.changes b/dpkg.changes index 5417eb6..f708bc8 100644 --- a/dpkg.changes +++ b/dpkg.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 7 11:15:53 UTC 2023 - pgajdos@suse.com + +- version update to 1.21.22 + https://git.dpkg.org/cgit/dpkg/dpkg.git/tree/debian/changelog + ------------------------------------------------------------------- Thu May 4 14:28:36 UTC 2023 - Frederic Crozat diff --git a/dpkg.spec b/dpkg.spec index e9465a7..dc7df03 100644 --- a/dpkg.spec +++ b/dpkg.spec @@ -17,7 +17,7 @@ Name: dpkg -Version: 1.21.8 +Version: 1.21.22 Release: 0 Summary: Debian package management system License: GPL-2.0-or-later @@ -98,7 +98,8 @@ export CFLAGS="%{?build_cflags:%build_cflags}%{?!build_cflags:%optflags}" --disable-silent-rules \ --with-libselinux \ --localstatedir=%{_localstatedir}/lib \ - --with-admindir=%{_localstatedir}/lib/dpkg + --with-admindir=%{_localstatedir}/lib/dpkg \ + --docdir=%{_docdir}/%{name} # configure somehow does not detect architecture correctly in OBS (bnc#469337), so # let's do an awful hack and fix it in config.h @@ -157,11 +158,9 @@ exit 0 %files %license COPYING -%doc ABOUT-NLS AUTHORS doc/triggers.txt NEWS README* THANKS TODO debian/changelog +%{_docdir}/%{name} %{_mandir}/man*/* %exclude %{_mandir}/man*/update-alternatives* -%exclude %{_datadir}/doc/dpkg/*.txt -%exclude %{_datadir}/doc/dpkg/README* %dir %{_sysconfdir}/dpkg %config(noreplace) %{_sysconfdir}/dpkg/* %{_bindir}/* diff --git a/dpkg_1.21.22.tar.xz b/dpkg_1.21.22.tar.xz new file mode 100644 index 0000000..e611e1a --- /dev/null +++ b/dpkg_1.21.22.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1d15481bba79d7a4899fd55b4b6b18a987ca8d56ee8c43e9cab63b8a0a3545 +size 5419900 diff --git a/dpkg_1.21.8.tar.xz b/dpkg_1.21.8.tar.xz deleted file mode 100644 index 2b2698f..0000000 --- a/dpkg_1.21.8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ffc63c475ff2ba9c2820e48fa3bccb60955561ae22c2aed542f1412a7ca3e22 -size 5076924 diff --git a/update-alternatives.spec b/update-alternatives.spec index a029ee5..d000b0d 100644 --- a/update-alternatives.spec +++ b/update-alternatives.spec @@ -17,7 +17,7 @@ Name: update-alternatives -Version: 1.21.8 +Version: 1.21.22 Release: 0 Summary: Maintain symbolic links determining default commands License: GPL-2.0-or-later @@ -29,6 +29,7 @@ Patch0: update-alternatives-suse.patch Patch1: update-alternatives-slavetomaster.patch BuildRequires: autoconf BuildRequires: automake +BuildRequires: libmd-devel BuildRequires: libtool BuildRequires: ncurses-devel BuildRequires: pkgconfig