From 317002d0a1b171122bc594be8988146fa175706d Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Jun 04 2008 05:05:28 +0000 Subject: - Clean up some legacy distro cruft --- diff --git a/powerman.spec b/powerman.spec index 8aefb10..fdafc26 100644 --- a/powerman.spec +++ b/powerman.spec @@ -1,6 +1,6 @@ Name: powerman Version: 2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: PowerMan - Power to the Cluster Group: Applications/System @@ -10,11 +10,7 @@ Source0: http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: flex bison readline-devel -%if "%{?fedora}" <= "6" -BuildRequires: tcp_wrappers -%else BuildRequires: tcp_wrappers-devel -%endif %if 0%{?fedora} >= 9 BuildRequires: libcurl-devel @@ -31,9 +27,6 @@ Expect-like configurability simplifies the addition of new devices. %prep %setup -q -%if "%{?fedora}" >= "9" -sed -i -e 's/termcap/ncurses/g' src/Makefile -%endif %build %configure --with-httppower --with-genders @@ -87,6 +80,9 @@ fi %{_sysconfdir}/init.d/%{name} %changelog +* Wed Jun 04 2008 Jarod Wilson 2.0-2 +- Clean up some legacy distro cruft + * Wed Jun 04 2008 Jarod Wilson 2.0-1 - New upstream release