OBS User unknown 2008-08-22 18:17:12 +00:00 committed by Git OBS Bridge
parent fb9d74c195
commit 08a395351c
2 changed files with 10 additions and 2 deletions

View File

@ -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 Thu Aug 7 15:12:14 CEST 2008 - werner@suse.de

View File

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