Update to 0.62.0
This commit is contained in:
parent
7d3a059045
commit
c38884c56b
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.62.0.tar.gz
|
||||
|
26
libdnf.spec
26
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 62
|
||||
%global libdnf_micro_version 0
|
||||
|
||||
%define __cmake_in_source_build 1
|
||||
@ -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,22 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Apr 15 2021 Nicola Sella <nsella@redhat.com> - 0.62.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)
|
||||
- libdnf.h: Remove overall extern "C"
|
||||
- [context] Fix: dnf_package_is_installonly (RhBug:1928056)
|
||||
- Fix problematic language
|
||||
- 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)
|
||||
|
||||
* Tue Mar 02 2021 Nicola Sella <nsella@redhat.com> - 0.60.0-1
|
||||
- Fix repo.fresh() implementation
|
||||
- build-sys: Add ENABLE_STATIC option
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libdnf-0.60.0.tar.gz) = afdab993db8c341a0c93011a267143ff5fc9fc6beadc14c99a42d0333bd955c9de79eba4cdca5b160d561f580fad76a74ee2aca82af0dfc3b2648ffbdb56c94d
|
||||
SHA512 (libdnf-0.62.0.tar.gz) = f7deab1c98e66f790472d41c1f3e9e55f35676a8ffcb4d50d2f41115fc7cfa61508763b808363364718963c8760aa708a5f3bf9ee5e39e65a4116c8b43543783
|
||||
|
Loading…
Reference in New Issue
Block a user