Update to 1.14.1
This commit is contained in:
parent
5db81457b1
commit
7fb4292481
1
.gitignore
vendored
1
.gitignore
vendored
@ -59,3 +59,4 @@
|
|||||||
/librepo-1.12.1.tar.gz
|
/librepo-1.12.1.tar.gz
|
||||||
/librepo-1.13.0.tar.gz
|
/librepo-1.13.0.tar.gz
|
||||||
/librepo-1.14.0.tar.gz
|
/librepo-1.14.0.tar.gz
|
||||||
|
/librepo-1.14.1.tar.gz
|
||||||
|
11
librepo.spec
11
librepo.spec
@ -11,8 +11,8 @@
|
|||||||
%global dnf_conflict 2.8.8
|
%global dnf_conflict 2.8.8
|
||||||
|
|
||||||
Name: librepo
|
Name: librepo
|
||||||
Version: 1.14.0
|
Version: 1.14.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Repodata downloading library
|
Summary: Repodata downloading library
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -51,7 +51,6 @@ Summary: Python 3 bindings for the librepo library
|
|||||||
%{?python_provide:%python_provide python3-%{name}}
|
%{?python_provide:%python_provide python3-%{name}}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-gpg
|
BuildRequires: python3-gpg
|
||||||
BuildRequires: python3-flask
|
|
||||||
BuildRequires: python3-pyxattr
|
BuildRequires: python3-pyxattr
|
||||||
BuildRequires: python3-requests
|
BuildRequires: python3-requests
|
||||||
BuildRequires: python3-sphinx
|
BuildRequires: python3-sphinx
|
||||||
@ -97,6 +96,12 @@ Python 3 bindings for the librepo library.
|
|||||||
%{python3_sitearch}/%{name}/
|
%{python3_sitearch}/%{name}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 15 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 1.14.1-1
|
||||||
|
- Update to 1.14.1
|
||||||
|
- Recover from fsync fail on read-only filesystem (RhBug:1956361)
|
||||||
|
- Reduce time to load metadata
|
||||||
|
- Fix resource leaks
|
||||||
|
|
||||||
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 1.14.0-2
|
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 1.14.0-2
|
||||||
- Rebuilt for Python 3.10
|
- Rebuilt for Python 3.10
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (librepo-1.14.0.tar.gz) = e6c2a98a5c57901ebd16f09fd627daaf45e56a95e1d91bb350f60d3d33ed154d05980f8d4ddba2b7204d2e980f79dc075a741ff1527388f540182ba6a6186c98
|
SHA512 (librepo-1.14.1.tar.gz) = f1d32cb17ba2b3fd3865f9ba625333cf08f2f94a7160570d2c484bd84bb9bf005eada5310ac13861346c05a6b63f2bd9f2d885a46e1f44e06f21c3fa67f6cdeb
|
||||||
|
Loading…
Reference in New Issue
Block a user