Browse code

upgrade procps-ng

Change-Id: I71e05fe218e658cc07a356b4c7f6244c60289ebd
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2291
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Chang Lee <changlee@vmware.com>

rongrongqiu authored on 2017/04/06 05:55:51
Showing 1 changed files
... ...
@@ -1,15 +1,14 @@
1 1
 Summary:        Programs for monitoring processes
2 2
 Name:           procps-ng
3
-Version:        3.3.11
4
-Release:        5%{?dist}
3
+Version:        3.3.12
4
+Release:        1%{?dist}
5 5
 License:        GPLv2
6 6
 URL:            http://procps.sourceforge.net/
7 7
 Group:          Applications/System
8 8
 Vendor:         VMware, Inc.
9 9
 Distribution:   Photon
10 10
 Source0:        http://sourceforge.net/projects/procps-ng/files/Production/%{name}-%{version}.tar.xz
11
-%define sha1    procps-ng=1bdca65547df9ed019bd83649b0f8b8eaa017e25
12
-Patch0:         Fixto-interpret-ascii-sequence.patch
11
+%define sha1    procps-ng=82c0745f150f1385ca01fe7d24f05f74e31c94c6
13 12
 BuildRequires:  ncurses-devel
14 13
 Requires:       ncurses
15 14
 %description
... ...
@@ -21,7 +20,6 @@ Requires:   %{name} = %{version}
21 21
 It contains the libraries and header files to create applications 
22 22
 %prep
23 23
 %setup -q
24
-%patch0 -p1
25 24
 %build
26 25
 ./configure \
27 26
     --prefix=%{_prefix} \
... ...
@@ -64,26 +62,11 @@ make %{?_smp_mflags} check
64 64
 /bin/pkill
65 65
 %{_sbindir}/pidof
66 66
 %_datadir/locale/*
67
-%{_docdir}/procps-ng-3.3.11/FAQ
68
-%{_docdir}/procps-ng-3.3.11/bugs.md
69
-%{_mandir}/man8/vmstat.8.gz
70
-%{_mandir}/man8/sysctl.8.gz
71
-%{_mandir}/man1/slabtop.1.gz
72
-%{_mandir}/man1/free.1.gz
73
-%{_mandir}/man1/pmap.1.gz
74
-%{_mandir}/man1/pwdx.1.gz
75
-%{_mandir}/man1/tload.1.gz
76
-%{_mandir}/man1/top.1.gz
77
-%{_mandir}/man1/pgrep.1.gz
78
-%{_mandir}/man1/uptime.1.gz
79
-%{_mandir}/man1/pkill.1.gz
80
-%{_mandir}/man1/pidof.1.gz
81
-%{_mandir}/man1/w.1.gz
82
-%{_mandir}/man1/watch.1.gz
83
-%{_mandir}/man1/ps.1.gz
84
-%{_mandir}/man5/sysctl.conf.5.gz
85
-%{_libdir}/libprocps.so.5
86
-%{_libdir}/libprocps.so.5.0.0
67
+%{_docdir}/procps-ng-*/*
68
+%{_mandir}/man8/*
69
+%{_mandir}/man1/*
70
+%{_mandir}/man5/*
71
+%{_libdir}/libprocps.so.*
87 72
 /sbin/sysctl
88 73
 %files devel
89 74
 %{_includedir}/proc/sig.h
... ...
@@ -102,6 +85,8 @@ make %{?_smp_mflags} check
102 102
 %{_libdir}/libprocps.so
103 103
 %{_mandir}/man3/*
104 104
 %changelog
105
+*   Mon Apr 03 2017 Rongrong Qiu <rqiu@vmware.com> 3.3.12-1
106
+-   Upgrade to 3.3.12
105 107
 *   Wed Dec 07 2016 Xiaolin Li <xiaolinl@vmware.com> 3.3.11-5
106 108
 -   Moved man3 to devel subpackage.
107 109
 *   Mon Oct 03 2016 ChangLee <changLee@vmware.com> 3.3.11-4