Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package obs-service-recompress for openSUSE:Factory checked in at 2021-06-19 23:01:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/obs-service-recompress (Old) and /work/SRC/openSUSE:Factory/.obs-service-recompress.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-service-recompress" Sat Jun 19 23:01:42 2021 rev:18 rq:900286 version:0.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/obs-service-recompress/obs-service-recompress.changes 2020-08-04 20:18:09.460923195 +0200 +++ /work/SRC/openSUSE:Factory/.obs-service-recompress.new.2625/obs-service-recompress.changes 2021-06-19 23:01:42.619570937 +0200 @@ -1,0 +2,5 @@ +Wed May 26 11:55:33 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de> + +- Fixed checking for zstd support on different distributions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ obs-service-recompress.spec ++++++ --- /var/tmp/diff_new_pack.A6u0aX/_old 2021-06-19 23:01:43.331571848 +0200 +++ /var/tmp/diff_new_pack.A6u0aX/_new 2021-06-19 23:01:43.331571848 +0200 @@ -35,10 +35,8 @@ Requires: bzip2 Requires: gzip Requires: xz - -%if (0%{?suse_version} <= 1500 && 0%{?sle_version} <= 150000) || 0%{?fedora_version} < 25 || 0%{?rhel_version} < 6 -# noop -%else +# Enable zstd on all supported distributions +%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150000 || 0%{?fedora_version} > 25 || 0%{?rhel} >= 6 BuildRequires: zstd Requires: zstd %endif ++++++ PKGBUILD ++++++ --- /var/tmp/diff_new_pack.A6u0aX/_old 2021-06-19 23:01:43.379571909 +0200 +++ /var/tmp/diff_new_pack.A6u0aX/_new 2021-06-19 23:01:43.383571914 +0200 @@ -6,7 +6,7 @@ url="https://www.github.com/openSUSE/obs-service-recompress" license=('GPL-2.0+' 'GPL-2.0') groups=('base-devel') -depends=('gzip', 'bzip2', 'xz', 'zstd') +depends=('gzip' 'bzip2' 'xz' 'zstd') source=(obs-service-recompress-${pkgver}.tar.gz) md5sums=('SKIP')