From 9a55b86a54b1ac760a893e1a4b6f868005daa802 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Feb 03 2021 03:28:04 +0000 Subject: Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/procps-ng.git#99ee77c4265dc66470353f145fec905e13190970 --- diff --git a/procps-ng.spec b/procps-ng.spec index eb1b183..d6c1a2b 100644 --- a/procps-ng.spec +++ b/procps-ng.spec @@ -4,11 +4,11 @@ Summary: System and process monitoring utilities Name: procps-ng Version: 3.3.16 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL+ and GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+ URL: https://sourceforge.net/projects/procps-ng/ -Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz +Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz # README files are missing in latest tarball # wget https://gitlab.com/procps-ng/procps/raw/e0784ddaed30d095bb1d9a8ad6b5a23d10a212c4/README.md Source1: README.md @@ -20,6 +20,7 @@ Patch2: pidof-show-workers-option.patch Patch3: pkill-manpage-e-option.patch Patch4: ps-exe-format-option.patch +BuildRequires: make BuildRequires: ncurses-devel BuildRequires: libtool BuildRequires: autoconf @@ -134,7 +135,6 @@ ln -s %{_bindir}/pidof %{buildroot}%{_sbindir}/pidof %files %doc AUTHORS Documentation/bugs.md Documentation/FAQ NEWS README.md top/README.top Documentation/TODO -%{!?_licensedir:%global license %%doc} %license COPYING COPYING.LIB %{_libdir}/libprocps.so.* %{_bindir}/* @@ -148,7 +148,6 @@ ln -s %{_bindir}/pidof %{buildroot}%{_sbindir}/pidof %exclude /unwanted/* %files devel -%{!?_licensedir:%global license %%doc} %license COPYING COPYING.LIB %{_libdir}/libprocps.so %{_libdir}/pkgconfig/libprocps.pc @@ -159,6 +158,9 @@ ln -s %{_bindir}/pidof %{buildroot}%{_sbindir}/pidof %exclude %{_mandir}/translated/* %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 3.3.16-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Dec 22 2020 Jan Rybar - 3.3.16-2 - ps: new exe format option to show real path to exe - pidof: new -w option to show kernel worker threads