Update to 0.68.0
This commit is contained in:
parent
8892c4d80e
commit
0cbbb922a4
1
.gitignore
vendored
1
.gitignore
vendored
@ -55,3 +55,4 @@
|
|||||||
/libdnf-0.65.0.tar.gz
|
/libdnf-0.65.0.tar.gz
|
||||||
/libdnf-0.66.0.tar.gz
|
/libdnf-0.66.0.tar.gz
|
||||||
/libdnf-0.67.0.tar.gz
|
/libdnf-0.67.0.tar.gz
|
||||||
|
/libdnf-0.68.0.tar.gz
|
||||||
|
12
libdnf.spec
12
libdnf.spec
@ -4,7 +4,7 @@
|
|||||||
%global dnf_conflict 4.11.0
|
%global dnf_conflict 4.11.0
|
||||||
%global swig_version 3.0.12
|
%global swig_version 3.0.12
|
||||||
%global libdnf_major_version 0
|
%global libdnf_major_version 0
|
||||||
%global libdnf_minor_version 67
|
%global libdnf_minor_version 68
|
||||||
%global libdnf_micro_version 0
|
%global libdnf_micro_version 0
|
||||||
|
|
||||||
%define __cmake_in_source_build 1
|
%define __cmake_in_source_build 1
|
||||||
@ -56,7 +56,7 @@
|
|||||||
|
|
||||||
Name: libdnf
|
Name: libdnf
|
||||||
Version: %{libdnf_major_version}.%{libdnf_minor_version}.%{libdnf_micro_version}
|
Version: %{libdnf_major_version}.%{libdnf_minor_version}.%{libdnf_micro_version}
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library providing simplified C and Python API to libsolv
|
Summary: Library providing simplified C and Python API to libsolv
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/rpm-software-management/libdnf
|
URL: https://github.com/rpm-software-management/libdnf
|
||||||
@ -304,6 +304,14 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 16 2022 Jaroslav Rohel <jrohel@redhat.com> - 0.68.0-1
|
||||||
|
- Update to 0.68.0
|
||||||
|
- context: Support <package-spec> (NEVRA forms, provides, file provides) including globs in the dnf_context_remove func (RhBug:2084602)
|
||||||
|
- dnf-context: Disconnect signal handler before dropping file monitor ref
|
||||||
|
- Filter out advisory pkgs with different arch during advisory upgrade, fixes possible problems in dependency resulution (RhBug:2088149)
|
||||||
|
- Gracefully handle failure to open repo primary file
|
||||||
|
- Fix listing a repository without cpeid (RhBug:2066334)
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.67.0-4
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.67.0-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libdnf-0.67.0.tar.gz) = 485a0a5674cd31dacf28c9a8d3a9a9c29b3c47c4f80286551786aaa1b8186a054ec23b305fb42d69f617c9ac261cad9ac611b5c777b27ede57584ca97bd910e3
|
SHA512 (libdnf-0.68.0.tar.gz) = 49d9ce8bcc0bdc8ee09f6a5f3bb36e8c0f57337e3593dd75dd2fb5a4c5f75f117a7cff82953d59536975343a3c00956f7648830fa32905f84bcbf1d049621ba9
|
||||||
|
Loading…
Reference in New Issue
Block a user