From bea35a5f2fd8505ba171860c8cd538ad5a581719 Mon Sep 17 00:00:00 2001 From: mharris Date: Fri, 24 Sep 2004 15:46:51 +0000 Subject: [PATCH] Added "BuildRequires: libselinux-devel" for WITH_SELINUX builds (#123754) --- psmisc.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/psmisc.spec b/psmisc.spec index 8024da9..994122d 100644 --- a/psmisc.spec +++ b/psmisc.spec @@ -6,7 +6,7 @@ Summary: Utilities for managing processes on your system. Name: psmisc Version: 21.4 -Release: 3 +Release: 4 License: BSD/GPL Group: Applications/System Source: ftp://ftp.sf.net/pub/sourceforge/psmisc/psmisc-%{version}.tar.gz @@ -15,6 +15,9 @@ Patch2: psmisc-21.4-redhat-selinux-psmisc.patch URL: http://psmisc.sourceforge.net Buildroot: %{_tmppath}/%{name}-%{version}-root BuildRequires: libtermcap-devel +%if %{WITH_SELINUX} +BuildRequires: libselinux-devel +%endif %description The psmisc package contains utilities for managing processes on your @@ -73,7 +76,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog -* Tue Jun 15 2004 Elliot Lee +* Fri Sep 24 2004 Mike A. Harris 21.4-4 +- Added "BuildRequires: libselinux-devel" for WITH_SELINUX builds (#123754) + +* Tue Jun 15 2004 Elliot Lee 21.4-3 - rebuilt * Sun Mar 15 2004 Mike A. Harris 21.4-2