Update to 0.63.0
Resolves: rhbz#1951433 Resolves: rhbz#1916786
This commit is contained in:
parent
2bd0260d88
commit
15f5dcb6fa
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,3 +49,4 @@
|
||||
/libdnf-0.55.2.tar.gz
|
||||
/libdnf-0.58.0.tar.gz
|
||||
/libdnf-0.60.0.tar.gz
|
||||
/libdnf-0.63.0.tar.gz
|
||||
|
30
libdnf.spec
30
libdnf.spec
@ -1,10 +1,10 @@
|
||||
%global libsolv_version 0.7.17
|
||||
%global libmodulemd_version 2.11.2-2
|
||||
%global librepo_version 1.13.0
|
||||
%global librepo_version 1.13.1
|
||||
%global dnf_conflict 4.3.0
|
||||
%global swig_version 3.0.12
|
||||
%global libdnf_major_version 0
|
||||
%global libdnf_minor_version 60
|
||||
%global libdnf_minor_version 63
|
||||
%global libdnf_micro_version 0
|
||||
|
||||
%define __cmake_in_source_build 1
|
||||
@ -56,7 +56,7 @@
|
||||
|
||||
Name: libdnf
|
||||
Version: %{libdnf_major_version}.%{libdnf_minor_version}.%{libdnf_micro_version}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Library providing simplified C and Python API to libsolv
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/rpm-software-management/libdnf
|
||||
@ -158,11 +158,6 @@ Python 3 bindings for the libdnf library.
|
||||
Summary: Python 2 bindings for the hawkey library
|
||||
%{?python_provide:%python_provide python2-hawkey}
|
||||
BuildRequires: python2-devel
|
||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||
BuildRequires: python-nose
|
||||
%else
|
||||
BuildRequires: python2-nose
|
||||
%endif
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: python2-%{name} = %{version}-%{release}
|
||||
# Fix problem with hawkey - dnf version incompatibility
|
||||
@ -180,7 +175,6 @@ Python 2 bindings for the hawkey library.
|
||||
Summary: Python 3 bindings for the hawkey library
|
||||
%{?python_provide:%python_provide python3-hawkey}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-nose
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: python3-%{name} = %{version}-%{release}
|
||||
# Fix problem with hawkey - dnf version incompatibility
|
||||
@ -311,6 +305,24 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jun 02 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.63.0-1
|
||||
- Fix: Fully set ssl in newHandle function
|
||||
- [conf] Add options for working with certificates used with proxy
|
||||
- lock: Switch return-if-fail to assert to quiet gcc -fanalyzer
|
||||
- Modify module NSVCA parsing - context definition (RhBug:1926771)
|
||||
- [context] Fix: dnf_package_is_installonly (RhBug:1928056)
|
||||
- Add getApplicablePackages to advisory and isApplicable to advisorymodule
|
||||
- Keep isAdvisoryApplicable to preserve API
|
||||
- Run ModulePackageContainerTest tests in tmpdir, merge interdependent
|
||||
- [context] Support config file option "proxy_auth_method", defaults "any"
|
||||
- Hardening: add signature check with rpmcliVerifySignatures (RhBug:1932079)
|
||||
- Do not allow 1 as installonly_limit value (RhBug:1926261)
|
||||
- Add a config option to check TLS certificate revocation status (using OCSP stapling), defaults to false (RhBug:1814383)
|
||||
- ModuleProfile: add isDefault()
|
||||
- ModulePackage: add getDefaultProfile()
|
||||
- Add new dnf_context_module_install() C API
|
||||
- Fix a crash when [media] section in .treeinfo is missing for bootable media (RhBug:1946024)
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.60.0-2
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libdnf-0.60.0.tar.gz) = afdab993db8c341a0c93011a267143ff5fc9fc6beadc14c99a42d0333bd955c9de79eba4cdca5b160d561f580fad76a74ee2aca82af0dfc3b2648ffbdb56c94d
|
||||
SHA512 (libdnf-0.63.0.tar.gz) = 0a2b1cab40c0dbce664ff7c13d04d9f1bd3a197558d4ba734f0851f8e5f512a81b9763196bb1a4283a440d82c809085a56cfb782f22a76ae7f3471e66e06709f
|
||||
|
Loading…
Reference in New Issue
Block a user