From 24ce4367753109f0e24ee83a1b17735844e3a2b5a17bcc8120b0a661fa930e60 Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Wed, 18 Sep 2019 09:21:43 +0000 Subject: [PATCH] Accepting request 730724 from home:jengelh:branches:Base:System - Use proper Requires(*), ticking off a FIXME as fixed. OBS-URL: https://build.opensuse.org/request/show/730724 OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=85 --- screen.changes | 5 +++++ screen.spec | 9 +++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/screen.changes b/screen.changes index 45d6955..41e7e6b 100644 --- a/screen.changes +++ b/screen.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 15 23:31:00 UTC 2019 - Jan Engelhardt + +- Use proper Requires(*), ticking off a FIXME as fixed. + ------------------------------------------------------------------- Tue Apr 3 15:00:27 CEST 2018 - kukuk@suse.de diff --git a/screen.spec b/screen.spec index 6f711b8..4245055 100644 --- a/screen.spec +++ b/screen.spec @@ -1,7 +1,7 @@ # # spec file for package screen # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -39,10 +39,7 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: ncurses-devel BuildRequires: pam-devel -# FIXME: use proper Requires(pre/post/preun/...) -PreReq: %{install_info_prereq} -PreReq: coreutils -PreReq: permissions +Requires(post): permissions Requires(post): %{install_info_prereq} Requires(preun): %{install_info_prereq} BuildRoot: %{_tmppath}/%{name}-%{version}-build