File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ --- tdnf-3.0.0-beta/client/plugins.c.orig 2021-11-19 14:57:30.307988836 +0000
2
+ +++ tdnf-3.0.0-beta/client/plugins.c 2021-11-19 14:57:15.299176437 +0000
3
+ @@ -197,7 +197,7 @@
4
+ }
5
+ if (pPlugin->pModule)
6
+ {
7
+ - dlclose(pPlugin->pModule);
8
+ + //dlclose(pPlugin->pModule);
9
+ }
10
+ }
11
+
Original file line number Diff line number Diff line change 5
5
Summary: dnf/yum equivalent using C libs
6
6
Name: tdnf
7
7
Version: 3.0.0
8
- Release: 5 %{?dist }
8
+ Release: 6 %{?dist }
9
9
Vendor: VMware, Inc.
10
10
Distribution: Photon
11
11
License: LGPLv2.1,GPLv2
@@ -44,6 +44,7 @@ Patch104: tdnf-client.sgifixes.patch
44
44
Patch105: tdnf-common-utils.sgifixes.patch
45
45
Patch106: tdnf-client-rpmtrans.sgifixes.patch
46
46
Patch107: tdnf-printfprecision.sgifixes.patch
47
+ Patch108: tdnf-no-dlclose-plugins.patch
47
48
48
49
%description
49
50
tdnf is a yum/dnf equivalent which uses libsolv and libcurl
You can’t perform that action at this time.
0 commit comments