Skip to content

Commit

Permalink
Merge branch 'rpm-software-management:master' into 3502
Browse files Browse the repository at this point in the history
  • Loading branch information
ffesti authored Jan 8, 2025
2 parents 1ad1f9b + 5a53470 commit 5ee0e16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,9 @@ if (ENABLE_PYTHON)
add_subdirectory(python)
endif()

set(RPM_PLUGINDIR ${CMAKE_INSTALL_FULL_LIBDIR}/rpm-plugins
CACHE PATH "rpm plugin directory")

if (ENABLE_PLUGINS)
add_subdirectory(plugins)
endif()
Expand Down
4 changes: 3 additions & 1 deletion docs/man/rpm.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -915,13 +915,15 @@ unique to verify mode are:
The format of the output is a string of 9 characters, a possible
attribute marker:

a %artifact a build side-effect file (such as buildid links)
a %artifact a build side-effect file (such as buildid links).
c %config configuration file.
d %doc documentation file.
g %ghost file (i.e. the file contents are not included in the package payload).
l %license license file.
m %missingok file missing is not a verify failure.
n %%config(noreplace) (do not replace file).
r %readme readme file.
s specfile in source package.

from the package header, followed by the file name. Each of the 9
characters denotes the result of a comparison of attribute(s) of the
Expand Down
3 changes: 0 additions & 3 deletions plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ if (HAVE_UNSHARE)
add_library(unshare MODULE unshare.c)
endif()

set(RPM_PLUGINDIR ${CMAKE_INSTALL_FULL_LIBDIR}/rpm-plugins
CACHE PATH "rpm plugin directory")

get_property(plugins DIRECTORY PROPERTY BUILDSYSTEM_TARGETS)
foreach(plugin ${plugins})
target_link_libraries(${plugin} PRIVATE librpmio librpm ${Intl_LIBRARIES})
Expand Down

0 comments on commit 5ee0e16

Please sign in to comment.