Update to 1.17.1
Resolves: RHEL-38831
This commit is contained in:
parent
95ab948346
commit
bffa792931
1
.gitignore
vendored
1
.gitignore
vendored
@ -67,3 +67,4 @@
|
|||||||
/librepo-1.15.2.tar.gz
|
/librepo-1.15.2.tar.gz
|
||||||
/librepo-1.16.0.tar.gz
|
/librepo-1.16.0.tar.gz
|
||||||
/librepo-1.17.0.tar.gz
|
/librepo-1.17.0.tar.gz
|
||||||
|
/librepo-1.17.1.tar.gz
|
||||||
|
14
librepo.spec
14
librepo.spec
@ -28,8 +28,8 @@
|
|||||||
%global dnf_conflict 2.8.8
|
%global dnf_conflict 2.8.8
|
||||||
|
|
||||||
Name: librepo
|
Name: librepo
|
||||||
Version: 1.17.0
|
Version: 1.17.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Repodata downloading library
|
Summary: Repodata downloading library
|
||||||
|
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -66,6 +66,9 @@ metadata.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Repodata downloading library
|
Summary: Repodata downloading library
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
%if %{with zchunk}
|
||||||
|
Requires: zchunk-devel%{?_isa}
|
||||||
|
%endif
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Development files for librepo.
|
Development files for librepo.
|
||||||
@ -124,6 +127,13 @@ Python 3 bindings for the librepo library.
|
|||||||
%{python3_sitearch}/%{name}/
|
%{python3_sitearch}/%{name}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 26 2024 Jan Kolarik <jkolarik@redhat.com> - 1.17.1-1
|
||||||
|
- Update to 1.17.1 (RHEL-38831)
|
||||||
|
- gpg_gpgme.c: fix build errors with older gcc
|
||||||
|
- Change header files to match a configured ABI regarding a zchunk support
|
||||||
|
- Fix building zchunk code if zchunk is enabled
|
||||||
|
- Fix compiler warnings
|
||||||
|
|
||||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.0-3
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.0-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (librepo-1.17.0.tar.gz) = f14446774349545c1122c7d6b9e33a51f38b15a2071543d5e8562975cc7ef1d04b6ddebcf4acdb88ada843e4f9854e0ef792a4b65a4ace4d3d125532c5b92427
|
SHA512 (librepo-1.17.1.tar.gz) = f0b669ffaa4b110f2c8eb24138b8300224ef670a18965da6db31faad9de1185991d1a74eb60e9f86b57d9c3ec5df7f230bc49a4d5ce87553ba845e1ac3f1be7e
|
||||||
|
Loading…
Reference in New Issue
Block a user