Adam Majer 2023-07-17 12:59:01 +00:00 committed by Git OBS Bridge
parent 0647cd4d3f
commit 2fc0e9a0ec
5 changed files with 15 additions and 9 deletions

View File

@ -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 <fcrozat@suse.com>

View File

@ -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}/*

3
dpkg_1.21.22.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a1d15481bba79d7a4899fd55b4b6b18a987ca8d56ee8c43e9cab63b8a0a3545
size 5419900

BIN
dpkg_1.21.8.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@ -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