Update to 0.73.0
This commit is contained in:
parent
2dc4c7abd6
commit
836183e012
1
.gitignore
vendored
1
.gitignore
vendored
@ -61,3 +61,4 @@
|
||||
/libdnf-0.70.2.tar.gz
|
||||
/libdnf-0.71.0.tar.gz
|
||||
/libdnf-0.72.0.tar.gz
|
||||
/libdnf-0.73.0.tar.gz
|
||||
|
11
libdnf.spec
11
libdnf.spec
@ -4,7 +4,7 @@
|
||||
%global dnf_conflict 4.11.0
|
||||
%global swig_version 3.0.12
|
||||
%global libdnf_major_version 0
|
||||
%global libdnf_minor_version 72
|
||||
%global libdnf_minor_version 73
|
||||
%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: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Library providing simplified C and Python API to libsolv
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://github.com/rpm-software-management/libdnf
|
||||
@ -304,6 +304,13 @@ popd
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Feb 08 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.73.0-1
|
||||
- Update to 0.73.0
|
||||
- filelists metadata loading on demand
|
||||
- deltarpm disabled on Fedora
|
||||
- conf: Introduce new optional_metadata_types option to load filelists on demand
|
||||
- goal: Method for detecting file dependency problems
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.72.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libdnf-0.72.0.tar.gz) = eaadaa97d7ae844fe4d7da783cd8e2e03a4ba8d4cae5bdcbeb6686707c38e24cee4113255b941dff0929f863326d351d8889ae804e1f7e028a8a9347572ac606
|
||||
SHA512 (libdnf-0.73.0.tar.gz) = 88ba966c8f80aa897bf1474bab56375545f5f6d7acde2b63b9e75c788d7cad4858948fb5477a8a422071f60c9e8e701f8fd802f084a50a1f66b9f1e6444dc17c
|
||||
|
Loading…
Reference in New Issue
Block a user