Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package openSUSE-release-tools for
openSUSE:Factory checked in at 2022-01-10 23:53:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Mon Jan 10 23:53:11 2022 rev:364 rq:945251 version:20220110.e8319fa5
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2022-01-04 19:39:04.098053979 +0100
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.1892/openSUSE-release-tools.changes
2022-01-10 23:53:28.764797820 +0100
@@ -1,0 +2,7 @@
+Mon Jan 10 09:51:23 UTC 2022 - [email protected]
+
+- Update to version 20220110.e8319fa5:
+ * spec-cleaner imposed cleanups
+ * dist: include project-installcheck.py again
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20220104.ae6175d3.obscpio
New:
----
openSUSE-release-tools-20220110.e8319fa5.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.JCuZGU/_old 2022-01-10 23:53:29.820798746 +0100
+++ /var/tmp/diff_new_pack.JCuZGU/_new 2022-01-10 23:53:29.824798749 +0100
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20220104.ae6175d3
+Version: 20220110.e8319fa5
Release: 0
Summary: Tools to aid in staging and release work for openSUSE/SUSE
License: GPL-2.0-or-later AND MIT
@@ -85,8 +85,8 @@
%package abichecker
Summary: ABI review bot
Group: Development/Tools/Other
-BuildArch: noarch
Requires: osclib = %{version}
+BuildArch: noarch
%description abichecker
ABI review bot for checking OBS requests.
@@ -103,14 +103,14 @@
%package check-source
Summary: Check source review bot
Group: Development/Tools/Other
-BuildArch: noarch
-Requires: osclib = %{version}
# check_source.pl
Requires: obs-service-download_files
Requires: obs-service-format_spec_file
Requires: obs-service-source_validator
+Requires: osclib = %{version}
Requires: perl-Text-Diff
Requires(pre): shadow
+BuildArch: noarch
%description check-source
Check source review bot that performs basic source analysis and assigns
reviews.
@@ -118,10 +118,10 @@
%package maintenance
Summary: Maintenance related services
Group: Development/Tools/Other
-BuildArch: noarch
# TODO Update requirements.
Requires: osclib = %{version}
Requires(pre): shadow
+BuildArch: noarch
%description maintenance
Maintenance related services like incident check.
@@ -129,11 +129,11 @@
%package metrics
Summary: Ingest relevant data to generate insightful metrics
Group: Development/Tools/Other
-BuildArch: noarch
# TODO Update requirements.
Requires: osclib = %{version}
Requires(pre): shadow
Suggests: grafana
+BuildArch: noarch
%if 0%{?suse_version} > 1500
Requires: influxdb
Requires: python3-influxdb
@@ -150,10 +150,9 @@
%package metrics-access
Summary: Ingest access logs to generate metrics
Group: Development/Tools/Other
-BuildArch: noarch
+Requires: %{name}-metrics = %{version}
# Used to stream log files.
Requires: curl
-Requires: %{name}-metrics = %{version}
Requires: php > 7
# Used to install influxdb/influxdb-php.
Requires: php-composer
@@ -161,6 +160,7 @@
Requires: procps
# xzcat for decompressing log files.
Requires: xz
+BuildArch: noarch
%description metrics-access
Ingest download.o.o Apache access logs and generate metrics.
@@ -168,10 +168,10 @@
%package origin-manager
Summary: Package origin management tools
Group: Development/Tools/Other
-BuildArch: noarch
Requires: osc-plugin-origin = %{version}
Requires: osclib = %{version}
Requires(pre): shadow
+BuildArch: noarch
%description origin-manager
Tools for managing the origin of package sources and keeping them in sync.
@@ -179,21 +179,21 @@
%package repo-checker
Summary: Repository checker service
Group: Development/Tools/Other
-BuildArch: noarch
-# TODO Update requirements.
-Requires: osclib = %{version}
# write_repo_susetags_file.pl
Requires: build
+# TODO Update requirements.
+Requires: osclib = %{version}
Requires: perl-XML-Simple
Requires(pre): shadow
+BuildArch: noarch
%package obs-operator
Summary: Server used to perform staging operations
Group: Development/Tools/Other
-BuildArch: noarch
Requires: osc-plugin-origin = %{version}
Requires: osc-plugin-staging = %{version}
Requires(pre): shadow
+BuildArch: noarch
%description obs-operator
Server used to perform staging operations as a service instead of requiring
@@ -205,11 +205,11 @@
%package staging-bot
Summary: Staging bot services
Group: Development/Tools/Other
-BuildArch: noarch
# devel-project.py
Requires: %{name} = %{version}
Requires: osc-plugin-staging = %{version}
Requires(pre): shadow
+BuildArch: noarch
%description staging-bot
Staging bot services and system user.
@@ -217,15 +217,15 @@
%package pkglistgen
Summary: Generates package lists in 000product
Group: Development/Tools/Other
-BuildArch: noarch
+# for compressing the .packages files in 000update-repos
+Requires: %{_bindir}/xz
Requires: obs-service-product_converter
Requires: osclib = %{version}
Requires: python3-requests
Requires: python3-solv
-# for compressing the .packages files in 000update-repos
-Requires: /usr/bin/xz
# we use the same user as repo-checker
PreReq: openSUSE-release-tools-repo-checker
+BuildArch: noarch
%description pkglistgen
Generates package lists based on 000package-groups and puts them
@@ -234,13 +234,13 @@
%package -n osclib
Summary: Supplemental osc libraries
Group: Development/Tools/Other
-BuildArch: noarch
# TODO Update requirements, but for now base deps.
Requires: %{name} = %{version}
Requires: osc >= 0.165.1
Requires: python3-osc
# internal API change related to accessing DSN in osclib/sentry.py
Suggests: python3-sentry-sdk >= 0.11.0
+BuildArch: noarch
%description -n osclib
Supplemental osc libraries utilized by release tools.
@@ -248,9 +248,9 @@
%package -n osc-plugin-cycle
Summary: OSC plugin for cycle visualization
Group: Development/Tools/Other
-BuildArch: noarch
Requires: osc >= 0.165.1
Requires: osclib = %{version}
+BuildArch: noarch
%description -n osc-plugin-cycle
OSC plugin for cycle visualization, see `osc cycle --help`.
@@ -258,9 +258,9 @@
%package -n osc-plugin-origin
Summary: OSC plugin for origin management
Group: Development/Tools/Other
-BuildArch: noarch
Requires: osc >= 0.165.1
Requires: osclib = %{version}
+BuildArch: noarch
%description -n osc-plugin-origin
OSC plugin for for working with origin information, see `osc origin --help`.
@@ -268,10 +268,10 @@
%package -n osc-plugin-staging
Summary: OSC plugin for the staging workflow
Group: Development/Tools/Other
-BuildArch: noarch
# devel-project.py needs 0.160.0 for get_request_list(withfullhistory) param.
Requires: osc >= 0.160.0
Requires: osclib = %{version}
+BuildArch: noarch
%description -n osc-plugin-staging
OSC plugin for the staging workflow, see `osc staging --help`.
@@ -280,7 +280,7 @@
%setup -q
%build
-make %{?_smp_mflags}
+%make_build
%install
%make_install \
@@ -294,7 +294,7 @@
exit 0
%postun announcer
-%systemd_postun
+%{systemd_postun}
%pre check-source
getent passwd osrt-check-source > /dev/null || \
@@ -302,7 +302,7 @@
exit 0
%postun check-source
-%systemd_postun
+%{systemd_postun}
%pre maintenance
getent passwd osrt-maintenance > /dev/null || \
@@ -310,7 +310,7 @@
exit 0
%postun maintenance
-%systemd_postun
+%{systemd_postun}
%pre metrics
getent passwd osrt-metrics > /dev/null || \
@@ -318,10 +318,10 @@
exit 0
%postun metrics
-%systemd_postun
+%{systemd_postun}
# If grafana-server.service is enabled then restart it to load new dashboards.
-if [ -x /usr/bin/systemctl ] && /usr/bin/systemctl is-enabled grafana-server ;
then
- /usr/bin/systemctl try-restart --no-block grafana-server
+if [ -x %{_bindir}/systemctl ] && %{_bindir}/systemctl is-enabled
grafana-server ; then
+ %{_bindir}/systemctl try-restart --no-block grafana-server
fi
%pre obs-operator
@@ -330,9 +330,9 @@
exit 0
%postun obs-operator
-%systemd_postun
-if [ -x /usr/bin/systemctl ] && /usr/bin/systemctl is-enabled
osrt-obs-operator ; then
- /usr/bin/systemctl try-restart --no-block osrt-obs-operator
+%{systemd_postun}
+if [ -x %{_bindir}/systemctl ] && %{_bindir}/systemctl is-enabled
osrt-obs-operator ; then
+ %{_bindir}/systemctl try-restart --no-block osrt-obs-operator
fi
%pre origin-manager
@@ -341,7 +341,7 @@
exit 0
%postun origin-manager
-%systemd_postun
+%{systemd_postun}
%pre repo-checker
getent passwd osrt-repo-checker > /dev/null || \
@@ -349,7 +349,7 @@
exit 0
%postun repo-checker
-%systemd_postun
+%{systemd_postun}
%pre staging-bot
getent passwd osrt-staging-bot > /dev/null || \
@@ -357,13 +357,12 @@
exit 0
%postun staging-bot
-%systemd_postun
+%{systemd_postun}
%postun pkglistgen
-%systemd_postun
+%{systemd_postun}
%files
-%defattr(-,root,root,-)
%doc README.md
%{_bindir}/osrt-biarchtool
%{_bindir}/osrt-bs_mirrorfull
@@ -409,13 +408,11 @@
%dir %{_sysconfdir}/openSUSE-release-tools
%files abichecker
-%defattr(-,root,root,-)
%{apache_sysconfdir}/vhosts.d/opensuse-abi-checker.conf.in
%{_datadir}/%{source_dir}/abichecker
%{_tmpfilesdir}/opensuse-abi-checker.conf
%files announcer
-%defattr(-,root,root,-)
%doc %{announcer_filename}/README.asciidoc
%{_bindir}/osrt-announcer
%{apache_sysconfdir}/conf.d/%{announcer_filename}.conf.in
@@ -424,18 +421,15 @@
%config(noreplace) %{_sysconfdir}/rsyslog.d/%{announcer_filename}.conf
%files check-source
-%defattr(-,root,root,-)
%{_bindir}/osrt-check_source
%{_datadir}/%{source_dir}/check_source.pl
%{_datadir}/%{source_dir}/check_source.py
%files maintenance
-%defattr(-,root,root,-)
%{_bindir}/osrt-check_maintenance_incidents
%{_datadir}/%{source_dir}/check_maintenance_incidents.py
%files metrics
-%defattr(-,root,root,-)
%{_bindir}/osrt-metrics
%{_datadir}/%{source_dir}/metrics
%exclude %{_datadir}/%{source_dir}/metrics/access
@@ -456,7 +450,6 @@
%{_unitdir}/osrt-metrics-telegraf.service
%files metrics-access
-%defattr(-,root,root,-)
%{_bindir}/osrt-metrics-access-aggregate
%{_bindir}/osrt-metrics-access-ingest
%{_datadir}/%{source_dir}/metrics/access
@@ -475,18 +468,17 @@
%{_datadir}/%{source_dir}/origin-manager.py
%files repo-checker
-%defattr(-,root,root,-)
%{_bindir}/osrt-project-installcheck
%{_bindir}/osrt-staging-installcheck
%{_bindir}/osrt-maintenance-installcheck
%{_bindir}/osrt-findfileconflicts
%{_bindir}/osrt-maintenance-installcheck
%{_bindir}/osrt-write_repo_susetags_file
+%{_datadir}/%{source_dir}/project-installcheck.py
%{_datadir}/%{source_dir}/findfileconflicts
%{_datadir}/%{source_dir}/write_repo_susetags_file.pl
%files staging-bot
-%defattr(-,root,root,-)
%{_bindir}/osrt-devel-project
%{_bindir}/osrt-staging-report
%{_bindir}/osrt-suppkg_rebuild
@@ -494,7 +486,6 @@
%{_datadir}/%{source_dir}/suppkg_rebuild.py
%files pkglistgen
-%defattr(-,root,root,-)
%{_bindir}/osrt-pkglistgen
%{_bindir}/osrt-skippkg-finder
%{_datadir}/%{source_dir}/pkglistgen
@@ -502,22 +493,18 @@
%{_datadir}/%{source_dir}/skippkg-finder.py
%files -n osclib
-%defattr(-,root,root,-)
%{_datadir}/%{source_dir}/osclib
%{osc_plugin_dir}/osclib
%files -n osc-plugin-cycle
-%defattr(-,root,root,-)
%{_datadir}/%{source_dir}/osc-cycle.py
%{osc_plugin_dir}/osc-cycle.py
%files -n osc-plugin-origin
-%defattr(-,root,root,-)
%{_datadir}/%{source_dir}/osc-origin.py
%{osc_plugin_dir}/osc-origin.py
%files -n osc-plugin-staging
-%defattr(-,root,root,-)
%{_datadir}/%{source_dir}/osc-staging.py
%{osc_plugin_dir}/osc-staging.py
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.JCuZGU/_old 2022-01-10 23:53:29.860798781 +0100
+++ /var/tmp/diff_new_pack.JCuZGU/_new 2022-01-10 23:53:29.868798788 +0100
@@ -1,7 +1,7 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param>
- <param
name="changesrevision">1fe70a55098f7783b4c8c8e6bb50b4b33f9a1ad5</param>
+ <param
name="changesrevision">e8319fa5379eb00d7c9dba5cf1bf71985deee997</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20220104.ae6175d3.obscpio ->
openSUSE-release-tools-20220110.e8319fa5.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20220104.ae6175d3/dist/package/openSUSE-release-tools.spec
new/openSUSE-release-tools-20220110.e8319fa5/dist/package/openSUSE-release-tools.spec
---
old/openSUSE-release-tools-20220104.ae6175d3/dist/package/openSUSE-release-tools.spec
2022-01-04 17:35:36.000000000 +0100
+++
new/openSUSE-release-tools-20220110.e8319fa5/dist/package/openSUSE-release-tools.spec
2022-01-10 10:51:17.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package openSUSE-release-tools
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# 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/
#
@@ -25,16 +25,16 @@
Summary: Tools to aid in staging and release work for openSUSE/SUSE
License: GPL-2.0-or-later AND MIT
Group: Development/Tools/Other
-Url: https://github.com/openSUSE/openSUSE-release-tools
+URL: https://github.com/openSUSE/openSUSE-release-tools
Source: %{name}-%{version}.tar.xz
BuildArch: noarch
# Requires sr#704176
BuildRequires: osc >= 0.165.1
-BuildRequires: python3-osc
BuildRequires: python3-PyYAML
BuildRequires: python3-cmdln
BuildRequires: python3-colorama
BuildRequires: python3-lxml
+BuildRequires: python3-osc
BuildRequires: python3-pycurl
BuildRequires: python3-python-dateutil
BuildRequires: python3-pyxdg
@@ -85,8 +85,8 @@
%package abichecker
Summary: ABI review bot
Group: Development/Tools/Other
-BuildArch: noarch
Requires: osclib = %{version}
+BuildArch: noarch
%description abichecker
ABI review bot for checking OBS requests.
@@ -103,14 +103,14 @@
%package check-source
Summary: Check source review bot
Group: Development/Tools/Other
-BuildArch: noarch
-Requires: osclib = %{version}
# check_source.pl
Requires: obs-service-download_files
Requires: obs-service-format_spec_file
Requires: obs-service-source_validator
+Requires: osclib = %{version}
Requires: perl-Text-Diff
Requires(pre): shadow
+BuildArch: noarch
%description check-source
Check source review bot that performs basic source analysis and assigns
reviews.
@@ -118,10 +118,10 @@
%package maintenance
Summary: Maintenance related services
Group: Development/Tools/Other
-BuildArch: noarch
# TODO Update requirements.
Requires: osclib = %{version}
Requires(pre): shadow
+BuildArch: noarch
%description maintenance
Maintenance related services like incident check.
@@ -129,11 +129,11 @@
%package metrics
Summary: Ingest relevant data to generate insightful metrics
Group: Development/Tools/Other
-BuildArch: noarch
# TODO Update requirements.
Requires: osclib = %{version}
Requires(pre): shadow
Suggests: grafana
+BuildArch: noarch
%if 0%{?suse_version} > 1500
Requires: influxdb
Requires: python3-influxdb
@@ -150,10 +150,9 @@
%package metrics-access
Summary: Ingest access logs to generate metrics
Group: Development/Tools/Other
-BuildArch: noarch
+Requires: %{name}-metrics = %{version}
# Used to stream log files.
Requires: curl
-Requires: %{name}-metrics = %{version}
Requires: php > 7
# Used to install influxdb/influxdb-php.
Requires: php-composer
@@ -161,6 +160,7 @@
Requires: procps
# xzcat for decompressing log files.
Requires: xz
+BuildArch: noarch
%description metrics-access
Ingest download.o.o Apache access logs and generate metrics.
@@ -168,10 +168,10 @@
%package origin-manager
Summary: Package origin management tools
Group: Development/Tools/Other
-BuildArch: noarch
-Requires: osclib = %{version}
Requires: osc-plugin-origin = %{version}
+Requires: osclib = %{version}
Requires(pre): shadow
+BuildArch: noarch
%description origin-manager
Tools for managing the origin of package sources and keeping them in sync.
@@ -179,21 +179,21 @@
%package repo-checker
Summary: Repository checker service
Group: Development/Tools/Other
-BuildArch: noarch
-# TODO Update requirements.
-Requires: osclib = %{version}
# write_repo_susetags_file.pl
Requires: build
+# TODO Update requirements.
+Requires: osclib = %{version}
Requires: perl-XML-Simple
Requires(pre): shadow
+BuildArch: noarch
%package obs-operator
Summary: Server used to perform staging operations
Group: Development/Tools/Other
-BuildArch: noarch
Requires: osc-plugin-origin = %{version}
Requires: osc-plugin-staging = %{version}
Requires(pre): shadow
+BuildArch: noarch
%description obs-operator
Server used to perform staging operations as a service instead of requiring
@@ -205,11 +205,11 @@
%package staging-bot
Summary: Staging bot services
Group: Development/Tools/Other
-BuildArch: noarch
# devel-project.py
Requires: %{name} = %{version}
Requires: osc-plugin-staging = %{version}
Requires(pre): shadow
+BuildArch: noarch
%description staging-bot
Staging bot services and system user.
@@ -217,31 +217,30 @@
%package pkglistgen
Summary: Generates package lists in 000product
Group: Development/Tools/Other
-BuildArch: noarch
+# for compressing the .packages files in 000update-repos
+Requires: %{_bindir}/xz
Requires: obs-service-product_converter
Requires: osclib = %{version}
Requires: python3-requests
Requires: python3-solv
-# for compressing the .packages files in 000update-repos
-Requires: /usr/bin/xz
# we use the same user as repo-checker
PreReq: openSUSE-release-tools-repo-checker
+BuildArch: noarch
%description pkglistgen
Generates package lists based on 000package-groups and puts them
in 000product, resp 000release-packages
-
%package -n osclib
Summary: Supplemental osc libraries
Group: Development/Tools/Other
-BuildArch: noarch
# TODO Update requirements, but for now base deps.
Requires: %{name} = %{version}
Requires: osc >= 0.165.1
Requires: python3-osc
# internal API change related to accessing DSN in osclib/sentry.py
Suggests: python3-sentry-sdk >= 0.11.0
+BuildArch: noarch
%description -n osclib
Supplemental osc libraries utilized by release tools.
@@ -249,9 +248,9 @@
%package -n osc-plugin-cycle
Summary: OSC plugin for cycle visualization
Group: Development/Tools/Other
-BuildArch: noarch
Requires: osc >= 0.165.1
Requires: osclib = %{version}
+BuildArch: noarch
%description -n osc-plugin-cycle
OSC plugin for cycle visualization, see `osc cycle --help`.
@@ -259,9 +258,9 @@
%package -n osc-plugin-origin
Summary: OSC plugin for origin management
Group: Development/Tools/Other
-BuildArch: noarch
Requires: osc >= 0.165.1
Requires: osclib = %{version}
+BuildArch: noarch
%description -n osc-plugin-origin
OSC plugin for for working with origin information, see `osc origin --help`.
@@ -269,10 +268,10 @@
%package -n osc-plugin-staging
Summary: OSC plugin for the staging workflow
Group: Development/Tools/Other
-BuildArch: noarch
# devel-project.py needs 0.160.0 for get_request_list(withfullhistory) param.
Requires: osc >= 0.160.0
Requires: osclib = %{version}
+BuildArch: noarch
%description -n osc-plugin-staging
OSC plugin for the staging workflow, see `osc staging --help`.
@@ -281,7 +280,7 @@
%setup -q
%build
-make %{?_smp_mflags}
+%make_build
%install
%make_install \
@@ -295,7 +294,7 @@
exit 0
%postun announcer
-%systemd_postun
+%{systemd_postun}
%pre check-source
getent passwd osrt-check-source > /dev/null || \
@@ -303,7 +302,7 @@
exit 0
%postun check-source
-%systemd_postun
+%{systemd_postun}
%pre maintenance
getent passwd osrt-maintenance > /dev/null || \
@@ -311,7 +310,7 @@
exit 0
%postun maintenance
-%systemd_postun
+%{systemd_postun}
%pre metrics
getent passwd osrt-metrics > /dev/null || \
@@ -319,10 +318,10 @@
exit 0
%postun metrics
-%systemd_postun
+%{systemd_postun}
# If grafana-server.service is enabled then restart it to load new dashboards.
-if [ -x /usr/bin/systemctl ] && /usr/bin/systemctl is-enabled grafana-server ;
then
- /usr/bin/systemctl try-restart --no-block grafana-server
+if [ -x %{_bindir}/systemctl ] && %{_bindir}/systemctl is-enabled
grafana-server ; then
+ %{_bindir}/systemctl try-restart --no-block grafana-server
fi
%pre obs-operator
@@ -331,9 +330,9 @@
exit 0
%postun obs-operator
-%systemd_postun
-if [ -x /usr/bin/systemctl ] && /usr/bin/systemctl is-enabled
osrt-obs-operator ; then
- /usr/bin/systemctl try-restart --no-block osrt-obs-operator
+%{systemd_postun}
+if [ -x %{_bindir}/systemctl ] && %{_bindir}/systemctl is-enabled
osrt-obs-operator ; then
+ %{_bindir}/systemctl try-restart --no-block osrt-obs-operator
fi
%pre origin-manager
@@ -342,7 +341,7 @@
exit 0
%postun origin-manager
-%systemd_postun
+%{systemd_postun}
%pre repo-checker
getent passwd osrt-repo-checker > /dev/null || \
@@ -350,7 +349,7 @@
exit 0
%postun repo-checker
-%systemd_postun
+%{systemd_postun}
%pre staging-bot
getent passwd osrt-staging-bot > /dev/null || \
@@ -358,13 +357,12 @@
exit 0
%postun staging-bot
-%systemd_postun
+%{systemd_postun}
%postun pkglistgen
-%systemd_postun
+%{systemd_postun}
%files
-%defattr(-,root,root,-)
%doc README.md
%{_bindir}/osrt-biarchtool
%{_bindir}/osrt-bs_mirrorfull
@@ -410,13 +408,11 @@
%dir %{_sysconfdir}/openSUSE-release-tools
%files abichecker
-%defattr(-,root,root,-)
%{apache_sysconfdir}/vhosts.d/opensuse-abi-checker.conf.in
%{_datadir}/%{source_dir}/abichecker
%{_tmpfilesdir}/opensuse-abi-checker.conf
%files announcer
-%defattr(-,root,root,-)
%doc %{announcer_filename}/README.asciidoc
%{_bindir}/osrt-announcer
%{apache_sysconfdir}/conf.d/%{announcer_filename}.conf.in
@@ -425,18 +421,15 @@
%config(noreplace) %{_sysconfdir}/rsyslog.d/%{announcer_filename}.conf
%files check-source
-%defattr(-,root,root,-)
%{_bindir}/osrt-check_source
%{_datadir}/%{source_dir}/check_source.pl
%{_datadir}/%{source_dir}/check_source.py
%files maintenance
-%defattr(-,root,root,-)
%{_bindir}/osrt-check_maintenance_incidents
%{_datadir}/%{source_dir}/check_maintenance_incidents.py
%files metrics
-%defattr(-,root,root,-)
%{_bindir}/osrt-metrics
%{_datadir}/%{source_dir}/metrics
%exclude %{_datadir}/%{source_dir}/metrics/access
@@ -457,7 +450,6 @@
%{_unitdir}/osrt-metrics-telegraf.service
%files metrics-access
-%defattr(-,root,root,-)
%{_bindir}/osrt-metrics-access-aggregate
%{_bindir}/osrt-metrics-access-ingest
%{_datadir}/%{source_dir}/metrics/access
@@ -476,18 +468,17 @@
%{_datadir}/%{source_dir}/origin-manager.py
%files repo-checker
-%defattr(-,root,root,-)
%{_bindir}/osrt-project-installcheck
%{_bindir}/osrt-staging-installcheck
%{_bindir}/osrt-maintenance-installcheck
%{_bindir}/osrt-findfileconflicts
%{_bindir}/osrt-maintenance-installcheck
%{_bindir}/osrt-write_repo_susetags_file
+%{_datadir}/%{source_dir}/project-installcheck.py
%{_datadir}/%{source_dir}/findfileconflicts
%{_datadir}/%{source_dir}/write_repo_susetags_file.pl
%files staging-bot
-%defattr(-,root,root,-)
%{_bindir}/osrt-devel-project
%{_bindir}/osrt-staging-report
%{_bindir}/osrt-suppkg_rebuild
@@ -495,7 +486,6 @@
%{_datadir}/%{source_dir}/suppkg_rebuild.py
%files pkglistgen
-%defattr(-,root,root,-)
%{_bindir}/osrt-pkglistgen
%{_bindir}/osrt-skippkg-finder
%{_datadir}/%{source_dir}/pkglistgen
@@ -503,22 +493,18 @@
%{_datadir}/%{source_dir}/skippkg-finder.py
%files -n osclib
-%defattr(-,root,root,-)
%{_datadir}/%{source_dir}/osclib
%{osc_plugin_dir}/osclib
%files -n osc-plugin-cycle
-%defattr(-,root,root,-)
%{_datadir}/%{source_dir}/osc-cycle.py
%{osc_plugin_dir}/osc-cycle.py
%files -n osc-plugin-origin
-%defattr(-,root,root,-)
%{_datadir}/%{source_dir}/osc-origin.py
%{osc_plugin_dir}/osc-origin.py
%files -n osc-plugin-staging
-%defattr(-,root,root,-)
%{_datadir}/%{source_dir}/osc-staging.py
%{osc_plugin_dir}/osc-staging.py
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.JCuZGU/_old 2022-01-10 23:53:30.400799254 +0100
+++ /var/tmp/diff_new_pack.JCuZGU/_new 2022-01-10 23:53:30.400799254 +0100
@@ -1,6 +1,6 @@
name: openSUSE-release-tools
-version: 20220104.ae6175d3
-mtime: 1641314136
-commit: ae6175d30ef7b326fb313e45c21c11a62387d711
+version: 20220110.e8319fa5
+mtime: 1641808277
+commit: e8319fa5379eb00d7c9dba5cf1bf71985deee997