From 0d45498c89aac980f962010a4cf0a67b4beba31e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Mon, 1 Mar 2021 08:38:54 +0000 Subject: [PATCH] - drop superfluous BR --- libzfcphbaapi.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libzfcphbaapi.spec b/libzfcphbaapi.spec index ebffae8..01352cc 100644 --- a/libzfcphbaapi.spec +++ b/libzfcphbaapi.spec @@ -3,7 +3,7 @@ Name: libzfcphbaapi Summary: HBA API for the zFCP device driver Version: 2.2.0 -Release: 10%{?dist} +Release: 11%{?dist} License: CPL URL: http://www.ibm.com/developerworks/linux/linux390/zfcp-hbaapi.html # http://www.ibm.com/developerworks/linux/linux390/zfcp-hbaapi-%%{hbaapiver}.html @@ -15,7 +15,6 @@ ExclusiveArch: s390 s390x BuildRequires: gcc BuildRequires: automake BuildRequires: doxygen -BuildRequires: libsysfs-devel BuildRequires: sg3_utils-devel BuildRequires: make Requires(post): grep sed @@ -86,6 +85,9 @@ fi %changelog +* Mon Mar 01 2021 Dan Horák - 2.2.0-11 +- drop superfluous BR + * Tue Feb 02 2021 Dan Horák - 2.2.0-10 - build with libzfcphbaapi as standalone library to avoid dependency on obsolete libhbaapi (#1922413)