Accepting request 1161170 from system:packagemanager

OBS-URL: https://build.opensuse.org/request/show/1161170
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/createrepo_c?expand=0&rev=22
This commit is contained in:
Ana Guerrero 2024-03-25 20:07:06 +00:00 committed by Git OBS Bridge
commit b908a40dc5
4 changed files with 17 additions and 7 deletions

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

Binary file not shown.

View File

@ -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>

View File

@ -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