merge review
This commit is contained in:
parent
afd7e1de87
commit
9e5edb7698
12
psmisc.spec
12
psmisc.spec
@ -1,15 +1,18 @@
|
|||||||
Summary: Utilities for managing processes on your system
|
Summary: Utilities for managing processes on your system
|
||||||
Name: psmisc
|
Name: psmisc
|
||||||
Version: 22.6
|
Version: 22.6
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||||
URL: http://psmisc.sourceforge.net
|
URL: http://sourceforge.net/projects/psmisc
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
|
#fix configure.ac to include all the required headers for peekfd
|
||||||
Patch0: psmisc-22.6-types.patch
|
Patch0: psmisc-22.6-types.patch
|
||||||
|
#fix #441871
|
||||||
Patch1: psmisc-22.6-pstree-overflow.patch
|
Patch1: psmisc-22.6-pstree-overflow.patch
|
||||||
|
#fix #497303
|
||||||
Patch2: psmisc-22.6-fuser-remove-mountlist.patch
|
Patch2: psmisc-22.6-fuser-remove-mountlist.patch
|
||||||
|
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
@ -56,7 +59,7 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/peekfd.1*
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,-)
|
||||||
/sbin/fuser
|
/sbin/fuser
|
||||||
%{_bindir}/killall
|
%{_bindir}/killall
|
||||||
%{_bindir}/pstree
|
%{_bindir}/pstree
|
||||||
@ -70,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 11 2009 Daniel Novotny <dnovotny@redhat.com> 22.6-11
|
||||||
|
- merge review (#226322): a few .spec changes
|
||||||
|
|
||||||
* Thu Apr 23 2009 Daniel Novotny <dnovotny@redhat.com> - 22.6-10
|
* Thu Apr 23 2009 Daniel Novotny <dnovotny@redhat.com> - 22.6-10
|
||||||
- fix #497303 - fuser -m <dev> doesn't work after lazy unmount
|
- fix #497303 - fuser -m <dev> doesn't work after lazy unmount
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user