From 4dfce4f1684e4c26e5c83429dfb93197bd54d654f5bc4ded26989835cd8f4013 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Thu, 10 Nov 2022 20:14:14 +0000 Subject: [PATCH 1/2] - some sort of openssl is required for building OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/openhpi?expand=0&rev=46 --- openhpi.changes | 5 +++++ openhpi.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/openhpi.changes b/openhpi.changes index d0f6b83..5855783 100644 --- a/openhpi.changes +++ b/openhpi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 11 11:11:11 UTC 2022 - olaf@aepfle.de + +- some sort of openssl is required for building + ------------------------------------------------------------------- Fri Sep 3 11:31:43 UTC 2021 - Thomas Renninger diff --git a/openhpi.spec b/openhpi.spec index ca591db..5ea96ed 100644 --- a/openhpi.spec +++ b/openhpi.spec @@ -42,6 +42,7 @@ BuildRequires: ncurses-devel BuildRequires: net-snmp-devel BuildRequires: tcpd-devel BuildRequires: pkgconfig(systemd) +BuildRequires: pkgconfig(openssl) %description OpenHPI implements the SA Forum's Hardware Platform Interface (HPI). HPI is an @@ -79,7 +80,7 @@ Requires: libstdc++-devel Requires: libtool Requires: ncurses-devel Requires: net-snmp-devel -Requires: openssl-devel +Requires: pkgconfig(openssl) Requires: popt-devel Requires: zlib-devel From 430e5618427beeaec965e0429c2542516656ce945f93259ae16ffecf8a27e59c Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Thu, 10 Nov 2022 20:16:06 +0000 Subject: [PATCH 2/2] - tcpd-devel is not required for building OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/openhpi?expand=0&rev=47 --- openhpi.changes | 1 + openhpi.spec | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/openhpi.changes b/openhpi.changes index 5855783..12b3b1b 100644 --- a/openhpi.changes +++ b/openhpi.changes @@ -2,6 +2,7 @@ Thu Nov 11 11:11:11 UTC 2022 - olaf@aepfle.de - some sort of openssl is required for building +- tcpd-devel is not required for building ------------------------------------------------------------------- Fri Sep 3 11:31:43 UTC 2021 - Thomas Renninger diff --git a/openhpi.spec b/openhpi.spec index 5ea96ed..390d68e 100644 --- a/openhpi.spec +++ b/openhpi.spec @@ -40,7 +40,6 @@ BuildRequires: libtool BuildRequires: libxml2-devel BuildRequires: ncurses-devel BuildRequires: net-snmp-devel -BuildRequires: tcpd-devel BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(openssl)