Hello community,

here is the log from the commit of package prometheus-sap_host_exporter for 
openSUSE:Factory checked in at 2020-04-01 19:11:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/prometheus-sap_host_exporter (Old)
 and      /work/SRC/openSUSE:Factory/.prometheus-sap_host_exporter.new.3248 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "prometheus-sap_host_exporter"

Wed Apr  1 19:11:58 2020 rev:2 rq:790273 version:0.3.0+git.1585067146.33dcd8a

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/prometheus-sap_host_exporter/prometheus-sap_host_exporter.changes
        2020-03-11 19:08:34.936112934 +0100
+++ 
/work/SRC/openSUSE:Factory/.prometheus-sap_host_exporter.new.3248/prometheus-sap_host_exporter.changes
      2020-04-01 19:13:52.603410674 +0200
@@ -1,0 +2,44 @@
+Mon Mar 23 18:35:55 2020 UTC - [email protected]
+
+- Release 0.3.0
+
+  ## Added
+  - Alert metrics collector (#21) 
+  - `make obs-workdir` target can now handle custom Git branches and forks via 
environment variables (#25)
+
+  ## Changed
+  - Some metric now properly use the `Counter` type instead of `Gauge` and are 
more semantically correct. (#23)
+  - `sap-control-url` setting now has a default value and doesn't require 
users to explicitly input the URL scheme. (#26)
+  - `go_*` debug metrics are only shown when the log level is `debug` or 
higher. (#24) 
+  - Refactored configuration code (#26)
+
+  ## Fixed
+  - Enqueue Server metrics are now properly documented (#23)
+  - Documentation can be fully browsed from the README ToC (#28)
+
+-------------------------------------------------------------------
+Thu Mar 19 11:00:29 2020 UTC - [email protected]
+
+- Release 0.2.3
+
+  # Fixed:
+  - Fix failure of enabling service in deployment 
(https://github.com/SUSE/sap_host_exporter/pull/20)
+
+-------------------------------------------------------------------
+Wed Mar 18 10:49:59 2020 UTC - [email protected]
+
+- Release 0.2.1
+
+  # fixed: 
+
+  - fix rpm macro on 
obs/packaging(https://github.com/SUSE/sap_host_exporter/pull/18)
+
+-------------------------------------------------------------------
+Tue Mar 17 16:38:39 2020 UTC - [email protected]
+
+- Release 0.2.0
+
+  ## Added
+  - Add the ability to run multiple systemd instances with dedicated config 
files. (#16)
+
+-------------------------------------------------------------------

Old:
----
  prometheus-sap_host_exporter-0.1.0.tar.gz

New:
----
  prometheus-sap_host_exporter-0.3.0+git.1585067146.33dcd8a.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ prometheus-sap_host_exporter.spec ++++++
--- /var/tmp/diff_new_pack.XNhWSf/_old  2020-04-01 19:13:53.835411228 +0200
+++ /var/tmp/diff_new_pack.XNhWSf/_new  2020-04-01 19:13:53.835411228 +0200
@@ -1,26 +1,29 @@
 #
-# Copyright 2019-2020 SUSE LLC
+# spec file for package prometheus-sap_host_exporter
 #
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
+# Copyright (c) 2020 SUSE LLC
 #
-#    https://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
+
+
 Name:           prometheus-sap_host_exporter
 # Version will be processed via set_version source service
-Version:        0.1.0
+Version:        0.3.0+git.1585067146.33dcd8a
 Release:        0
-License:        Apache-2.0
 Summary:        Prometheus exporter for SAP systems (a.k.a. NetWeaver)
+License:        Apache-2.0
 Group:          System/Monitoring
-Url:            https://github.com/SUSE/sap_host_exporter
+URL:            https://github.com/SUSE/sap_host_exporter
 Source:         %{name}-%{version}.tar.gz
 Source1:        vendor.tar.gz
 ExclusiveArch:  aarch64 x86_64 ppc64le s390x
@@ -58,23 +61,26 @@
 install -D -m 0755 %{shortname} "%{buildroot}%{_bindir}/%{shortname}"
 
 # Install the systemd unit
-install -D -m 0644 %{shortname}.service %{buildroot}%{_unitdir}/%{name}.service
+install -D -m 0644 %{shortname}@.service 
%{buildroot}%{_unitdir}/%{name}@.service
+
+# Install the default config
+install -D -m 0600 doc/%{shortname}.yaml 
"%{buildroot}/etc/%{shortname}/default.yaml"
 
 # Install compat wrapper for legacy init systems
 install -Dd -m 0755 %{buildroot}%{_sbindir}
 ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rc%{name}
 
 %pre
-%service_add_pre %{name}.service
+%service_add_pre %{name}@.service
 
 %post
-%service_add_post %{name}.service
+%service_add_post %{name}@.service
 
 %preun
-%service_del_preun %{name}.service
+%service_del_preun %{name}@.service
 
 %postun
-%service_del_postun %{name}.service
+%service_del_postun %{name}@.service
 
 %files
 %defattr(-,root,root)
@@ -86,7 +92,9 @@
 %doc LICENSE
 %endif
 %{_bindir}/%{shortname}
-%{_unitdir}/%{name}.service
+%{_unitdir}/%{name}@.service
 %{_sbindir}/rc%{name}
+%dir /etc/%{shortname}/
+%config /etc/%{shortname}/default.yaml
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.XNhWSf/_old  2020-04-01 19:13:53.875411246 +0200
+++ /var/tmp/diff_new_pack.XNhWSf/_new  2020-04-01 19:13:53.879411248 +0200
@@ -2,13 +2,12 @@
     <service name="tar_scm" mode="disabled">
         <param name="url">git://github.com/SUSE/sap_host_exporter.git</param>
         <param name="scm">git</param>
-        <param name="revision">0.1.0</param>
+        <param name="revision">33dcd8ae7f01b721cb65fd4bae7f64f4f534007c</param>
         <param name="exclude">.git</param>
-        <param name="versionformat">@PARENT_TAG@</param>
+        <param name="versionformat">@PARENT_TAG@+git.%ct.%h</param>
         <param name="filename">prometheus-sap_host_exporter</param>
     </service>
     <service name="set_version" mode="disabled">
-        <param name="version">0.1.0</param>
         <param name="file">prometheus-sap_host_exporter.spec</param>
     </service>
     <service name="recompress" mode="disabled">

++++++ vendor.tar.gz ++++++


Reply via email to