From 34d93f42eb136481d71712d8fcc842c9b0986177e6cc447ff4991e111b00c0c5 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 12 Nov 2019 13:18:36 +0000 Subject: [PATCH] Accepting request 747530 from home:pevik:branches:devel:tools:building - Add missing perl dependency (bsc#1156491). - Add missing perl dependency (bsc#1156491). OBS-URL: https://build.opensuse.org/request/show/747530 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/automake?expand=0&rev=76 --- automake-testsuite.changes | 5 +++++ automake-testsuite.spec | 9 +++++---- automake.changes | 5 +++++ automake.spec | 7 ++++--- 4 files changed, 19 insertions(+), 7 deletions(-) diff --git a/automake-testsuite.changes b/automake-testsuite.changes index d5c7c8c..1c1c056 100644 --- a/automake-testsuite.changes +++ b/automake-testsuite.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 12 09:01:36 UTC 2019 - Petr Vorel + +- Add missing perl dependency (bsc#1156491). + ------------------------------------------------------------------- Tue Mar 5 12:40:06 UTC 2019 - Dominique Leuenberger diff --git a/automake-testsuite.spec b/automake-testsuite.spec index d57316e..0e7202f 100644 --- a/automake-testsuite.spec +++ b/automake-testsuite.spec @@ -1,7 +1,7 @@ # -# spec file for package automake +# spec file for package automake-testsuite # -# 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/ # @@ -24,9 +24,9 @@ Name: automake-testsuite Version: 1.16.1 Release: 0 Summary: A Program for Automatically Generating GNU-Style Makefile.in Files +# docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT License: GPL-2.0-or-later AND GFDL-1.3-or-later AND SUSE-Public-Domain AND MIT Group: Development/Tools/Building -# docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT Url: https://www.gnu.org/software/automake Source0: https://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz Source1: https://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz.sig @@ -46,6 +46,7 @@ BuildRequires: xz BuildRequires: perl(Thread::Queue) BuildRequires: perl(threads) Requires: autoconf >= 2.69 +Requires: perl Requires(post): info Requires(preun): info BuildArch: noarch diff --git a/automake.changes b/automake.changes index d5c7c8c..1c1c056 100644 --- a/automake.changes +++ b/automake.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 12 09:01:36 UTC 2019 - Petr Vorel + +- Add missing perl dependency (bsc#1156491). + ------------------------------------------------------------------- Tue Mar 5 12:40:06 UTC 2019 - Dominique Leuenberger diff --git a/automake.spec b/automake.spec index 474af77..95a2792 100644 --- a/automake.spec +++ b/automake.spec @@ -1,7 +1,7 @@ # # spec file for package automake # -# 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/ # @@ -24,9 +24,9 @@ Name: automake Version: 1.16.1 Release: 0 Summary: A Program for Automatically Generating GNU-Style Makefile.in Files +# docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT License: GPL-2.0-or-later AND GFDL-1.3-or-later AND SUSE-Public-Domain AND MIT Group: Development/Tools/Building -# docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT Url: https://www.gnu.org/software/automake Source0: https://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz Source1: https://ftp.gnu.org/gnu/automake/automake-%{version}.tar.xz.sig @@ -46,6 +46,7 @@ BuildRequires: xz BuildRequires: perl(Thread::Queue) BuildRequires: perl(threads) Requires: autoconf >= 2.69 +Requires: perl Requires(post): info Requires(preun): info BuildArch: noarch