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
This commit is contained in:
parent
7f9a154e3c
commit
54dd915b8a
@ -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
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 7 15:03:15 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Enable decompression and creation of zstd-based payloads.
|
||||
- Add homepage and repo URL.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 14 10:11:34 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
5
rpm.spec
5
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
|
||||
|
Loading…
Reference in New Issue
Block a user