Update to 1.18.0
Resolves: RHEL-35699
This commit is contained in:
parent
1a733433e4
commit
54ca446c17
1
.gitignore
vendored
1
.gitignore
vendored
@ -68,3 +68,4 @@
|
||||
/librepo-1.16.0.tar.gz
|
||||
/librepo-1.17.0.tar.gz
|
||||
/librepo-1.17.1.tar.gz
|
||||
/librepo-1.18.0.tar.gz
|
||||
|
12
librepo.spec
12
librepo.spec
@ -28,8 +28,8 @@
|
||||
%global dnf_conflict 2.8.8
|
||||
|
||||
Name: librepo
|
||||
Version: 1.17.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.18.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Repodata downloading library
|
||||
|
||||
License: LGPL-2.1-or-later
|
||||
@ -127,6 +127,14 @@ Python 3 bindings for the librepo library.
|
||||
%{python3_sitearch}/%{name}/
|
||||
|
||||
%changelog
|
||||
* Tue Jul 02 2024 Evan Goode <egoode@redhat.com> - 1.18.0-1
|
||||
- Update to 1.18.0 (RHEL-35699)
|
||||
- API: Add LRO_USERNAME and LRO_PASSWORD options
|
||||
- Add a private dependency on zck to librepo.pc if zchunk support is enabled
|
||||
- Hash cache: Improved work with extended file attributes
|
||||
- Improve performance of large number of package downloads
|
||||
- Fix error handling, Fix examples and build them
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.17.1-2
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (librepo-1.17.1.tar.gz) = f0b669ffaa4b110f2c8eb24138b8300224ef670a18965da6db31faad9de1185991d1a74eb60e9f86b57d9c3ec5df7f230bc49a4d5ce87553ba845e1ac3f1be7e
|
||||
SHA512 (librepo-1.18.0.tar.gz) = 6630b4751163ff6a34c32b94f6d0ecdc34926ade6aa92342c99eef9a514edd25405e051c58f6630615dd9cd04ef5c0404ebc4805708356477b97d351baa19a73
|
||||
|
Loading…
Reference in New Issue
Block a user