This update fixes the following issues:
golang-github-QubitProducts-exporter_exporter:
- Exclude s390 arch
- Adapted to build on Enterprise Linux.
- Fix build for RedHat 7
- Require Go >= 1.14 also for CentOS
- Add support for CentOS
- Replace %{?systemd_requires} with %{?systemd_ordering}
golang-github-boynux-squid_exporter:
- Exclude s390 architecture (gh#SUSE/spacewalk#19050)
- Enhanced to build on Enterprise Linux 8.
golang-github-lusitaniae-apache_exporter:
- Do not strip if SUSE Linux Enterprise 15 SP3
- Exclude debug for RHEL >= 8
- Build with Go >= 1.20 when the OS is not RHEL
- Fix apparmor profile for SLE 12
- Upgrade to version 1.0.0 (jsc#PED-5405)
- Improved flag parsing
- Added support for custom headers
- Build using promu
- Fix sandboxing options
- Upgrade to version 0.13.4
- CVE-2022-32149: Fix denial of service vulnerability (bsc#1204501)
- Upgrade to version 0.13.3
- CVE-2022-41723: Fix uncontrolled resource consumption (bsc#1208270)
- Upgrade to version 0.13.1
- Fix panic caused by missing flagConfig options
- Upgrade to version 0.13.0
- CVE-2022-46146: Fix authentication bypass vulnarability (bsc#1208046)
- Corrected comment in AppArmor profile
- Added AppArmor profile
- Added sandboxing options to systemd service unit
- Exclude s390 architecture (gh#SUSE/spacewalk#19050)
- Update to upstream release 0.11.0 (jsc#SLE-24791)
- Add TLS support
- Switch to logger, please check --log.level and --log.format flags
- Update to version 0.10.1
- Bugfix: Reset ProxyBalancer metrics on each scrape to remove stale data
- Update to version 0.10.0
- Add Apache Proxy and other metrics
- Update to version 0.8.0
- Change commandline flags
- Add metrics: Apache version, request duration total
- Adapted to build on Enterprise Linux 8
- Require building with Go 1.15
- Add support for RedHat 8
- Adjust dependencies on spec file
- Disable dwarf compression in go build
- Add support for Red Hat
- Add %license macro for LICENSE file...