Re: [Rpm-maint] [rpm-software-management/rpm] Handle IMA library as an imported target (PR #2472)

2023-04-06 Thread Panu Matilainen
The IMA target was actually broken, reverted in 589fb0e3aa15683cc71931da95b328e57a9c58b6 Thanks @dmnks for spotting. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/2472#issuecomment-1498723032 You are receiving this because you are

Re: [Rpm-maint] [rpm-software-management/rpm] Handle IMA library as an imported target (PR #2472)

2023-04-06 Thread Michal Domonkos
@dmnks commented on this pull request. > @@ -194,11 +194,14 @@ endif() if (WITH_IMAEVM) list(APPEND REQFUNCS lsetxattr) - find_path(IMA_INCLUDE_DIR NAMES imaevm.h) - find_library(IMA_LIBRARY NAMES imaevm) - if (NOT (IMA_INCLUDE_DIR AND IMA_LIBRARY)) -

Re: [Rpm-maint] [rpm-software-management/rpm] Handle IMA library as an imported target (PR #2472)

2023-04-06 Thread Michal Domonkos
@dmnks commented on this pull request. > @@ -194,11 +194,14 @@ endif() if (WITH_IMAEVM) list(APPEND REQFUNCS lsetxattr) - find_path(IMA_INCLUDE_DIR NAMES imaevm.h) - find_library(IMA_LIBRARY NAMES imaevm) - if (NOT (IMA_INCLUDE_DIR AND IMA_LIBRARY)) -

Re: [Rpm-maint] [rpm-software-management/rpm] Handle IMA library as an imported target (PR #2472)

2023-04-06 Thread Michal Domonkos
@dmnks commented on this pull request. > @@ -194,11 +194,14 @@ endif() if (WITH_IMAEVM) list(APPEND REQFUNCS lsetxattr) - find_path(IMA_INCLUDE_DIR NAMES imaevm.h) - find_library(IMA_LIBRARY NAMES imaevm) - if (NOT (IMA_INCLUDE_DIR AND IMA_LIBRARY)) -

Re: [Rpm-maint] [rpm-software-management/rpm] Handle IMA library as an imported target (PR #2472)

2023-04-06 Thread Panu Matilainen
Merged #2472 into master. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/2472#event-8942869883 You are receiving this because you are subscribed to this thread. Message ID: ___ Rpm-maint

[Rpm-maint] [rpm-software-management/rpm] Handle IMA library as an imported target (PR #2472)

2023-04-06 Thread Panu Matilainen
Most of our dependencies are imported targets already, so while for just one site this isnt actually any shorter in terms of LoC its more consistent with the surroundings in the consuming site, and more so if we ever need to link to this from some other place. You can view, comment on, or