From 278d9c7ca9b8c712f1ed7388b7fcd0ed71b2c563 Mon Sep 17 00:00:00 2001 From: Rahul Sundaram Date: Feb 15 2013 18:21:11 +0000 Subject: add perl-Pod-Checker as BR to fix the build failure - podchecker has moved from perl-Pod-Parser to above package --- diff --git a/clusterssh.spec b/clusterssh.spec index b450498..1cffad3 100644 --- a/clusterssh.spec +++ b/clusterssh.spec @@ -1,6 +1,6 @@ Name: clusterssh Version: 3.28 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Secure concurrent multiple server terminal control Group: Applications/Productivity @@ -9,7 +9,7 @@ URL: http://clusterssh.sourceforge.net Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch -BuildRequires: desktop-file-utils +BuildRequires: desktop-file-utils perl-Pod-Checker Requires: xterm %description @@ -60,6 +60,10 @@ fi %{_datadir}/applications/%{name}.desktop %changelog +* Fri Feb 15 2013 Rahul Sundaram - 3.28-8 +- add perl-Pod-Checker as BR to fix the build failure +- podchecker has moved from perl-Pod-Parser to above package + * Fri Feb 15 2013 Rahul Sundaram - 3.28-7 - remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247 - clean up spec to follow current guidelines