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