- new release 21.6
This commit is contained in:
parent
edd92289c3
commit
40687e9825
@ -1 +1 @@
|
|||||||
psmisc-21.5.tar.gz
|
psmisc-21.6.tar.gz
|
||||||
|
23
psmisc.spec
23
psmisc.spec
@ -5,14 +5,14 @@
|
|||||||
|
|
||||||
Summary: Utilities for managing processes on your system.
|
Summary: Utilities for managing processes on your system.
|
||||||
Name: psmisc
|
Name: psmisc
|
||||||
Version: 21.5
|
Version: 21.6
|
||||||
Release: 4
|
Release: 1
|
||||||
License: BSD/GPL
|
License: BSD/GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source: ftp://ftp.sf.net/pub/sourceforge/psmisc/psmisc-%{version}.tar.gz
|
Source: ftp://ftp.sf.net/pub/sourceforge/psmisc/psmisc-%{version}.tar.gz
|
||||||
Patch0: psmisc-20.2-56186.patch
|
Patch0: psmisc-20.2-56186.patch
|
||||||
Patch1: psmisc-21.5-selinux.patch
|
Patch1: psmisc-21.6-selinux.patch
|
||||||
Patch2: psmisc-21.5-term.patch
|
Patch2: psmisc-21.6-fuser-pid.patch
|
||||||
URL: http://psmisc.sourceforge.net
|
URL: http://psmisc.sourceforge.net
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: libtermcap-devel
|
BuildRequires: libtermcap-devel
|
||||||
@ -31,14 +31,18 @@ of processes that are using specified files or filesystems.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .56186
|
%patch0 -p1 -b .56186
|
||||||
|
|
||||||
%if %{WITH_SELINUX}
|
%if %{WITH_SELINUX}
|
||||||
%patch1 -p1 -b .selinux
|
%patch1 -p1 -b .selinux
|
||||||
%patch2 -p1 -b .term
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%patch2 -p1 -b .pid
|
||||||
|
|
||||||
perl -pi -e "s/^CFLAGS =/CFLAGS = $RPM_OPT_FLAGS -D_GNU_SOURCE/g" */Makefile.*
|
%build
|
||||||
|
aclocal
|
||||||
|
automake -a
|
||||||
|
autoconf
|
||||||
|
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
|
||||||
|
|
||||||
# FIXME: Is --prefix actually necessary here? I think it's redundant... test later...
|
# FIXME: Is --prefix actually necessary here? I think it's redundant... test later...
|
||||||
%if %{WITH_SELINUX}
|
%if %{WITH_SELINUX}
|
||||||
@ -78,6 +82,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 8 2005 Karel Zak <kzak@redhat.com> 21.6-1
|
||||||
|
- sync with upstream release 21.6
|
||||||
|
- cleanup selinux patch
|
||||||
|
- fix #165167 - buffer overflow detected in fuser
|
||||||
|
|
||||||
* Sat Mar 5 2005 Karel Zak <kzak@redhat.com> 21.5-4
|
* Sat Mar 5 2005 Karel Zak <kzak@redhat.com> 21.5-4
|
||||||
- fixed problem with perl expression in the build .spec section
|
- fixed problem with perl expression in the build .spec section
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user