forked from pool/createrepo_c
Accepting request 1161168 from home:dirkmueller:Factory
- update to 1.1.0: * add --no-pretty option to reduce metadata size * align compression level for zck * restore compatibilty with libxml2 2.12.0 * restore default to pretty_print in mergerepo_c and modifyrepo_c * add tests OBS-URL: https://build.opensuse.org/request/show/1161168 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/createrepo_c?expand=0&rev=75
This commit is contained in:
parent
3724aedf15
commit
7df25bb55a
BIN
createrepo_c-1.0.2.tar.gz
(Stored with Git LFS)
BIN
createrepo_c-1.0.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
createrepo_c-1.1.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
createrepo_c-1.1.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 24 18:57:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.1.0:
|
||||
* add --no-pretty option to reduce metadata size
|
||||
* align compression level for zck
|
||||
* restore compatibilty with libxml2 2.12.0
|
||||
* restore default to pretty_print in mergerepo_c and modifyrepo_c
|
||||
* add tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 15 05:47:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package createrepo_c
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2022 Neal Gompa <ngompa13@gmail.com>.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -45,7 +45,7 @@
|
||||
%bcond_without as_createrepo
|
||||
%endif
|
||||
Name: createrepo_c
|
||||
Version: 1.0.2
|
||||
Version: 1.1.0
|
||||
Release: 0
|
||||
Summary: RPM repository metadata generation utility
|
||||
License: GPL-2.0-or-later
|
||||
@ -65,7 +65,7 @@ BuildRequires: libzstd-devel
|
||||
BuildRequires: lzma-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: rpm-devel >= 4.9.0
|
||||
BuildRequires: sqlite3-devel
|
||||
BuildRequires: sqlite3-devel >= 3.6.18
|
||||
BuildRequires: zlib-devel
|
||||
Requires: %{libname} = %{version}-%{release}
|
||||
Requires: %{libname}%{?_isa} = %{version}-%{release}
|
||||
@ -101,7 +101,7 @@ Obsoletes: createrepo < 0.11.0
|
||||
Provides: createrepo = %{version}-%{release}
|
||||
%else
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user