update to upstream cvs version
This commit is contained in:
parent
0a5d4fbf95
commit
13c4930f82
@ -1 +1 @@
|
|||||||
psmisc-21.8.tar.gz
|
psmisc-22.1.03072006cvs.tar.gz
|
||||||
|
21
psmisc.spec
21
psmisc.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Utilities for managing processes on your system.
|
Summary: Utilities for managing processes on your system.
|
||||||
Name: psmisc
|
Name: psmisc
|
||||||
Version: 21.8
|
Version: 22.1.03072006cvs
|
||||||
Release: 1.2.1
|
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
|
||||||
@ -10,8 +10,7 @@ Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
BuildRequires: libtermcap-devel
|
BuildRequires: libtermcap-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
|
|
||||||
Patch0: psmisc-21.7-fuser-pid.patch
|
Patch0: psmisc-22.1-fuser-silent.patch
|
||||||
Patch1: psmisc-21.7-killall-scanf.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The psmisc package contains utilities for managing processes on your
|
The psmisc package contains utilities for managing processes on your
|
||||||
@ -23,11 +22,11 @@ of processes that are using specified files or filesystems.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .pid
|
%patch0 -p1
|
||||||
%patch1 -p1 -b .scanf
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
|
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
|
||||||
|
./autogen.sh
|
||||||
%configure --prefix=/usr --enable-selinux
|
%configure --prefix=/usr --enable-selinux
|
||||||
make
|
make
|
||||||
|
|
||||||
@ -36,12 +35,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# The rpm makeinstall macro breaks the build, so we do it the old way
|
# The rpm makeinstall macro breaks the build, so we do it the old way
|
||||||
make install DESTDIR="$RPM_BUILD_ROOT"
|
make install DESTDIR="$RPM_BUILD_ROOT"
|
||||||
|
|
||||||
# install more stable old version of fuser
|
|
||||||
mv $RPM_BUILD_ROOT%{_bindir}/oldfuser $RPM_BUILD_ROOT%{_bindir}/fuser
|
|
||||||
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/sbin
|
mkdir -p $RPM_BUILD_ROOT/sbin
|
||||||
mv $RPM_BUILD_ROOT%{_bindir}/fuser $RPM_BUILD_ROOT/sbin
|
mv $RPM_BUILD_ROOT%{_bindir}/fuser $RPM_BUILD_ROOT/sbin
|
||||||
rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/pidof.1*
|
rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/pidof.1*
|
||||||
|
rm -f $RPM_BUILD_ROOT/%{_bindir}/oldfuser
|
||||||
|
|
||||||
%find_lang %name
|
%find_lang %name
|
||||||
|
|
||||||
@ -59,6 +56,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/pstree.1*
|
%{_mandir}/man1/pstree.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 7 2006 Karel Zak <kzak@redhat.com> 22.1.03072006cvs-1
|
||||||
|
- update to new upstream CVS version
|
||||||
|
- enable new fuser version
|
||||||
|
- fix fuser return code
|
||||||
|
- fix #183897 - "pstree -a" call results in segmentation fault
|
||||||
|
|
||||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 21.8-1.2.1
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 21.8-1.2.1
|
||||||
- bump again for double-long bug on ppc(64)
|
- bump again for double-long bug on ppc(64)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user