From ad969d9d5bbdffbc295bcc09482daa4aeb0da4abb09d723f7f4f35482521c9c1 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 3 Mar 2021 12:59:53 +0000 Subject: [PATCH] Accepting request 876190 from devel:languages:perl:autoupdate - updated to 0.54 see /usr/share/doc/packages/perl-Monitoring-Generator-TestConfig/Changes 0.54 finally remove File::Which requirement 0.52 update requirements 0.50 change skip_dependencys to skip_dependencies add underline to contact settings add options to skip hostgroups / servicegroups 0.48 add support to generate contacts and contactgroup OBS-URL: https://build.opensuse.org/request/show/876190 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Monitoring-Generator-TestConfig?expand=0&rev=6 --- Monitoring-Generator-TestConfig-0.46.tar.gz | 3 -- Monitoring-Generator-TestConfig-0.54.tar.gz | 3 ++ perl-Monitoring-Generator-TestConfig.changes | 17 +++++++++++ perl-Monitoring-Generator-TestConfig.spec | 30 +++++++++----------- 4 files changed, 33 insertions(+), 20 deletions(-) delete mode 100644 Monitoring-Generator-TestConfig-0.46.tar.gz create mode 100644 Monitoring-Generator-TestConfig-0.54.tar.gz diff --git a/Monitoring-Generator-TestConfig-0.46.tar.gz b/Monitoring-Generator-TestConfig-0.46.tar.gz deleted file mode 100644 index 4aae39a..0000000 --- a/Monitoring-Generator-TestConfig-0.46.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f2f94405503a458ec7a9ca1e387a8c72ea757d454ddb0e96d6c0cc9acc20b7c -size 51265 diff --git a/Monitoring-Generator-TestConfig-0.54.tar.gz b/Monitoring-Generator-TestConfig-0.54.tar.gz new file mode 100644 index 0000000..86ecb6a --- /dev/null +++ b/Monitoring-Generator-TestConfig-0.54.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0810749e64dcf45ac744b2176b9f43c164c3dd804fe1f5314be18b979a39d666 +size 52196 diff --git a/perl-Monitoring-Generator-TestConfig.changes b/perl-Monitoring-Generator-TestConfig.changes index 6635d86..eed48a3 100644 --- a/perl-Monitoring-Generator-TestConfig.changes +++ b/perl-Monitoring-Generator-TestConfig.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Feb 27 03:07:33 UTC 2021 - Tina Müller + +- updated to 0.54 + see /usr/share/doc/packages/perl-Monitoring-Generator-TestConfig/Changes + + 0.54 Fri Feb 26 16:53:51 CET 2021 + finally remove File::Which requirement + 0.52 Fri Feb 26 16:26:58 CET 2021 + update requirements + 0.50 Wed Feb 24 14:04:57 CET 2021 + change skip_dependencys to skip_dependencies + add underline to contact settings + add options to skip hostgroups / servicegroups + 0.48 Tue Feb 23 17:08:24 CET 2021 + add support to generate contacts and contactgroup + ------------------------------------------------------------------- Tue Oct 9 15:42:18 UTC 2018 - Dirk Stoecker diff --git a/perl-Monitoring-Generator-TestConfig.spec b/perl-Monitoring-Generator-TestConfig.spec index 149620b..c96fe23 100644 --- a/perl-Monitoring-Generator-TestConfig.spec +++ b/perl-Monitoring-Generator-TestConfig.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Monitoring-Generator-TestConfig # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,25 +12,22 @@ # 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/ # -Name: perl-Monitoring-Generator-TestConfig -Version: 0.46 -Release: 0 %define cpan_name Monitoring-Generator-TestConfig -Summary: Generate Monitoring Configurations (Nagios/Icinga/Shinken) -License: GPL-3.0+ -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Monitoring-Generator-TestConfig/ -Source0: http://www.cpan.org/authors/id/N/NI/NIERLEIN/%{cpan_name}-%{version}.tar.gz +Name: perl-Monitoring-Generator-TestConfig +Version: 0.54 +Release: 0 +Summary: Generate monitoring configurations (nagios/icinga/shinken) +License: GPL-3.0-or-later +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/N/NI/NIERLEIN/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Install) BuildRequires: perl(File::Which) BuildRequires: perl(Test::More) >= 0.87 Requires: perl(File::Which) @@ -41,14 +38,14 @@ This modul generates test configurations for your monitoring. This can be useful if you want for doing load tests or testing addons and plugins. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor +%make_build %check -%{__make} test +make test %install %perl_make_install @@ -56,7 +53,6 @@ useful if you want for doing load tests or testing addons and plugins. %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %changelog