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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Summary: Python Bindings for Manipulating RPM Packages
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
|
URL: https://rpm.org/
|
||||||
|
#Git-Clone: https://github.com/rpm-software-management/rpm
|
||||||
Source99: rpm.spec
|
Source99: rpm.spec
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: file-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>
|
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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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: rpm-build
|
||||||
BuildRequires: xz-devel
|
BuildRequires: xz-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
BuildRequires: pkgconfig(libzstd)
|
||||||
#!BuildIgnore: rpmlint-Factory
|
#!BuildIgnore: rpmlint-Factory
|
||||||
Provides: rpminst
|
Provides: rpminst
|
||||||
Requires(post): %fillup_prereq
|
Requires(post): %fillup_prereq
|
||||||
@ -56,6 +57,8 @@ License: GPL-2.0-or-later
|
|||||||
Group: System/Packages
|
Group: System/Packages
|
||||||
Version: 4.14.2.1
|
Version: 4.14.2.1
|
||||||
Release: 0
|
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
|
Source: http://ftp.rpm.org/releases/rpm-4.14.x/rpm-%{version}.tar.bz2
|
||||||
Source1: RPM-HOWTO.tar.bz2
|
Source1: RPM-HOWTO.tar.bz2
|
||||||
Source5: rpmsort
|
Source5: rpmsort
|
||||||
|
Loading…
x
Reference in New Issue
Block a user