import libdnf-0.63.0-4.el8
This commit is contained in:
parent
293a962d5c
commit
a578a85fa9
@ -0,0 +1,28 @@
|
|||||||
|
From 6eb68174565ce0402cead9e45053b560e819e982 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Aleš Matěj <amatej@redhat.com>
|
||||||
|
Date: Tue, 21 Sep 2021 12:10:49 +0200
|
||||||
|
Subject: [PATCH] Turn off strict validation of modulemd documents (RhBug:2004853,2007166,2007167)
|
||||||
|
|
||||||
|
https://bugzilla.redhat.com/show_bug.cgi?id=2004853
|
||||||
|
https://bugzilla.redhat.com/show_bug.cgi?id=2007166
|
||||||
|
https://bugzilla.redhat.com/show_bug.cgi?id=2007167
|
||||||
|
---
|
||||||
|
libdnf/module/modulemd/ModuleMetadata.cpp | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/libdnf/module/modulemd/ModuleMetadata.cpp b/libdnf/module/modulemd/ModuleMetadata.cpp
|
||||||
|
index fbdd8a1..9dcd661 100644
|
||||||
|
--- a/libdnf/module/modulemd/ModuleMetadata.cpp
|
||||||
|
+++ b/libdnf/module/modulemd/ModuleMetadata.cpp
|
||||||
|
@@ -78,7 +78,7 @@ void ModuleMetadata::addMetadataFromString(const std::string & yaml, int priorit
|
||||||
|
g_autoptr(GPtrArray) failures = NULL;
|
||||||
|
|
||||||
|
ModulemdModuleIndex * mi = modulemd_module_index_new();
|
||||||
|
- gboolean success = modulemd_module_index_update_from_string(mi, yaml.c_str(), TRUE, &failures, &error);
|
||||||
|
+ gboolean success = modulemd_module_index_update_from_string(mi, yaml.c_str(), FALSE, &failures, &error);
|
||||||
|
if(!success){
|
||||||
|
ModuleMetadata::reportFailures(failures);
|
||||||
|
}
|
||||||
|
--
|
||||||
|
libgit2 1.0.1
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
@ -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: 3%{?dist}
|
Release: 4%{?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
|
||||||
@ -83,7 +83,7 @@ Patch19: 0019-Remove-redundant-test.patch
|
|||||||
Patch20: 0020-Fix-dnf_context_module_install-memory-leaks.patch
|
Patch20: 0020-Fix-dnf_context_module_install-memory-leaks.patch
|
||||||
Patch21: 0021-covscan-remove-unused-vars-mark-private-func-static-return-values.patch
|
Patch21: 0021-covscan-remove-unused-vars-mark-private-func-static-return-values.patch
|
||||||
Patch22: 0022-hawkey-surrogateescape-error-handler-to-decode-UTF-8-strings-RhBug1893176.patch
|
Patch22: 0022-hawkey-surrogateescape-error-handler-to-decode-UTF-8-strings-RhBug1893176.patch
|
||||||
Patch23: 0023-Update-translations.patch
|
Patch23: 0023-Turn-off-strict-validation-of-modulemd-documents-RhBug200485320071662007167.patch
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -328,8 +328,11 @@ popd
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Sep 13 2021 Marek Blaha <mblaha@redhat.com> - 0.63.0-3
|
* Tue Nov 09 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.63.0-4
|
||||||
- Update translations (RhBug:1961634)
|
- Bump release number because of conflicting version of 8.5 build
|
||||||
|
|
||||||
|
* Tue Nov 09 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.63.0-3
|
||||||
|
- Turn off strict validation of modulemd documents (RhBug:2004853,2007166,2007167)
|
||||||
|
|
||||||
* Tue Jul 27 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.63.0-2
|
* Tue Jul 27 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.63.0-2
|
||||||
- Fix: dnf_context_module_install: memory leaks
|
- Fix: dnf_context_module_install: memory leaks
|
||||||
|
Loading…
Reference in New Issue
Block a user