- Add 0001-Update-prometheus-exporter-toolkit-to-0.7.3.patch
* Fix authentication bypass via cache poisoning
(CVE-2022-46146, bsc#1208060)
- Fix _service to pull correct version
- Fix broken log-level for values other than debug (bsc#1208965)
OBS-URL: https://build.opensuse.org/request/show/1080301
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/prometheus-postgres_exporter?expand=0&rev=15
20 lines
725 B
Plaintext
20 lines
725 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/prometheus-community/postgres_exporter.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="versionformat">0.10.1</param>
|
|
<param name="revision">v0.10.1</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">postgres_exporter-*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">postgres_exporter</param>
|
|
</service>
|
|
<service name="go_modules" mode="manual">
|
|
<param name="archive">postgres_exporter-0.10.1.tar.gz</param>
|
|
</service>
|
|
</services>
|