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 2022-02-10 23:11:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-recompress (Old)
and /work/SRC/openSUSE:Factory/.obs-service-recompress.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-service-recompress"
Thu Feb 10 23:11:38 2022 rev:19 rq:952916 version:0.5.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/obs-service-recompress/obs-service-recompress.changes
2021-06-19 23:01:42.619570937 +0200
+++
/work/SRC/openSUSE:Factory/.obs-service-recompress.new.1956/obs-service-recompress.changes
2022-02-10 23:12:18.908244634 +0100
@@ -1,0 +2,6 @@
+Sun Jan 30 23:05:35 UTC 2022 - Dirk M??ller <[email protected]>
+
+- use filebased requires on gzip so that zstd can supplement it as
+ well
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ obs-service-recompress.spec ++++++
--- /var/tmp/diff_new_pack.EjSrnq/_old 2022-02-10 23:12:19.408245901 +0100
+++ /var/tmp/diff_new_pack.EjSrnq/_new 2022-02-10 23:12:19.412245911 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package obs-service-recompress
+# spec file
#
-# Copyright (c) 2020 SUSE LLC
+# 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
@@ -17,7 +17,6 @@
%define service recompress
-
Name: obs-service-%{service}
Version: 0.5.1
Release: 0
@@ -26,23 +25,20 @@
Group: Development/Tools/Building
URL: https://github.com/openSUSE/obs-service-%{service}
Source: %{name}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: perl(Test::More)
-
BuildRequires: bzip2
BuildRequires: gzip
BuildRequires: xz
+BuildRequires: perl(Test::More)
+Requires: %{_bindir}/gzip
Requires: bzip2
-Requires: gzip
Requires: xz
+BuildArch: noarch
# 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
-BuildArch: noarch
-
%description
This is a source service for openSUSE Build Service.
@@ -54,20 +50,18 @@
xz : XZ Compression
zstd : Zstd Compression
-
%prep
%setup -q
%build
%install
-make DESTDIR=%buildroot install
+%make_install
%check
-make test
+%make_build test
%files
-%defattr(-,root,root)
%dir %{_prefix}/lib/obs
%{_prefix}/lib/obs/service