- RH man page scan (#948524)
This commit is contained in:
parent
e36f8db914
commit
79cd825b20
39
psmisc-22.20-RH-man-page-scan.patch
Normal file
39
psmisc-22.20-RH-man-page-scan.patch
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
diff -Naur psmisc-22.20.orig/doc/fuser.1 psmisc-22.20/doc/fuser.1
|
||||||
|
--- psmisc-22.20.orig/doc/fuser.1 2012-09-19 12:54:03.000000000 +0200
|
||||||
|
+++ psmisc-22.20/doc/fuser.1 2013-07-30 18:59:38.975335764 +0200
|
||||||
|
@@ -170,8 +170,8 @@
|
||||||
|
\fB\-\fISIGNAL\fR
|
||||||
|
Use the specified signal instead of SIGKILL when killing processes.
|
||||||
|
Signals can be specified either by name (e.g.
|
||||||
|
-.BR \-HUP ) or by
|
||||||
|
-number (e.g.
|
||||||
|
+.BR \-HUP )
|
||||||
|
+or by number (e.g.
|
||||||
|
.BR \-1 ).
|
||||||
|
This option is silently ignored if the
|
||||||
|
.B \-k
|
||||||
|
diff -Naur psmisc-22.20.orig/doc/peekfd.1 psmisc-22.20/doc/peekfd.1
|
||||||
|
--- psmisc-22.20.orig/doc/peekfd.1 2012-09-19 12:54:03.000000000 +0200
|
||||||
|
+++ psmisc-22.20/doc/peekfd.1 2013-07-30 19:10:32.582099617 +0200
|
||||||
|
@@ -37,7 +37,7 @@
|
||||||
|
.IP -d
|
||||||
|
Remove duplicate read/writes from the output. If you're looking at a
|
||||||
|
tty with echo, you might want this.
|
||||||
|
-.IP -v
|
||||||
|
+.IP -V
|
||||||
|
Display a version string.
|
||||||
|
.IP -h
|
||||||
|
Display a help message.
|
||||||
|
diff -Naur psmisc-22.20.orig/src/pstree.c psmisc-22.20/src/pstree.c
|
||||||
|
--- psmisc-22.20.orig/src/pstree.c 2013-07-30 18:53:21.000000000 +0200
|
||||||
|
+++ psmisc-22.20/src/pstree.c 2013-07-30 19:17:14.057288441 +0200
|
||||||
|
@@ -860,7 +860,8 @@
|
||||||
|
" -V, --version display version information\n"));
|
||||||
|
#ifdef WITH_SELINUX
|
||||||
|
fprintf(stderr,
|
||||||
|
- _(" -Z show SELinux security contexts\n"));
|
||||||
|
+ _(" -Z,\n"
|
||||||
|
+ " --security-context show SELinux security contexts\n"));
|
||||||
|
#endif /*WITH_SELINUX */
|
||||||
|
fprintf(stderr, _(" PID start at this PID; default is 1 (init)\n"
|
||||||
|
" USER show only trees rooted at processes of this user\n\n"));
|
21
psmisc.spec
21
psmisc.spec
@ -1,16 +1,12 @@
|
|||||||
Summary: Utilities for managing processes on your system
|
Summary: Utilities for managing processes on your system
|
||||||
Name: psmisc
|
Name: psmisc
|
||||||
Version: 22.20
|
Version: 22.20
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
|
||||||
URL: http://sourceforge.net/projects/psmisc
|
URL: http://sourceforge.net/projects/psmisc
|
||||||
|
|
||||||
BuildRequires: libselinux-devel
|
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: gettext
|
|
||||||
BuildRequires: ncurses-devel
|
|
||||||
BuildRequires: autoconf automake
|
|
||||||
|
|
||||||
#The following has been reworked by upstream in a different way ... we'll see
|
#The following has been reworked by upstream in a different way ... we'll see
|
||||||
#Patch1: psmisc-22.13-fuser-silent.patch
|
#Patch1: psmisc-22.13-fuser-silent.patch
|
||||||
@ -18,6 +14,15 @@ BuildRequires: autoconf automake
|
|||||||
# Patch sent upstream 2012-10-08.
|
# Patch sent upstream 2012-10-08.
|
||||||
Patch2: psmisc-22.20-fix-selinux-in-pstree.patch
|
Patch2: psmisc-22.20-fix-selinux-in-pstree.patch
|
||||||
|
|
||||||
|
Patch3: psmisc-22.20-RH-man-page-scan.patch
|
||||||
|
|
||||||
|
|
||||||
|
BuildRequires: libselinux-devel
|
||||||
|
BuildRequires: gettext
|
||||||
|
BuildRequires: ncurses-devel
|
||||||
|
BuildRequires: autoconf automake
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The psmisc package contains utilities for managing processes on your
|
The psmisc package contains utilities for managing processes on your
|
||||||
system: pstree, killall and fuser. The pstree command displays a tree
|
system: pstree, killall and fuser. The pstree command displays a tree
|
||||||
@ -30,6 +35,7 @@ of processes that are using specified files or filesystems.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
%patch3 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --prefix=%{_prefix} --enable-selinux
|
%configure --prefix=%{_prefix} --enable-selinux
|
||||||
@ -60,6 +66,9 @@ mv $RPM_BUILD_ROOT%{_bindir}/fuser $RPM_BUILD_ROOT/sbin
|
|||||||
%doc AUTHORS ChangeLog COPYING README
|
%doc AUTHORS ChangeLog COPYING README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 30 2013 Jaromir Capik <jcapik@redhat.com> - 22.20-3
|
||||||
|
- RH man page scan (#948524)
|
||||||
|
|
||||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22.20-2
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22.20-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user