From e1c36d138fb38cfe46cb236b87f092810075ef20 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 9 Feb 2023 16:15:11 +0300 Subject: Improve system_package_manager_fedora::pkg_install() and add some notes --- bpkg/system-package-manager-fedora.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bpkg/system-package-manager-fedora.hxx') diff --git a/bpkg/system-package-manager-fedora.hxx b/bpkg/system-package-manager-fedora.hxx index a1f7baf..df2e765 100644 --- a/bpkg/system-package-manager-fedora.hxx +++ b/bpkg/system-package-manager-fedora.hxx @@ -252,6 +252,9 @@ namespace bpkg void dnf_install (const strings&); + void + dnf_mark_install (const strings&); + pair dnf_common (const char*); -- cgit v1.1