Skip to content

Commit b01e2ff

Browse files
committed
MDEV-9385 Devel package wants ownership of /usr/share/pkgconfig on CentOS/RHEL
add /usr/share/pkgconfig to the rpm ignored list
1 parent 5a5f18f commit b01e2ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/cpack_rpm.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ SET(ignored
8686
"%ignore ${CMAKE_INSTALL_PREFIX}/share/man"
8787
"%ignore ${CMAKE_INSTALL_PREFIX}/share/man/man1*"
8888
"%ignore ${CMAKE_INSTALL_PREFIX}/share/man/man8*"
89+
"%ignore ${CMAKE_INSTALL_PREFIX}/share/pkgconfig"
8990
)
9091

9192
SET(CPACK_RPM_server_USER_FILELIST ${ignored} "%config(noreplace) ${INSTALL_SYSCONF2DIR}/*")

0 commit comments

Comments
 (0)