From 4455b388667fd235683bd85fafa09cd2725872c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Thu, 16 Feb 2012 14:17:38 +0100 Subject: [PATCH] Fix the incorrect libhbalinux runtime dependency --- fcoe-utils.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fcoe-utils.spec b/fcoe-utils.spec index d2319b8..ad0f1e5 100644 --- a/fcoe-utils.spec +++ b/fcoe-utils.spec @@ -3,7 +3,7 @@ Name: fcoe-utils Version: 1.0.22 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fibre Channel over Ethernet utilities Group: Applications/System License: GPLv2 @@ -24,7 +24,7 @@ BuildRequires: libhbalinux-devel >= 1.0.13 BuildRequires: libnl-devel BuildRequires: systemd-units Requires: lldpad >= 0.9.43 -Requires: libhbalinux >= 1.0.12 +Requires: libhbalinux >= 1.0.13 Requires: iproute Requires: device-mapper-multipath Requires(post): systemd-units @@ -95,6 +95,9 @@ fi %changelog +* Thu Feb 16 2012 Petr Šabata - 1.0.22-2 +- Fix the incorrect libhbalinux runtime dependency + * Mon Jan 23 2012 Petr Šabata - 1.0.22-1 - 1.0.22 bump - Remove dcbd from Description