Sync from SUSE:SLFO:Main createrepo_c revision e05e0f867b3196fa243d0d2d35352ee5
This commit is contained in:
parent
a31b7310a8
commit
37b55b1f5b
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,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 11 19:31:41 UTC 2024 - Georg Pfuetzenreuter <mail+rpm@georg-pfuetzenreuter.net>
|
||||
|
||||
- Repair manpage links by removing a spurious backslash escape
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- remove unneeded file-devel dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 7 15:38:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@ -11,9 +31,9 @@ Tue Nov 7 15:38:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
* Fix a memory leak of nevra in case there are duplicate package
|
||||
* Free loaded zchunk dictionary
|
||||
* Fix few deltarpm related memory leaks
|
||||
update to 1.0.0:
|
||||
- update to 1.0.0:
|
||||
* Add zstd compression support
|
||||
update to 0.21.1:
|
||||
- update to 0.21.1:
|
||||
* Rename --filelists_ext to --filelists-ext to be consistent
|
||||
* Change test to compare contents instead of checksum
|
||||
* Don't remove old metadata packages with --update
|
||||
|
@ -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
|
||||
@ -56,7 +56,6 @@ BuildRequires: bash-completion
|
||||
BuildRequires: cmake
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: file-devel
|
||||
BuildRequires: git-core
|
||||
BuildRequires: glib2-devel >= 2.22.0
|
||||
BuildRequires: libbz2-devel
|
||||
@ -66,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}
|
||||
@ -171,7 +170,7 @@ sed -i -e '/HTML_TIMESTAMP/d' doc/Doxyfile.in.in
|
||||
%if %{with as_createrepo}
|
||||
for i in createrepo mergerepo modifyrepo sqliterepo;do
|
||||
ln -s %{_bindir}/$i\_c %{buildroot}%{_bindir}/$i
|
||||
echo ".so man8/$i\_c.8" > %{buildroot}%{_mandir}/man8/$i\.8
|
||||
echo ".so man8/${i}_c.8" > %{buildroot}%{_mandir}/man8/$i\.8
|
||||
done
|
||||
%else
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/alternatives
|
||||
|
Loading…
Reference in New Issue
Block a user