- require Perl 5.28.1 or later
- openssl.patch: use openssl library for MD5 calculation instead of relying on libmd. libmd is not in Ring0 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/dpkg?expand=0&rev=93
This commit is contained in:
parent
8c84d9eaf0
commit
3630a316ee
@ -3,6 +3,7 @@ Thu Jul 20 11:25:20 UTC 2023 - Adam Majer <adam.majer@suse.de>
|
||||
|
||||
- openssl.patch: use openssl library for MD5 calculation instead
|
||||
of relying on libmd. libmd is not in Ring0
|
||||
- require Perl 5.28.1 or later
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 7 11:15:53 UTC 2023 - pgajdos@suse.com
|
||||
|
@ -40,6 +40,7 @@ BuildRequires: libselinux-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: perl >= 5.28.1
|
||||
BuildRequires: po4a >= 0.59
|
||||
BuildRequires: update-alternatives
|
||||
BuildRequires: xz-devel
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 20 11:25:20 UTC 2023 - Adam Majer <adam.majer@suse.de>
|
||||
|
||||
- openssl.patch: use openssl library for MD5 calculation instead
|
||||
of relying on libmd. libmd is not in Ring0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 4 14:28:36 UTC 2023 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
|
@ -27,10 +27,12 @@ Source0: https://ftp.debian.org/debian/pool/main/d/dpkg/dpkg_%{version}.t
|
||||
Source3: sensible-editor
|
||||
Patch0: update-alternatives-suse.patch
|
||||
Patch1: update-alternatives-slavetomaster.patch
|
||||
Patch2: openssl.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: libtool
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pkgconfig
|
||||
Provides: alternatives = %{version}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user