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
This commit is contained in:
2021-03-03 12:59:53 +00:00
committed by Git OBS Bridge
parent 150327f6ca
commit ad969d9d5b
4 changed files with 33 additions and 20 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f2f94405503a458ec7a9ca1e387a8c72ea757d454ddb0e96d6c0cc9acc20b7c
size 51265

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0810749e64dcf45ac744b2176b9f43c164c3dd804fe1f5314be18b979a39d666
size 52196

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Feb 27 03:07:33 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- 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 <opensuse@dstoecker.de> Tue Oct 9 15:42:18 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Monitoring-Generator-TestConfig # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 %define cpan_name Monitoring-Generator-TestConfig
Summary: Generate Monitoring Configurations (Nagios/Icinga/Shinken) Name: perl-Monitoring-Generator-TestConfig
License: GPL-3.0+ Version: 0.54
Group: Development/Libraries/Perl Release: 0
Url: http://search.cpan.org/dist/Monitoring-Generator-TestConfig/ Summary: Generate monitoring configurations (nagios/icinga/shinken)
Source0: http://www.cpan.org/authors/id/N/NI/NIERLEIN/%{cpan_name}-%{version}.tar.gz 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 Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Module::Install)
BuildRequires: perl(File::Which) BuildRequires: perl(File::Which)
BuildRequires: perl(Test::More) >= 0.87 BuildRequires: perl(Test::More) >= 0.87
Requires: perl(File::Which) 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. useful if you want for doing load tests or testing addons and plugins.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} %make_build
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install
@@ -56,7 +53,6 @@ useful if you want for doing load tests or testing addons and plugins.
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README %doc Changes README
%changelog %changelog