From 54dd915b8af1090ef86d375e0c75fc3eec554347a32a6cf2f98183ccbbd3852c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Schr=C3=B6der?= Date: Thu, 13 Jun 2019 14:33:20 +0000 Subject: [PATCH] Accepting request 708407 from home:jengelh:branches:Base:System - Enable decompression and creation of zstd-based payloads. - Add homepage and repo URL. OBS-URL: https://build.opensuse.org/request/show/708407 OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=499 --- python-rpm.spec | 4 +++- rpm.changes | 6 ++++++ rpm.spec | 5 ++++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/python-rpm.spec b/python-rpm.spec index 937f429..b688725 100644 --- a/python-rpm.spec +++ b/python-rpm.spec @@ -13,7 +13,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/ # @@ -26,6 +26,8 @@ Release: 0 Summary: Python Bindings for Manipulating RPM Packages License: GPL-2.0-or-later Group: Development/Libraries/Python +URL: https://rpm.org/ +#Git-Clone: https://github.com/rpm-software-management/rpm Source99: rpm.spec BuildRequires: %{python_module devel} BuildRequires: file-devel diff --git a/rpm.changes b/rpm.changes index 9e0ef9d..718fd22 100644 --- a/rpm.changes +++ b/rpm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 7 15:03:15 UTC 2019 - Jan Engelhardt + +- Enable decompression and creation of zstd-based payloads. +- Add homepage and repo URL. + ------------------------------------------------------------------- Tue May 14 10:11:34 UTC 2019 - Martin Liška diff --git a/rpm.spec b/rpm.spec index 59f6f26..0723adf 100644 --- a/rpm.spec +++ b/rpm.spec @@ -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/ # @@ -45,6 +45,7 @@ BuildRequires: popt-devel BuildRequires: rpm-build BuildRequires: xz-devel BuildRequires: zlib-devel +BuildRequires: pkgconfig(libzstd) #!BuildIgnore: rpmlint-Factory Provides: rpminst Requires(post): %fillup_prereq @@ -56,6 +57,8 @@ License: GPL-2.0-or-later Group: System/Packages Version: 4.14.2.1 Release: 0 +URL: https://rpm.org/ +#Git-Clone: https://github.com/rpm-software-management/rpm Source: http://ftp.rpm.org/releases/rpm-4.14.x/rpm-%{version}.tar.bz2 Source1: RPM-HOWTO.tar.bz2 Source5: rpmsort