diff --git a/psmisc.changes b/psmisc.changes index 6ee5f73..ae0baa6 100644 --- a/psmisc.changes +++ b/psmisc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 22 17:12:24 CEST 2008 - prusnak@suse.cz + +- enabled SELinux support [Fate#303662] + ------------------------------------------------------------------- Thu Aug 7 15:12:14 CEST 2008 - werner@suse.de diff --git a/psmisc.spec b/psmisc.spec index dd0416f..3026a0b 100644 --- a/psmisc.spec +++ b/psmisc.spec @@ -20,13 +20,14 @@ Name: psmisc BuildRequires: gcc-c++ glibc-devel ncurses-devel +BuildRequires: libselinux-devel Url: http://switch.dl.sourceforge.net/sourceforge/psmisc/ License: GPL v2 or later Group: System/Monitoring PreReq: %fillup_prereq %insserv_prereq AutoReqProv: on Version: 22.6 -Release: 42 +Release: 49 Provides: ps:/usr/bin/killall Summary: Utilities for managing processes on your system Source: http://switch.dl.sourceforge.net/sourceforge/psmisc/psmisc-%{version}.tar.bz2 @@ -67,7 +68,7 @@ CXXFLAGS="$CFLAGS" CC=gcc CXX=g++ export CFLAGS CXXFLAGS CC CXX -sh ./configure --prefix=%{_prefix} --mandir=%{_mandir} +sh ./configure --prefix=%{_prefix} --mandir=%{_mandir} --enable-selinux make CFLAGS="$CFLAGS" "CC=$CC" %install @@ -100,6 +101,8 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/pstree.1* %changelog +* Fri Aug 22 2008 prusnak@suse.cz +- enabled SELinux support [Fate#303662] * Thu Aug 07 2008 werner@suse.de - Refine NFS patch - Add option -w for killing only procs with write access