From ccba6b2a380d9595ff8c9aeddceea1accca1552463ce694221b99c3101159863 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 1 Dec 2011 20:11:49 +0000 Subject: [PATCH 1/2] Accepting request 94757 from home:coolo:removeautomake add automake to buildrequires OBS-URL: https://build.opensuse.org/request/show/94757 OBS-URL: https://build.opensuse.org/package/show/Base:System/psmisc?expand=0&rev=55 --- psmisc.changes | 5 +++++ psmisc.spec | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/psmisc.changes b/psmisc.changes index dfb7c17..23d30e8 100644 --- a/psmisc.changes +++ b/psmisc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 1 15:57:50 UTC 2011 - coolo@suse.com + +- add automake as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Tue Oct 11 15:36:40 UTC 2011 - werner@suse.de diff --git a/psmisc.spec b/psmisc.spec index 932e79e..6fa40b7 100644 --- a/psmisc.spec +++ b/psmisc.spec @@ -15,18 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - - Name: psmisc -BuildRequires: gcc-c++ glibc-devel ncurses-devel +BuildRequires: automake +BuildRequires: gcc-c++ +BuildRequires: glibc-devel BuildRequires: libselinux-devel +BuildRequires: ncurses-devel Url: http://sourceforge.net/projects/psmisc/ -License: GPLv2+ +License: GPL-2.0+ Group: System/Monitoring PreReq: %fillup_prereq %insserv_prereq Version: 22.14 -Release: 3 +Release: 0 Provides: ps:/usr/bin/killall Summary: Utilities for managing processes on your system Source: http://sourceforge.net/projects/psmisc/files/psmisc/%{name}-%{version}.tar.gz From 32026fce65c329f75fbd293ed6ab13ea501dcdeee49a0f9ccec4f0699ca3927d Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 9 Jan 2012 09:21:03 +0000 Subject: [PATCH 2/2] Accepting request 99411 from home:a_jaeger:FactoryFix Update tarball from upstream. OBS-URL: https://build.opensuse.org/request/show/99411 OBS-URL: https://build.opensuse.org/package/show/Base:System/psmisc?expand=0&rev=56 --- psmisc-22.14.tar.gz | 4 ++-- psmisc.spec | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/psmisc-22.14.tar.gz b/psmisc-22.14.tar.gz index c8458d9..4571830 100644 --- a/psmisc-22.14.tar.gz +++ b/psmisc-22.14.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:42c30ad9a9a85429edd0e84763e1333a1d0711d90e4f1943ecb1211d6f98ee42 -size 382041 +oid sha256:22bbf4561837af475c0d8d14e3b9cab453998c787212c107fac7faf2f281e26e +size 382024 diff --git a/psmisc.spec b/psmisc.spec index 6fa40b7..93e12cc 100644 --- a/psmisc.spec +++ b/psmisc.spec @@ -1,7 +1,7 @@ # # spec file for package psmisc # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,8 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: psmisc BuildRequires: automake BuildRequires: gcc-c++