update to 0.55.2 [release 0.55.2-1mamba;Sat Dec 19 2020]
This commit is contained in:
parent
c84b9ac37e
commit
3ed94b81e8
@ -1,17 +1,19 @@
|
|||||||
diff -ru libdnf-0.54.2.orig/libdnf/dnf-context.cpp libdnf-0.54.2/libdnf/dnf-context.cpp
|
diff -ru libdnf-0.54.2.orig/libdnf/dnf-context.cpp libdnf-0.54.2/libdnf/dnf-context.cpp
|
||||||
--- libdnf-0.54.2.orig/libdnf/dnf-context.cpp 2020-10-17 14:26:56.928000000 +0200
|
--- libdnf-0.54.2.orig/libdnf/dnf-context.cpp 2020-10-17 14:26:56.928000000 +0200
|
||||||
+++ libdnf-0.54.2/libdnf/dnf-context.cpp 2020-10-17 14:31:32.900000000 +0200
|
+++ libdnf-0.54.2/libdnf/dnf-context.cpp 2020-10-17 14:31:32.900000000 +0200
|
||||||
@@ -1073,8 +1073,11 @@
|
@@ -1073,8 +1073,13 @@
|
||||||
dnf_context_get_installonly_pkgs(DnfContext *context)
|
dnf_context_get_installonly_pkgs(DnfContext *context)
|
||||||
{
|
{
|
||||||
static const gchar *installonly_pkgs[] = {
|
static const gchar *installonly_pkgs[] = {
|
||||||
- "kernel",
|
- "kernel",
|
||||||
- "kernel-PAE",
|
- "kernel-PAE",
|
||||||
+ "kernel-mamba-longterm","kernel-mamba-longterm-headers",
|
+ "kernel-mamba-longterm","kernel-mamba-longterm-headers","keernel-mamba-longterm-source",
|
||||||
+ "kernel-mamba-longterm-4GB","kernel-mamba-longterm-4GB-headers",
|
+ "kernel-mamba-longterm-4GB","kernel-mamba-longterm-4GB-headers","kernel-mamba-longterm-4GB-source",
|
||||||
+ "kernel-mamba","kernel-mamba-headers",
|
+ "kernel-mamba","kernel-mamba-headers","kernel-mamba-source",
|
||||||
+ "kernel-mamba-64GB","kernel-mamba-64GB-headers",
|
+ "kernel-mamba-64GB","kernel-mamba-64GB-headers","kernel-mamba-64GB-source",
|
||||||
+ "kernel-mamba-x86_64","kernel-mamba-x86_64-headers",
|
+ "kernel-mamba-x86_64","kernel-mamba-x86_64-headers","kernel-mamba-x86_64-source",
|
||||||
|
+ "kernel-mamba-arm","kernel-mamba-arm-headers","kernel-mamba-arm-source",
|
||||||
|
+ "kernel-mamba-aarch64","kernel-mamba-aarch64-headers","kernel-mamba-aarch64-source",
|
||||||
"installonlypkg(kernel)",
|
"installonlypkg(kernel)",
|
||||||
"installonlypkg(kernel-module)",
|
"installonlypkg(kernel-module)",
|
||||||
"installonlypkg(vm)",
|
"installonlypkg(vm)",
|
@ -1,5 +1,5 @@
|
|||||||
Name: libdnf
|
Name: libdnf
|
||||||
Version: 0.55.0
|
Version: 0.55.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Software management library
|
Summary: Software management library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -13,7 +13,7 @@ Patch1: libdnf-0.22.0-rpm5.patch
|
|||||||
Patch2: libdnf-0.22.0-rpm5-2.patch
|
Patch2: libdnf-0.22.0-rpm5-2.patch
|
||||||
Patch3: libdnf-0.22.0-rpm5-additional.patch
|
Patch3: libdnf-0.22.0-rpm5-additional.patch
|
||||||
Patch4: libdnf-0.31.0-x86_64-disable_inferior_arch_check.patch
|
Patch4: libdnf-0.31.0-x86_64-disable_inferior_arch_check.patch
|
||||||
Patch5: libdnf-0.54.2-openmamba-kernel-packages.patch
|
Patch5: libdnf-0.55.2-openmamba-kernel-packages.patch
|
||||||
Patch6: libdnf-0.43.1-arm-detect-arch-using-uname.patch
|
Patch6: libdnf-0.43.1-arm-detect-arch-using-uname.patch
|
||||||
Patch7: libdnf-0.31.0-i586-default-basearch.patch
|
Patch7: libdnf-0.31.0-i586-default-basearch.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
@ -115,6 +115,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 19 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.55.2-1mamba
|
||||||
|
- update to 0.55.2
|
||||||
|
|
||||||
* Tue Nov 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.55.0-1mamba
|
* Tue Nov 10 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.55.0-1mamba
|
||||||
- update to 0.55.0
|
- update to 0.55.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user