MDEV-9385 Devel package wants ownership of /usr/share/pkgconfig on CentOS/RHEL

add /usr/share/pkgconfig to the rpm ignored list
This commit is contained in:
Sergei Golubchik 2016-01-21 22:10:44 +01:00
parent 5a5f18f3f7
commit b01e2ff1cd

View file

@ -86,6 +86,7 @@ SET(ignored
"%ignore ${CMAKE_INSTALL_PREFIX}/share/man"
"%ignore ${CMAKE_INSTALL_PREFIX}/share/man/man1*"
"%ignore ${CMAKE_INSTALL_PREFIX}/share/man/man8*"
"%ignore ${CMAKE_INSTALL_PREFIX}/share/pkgconfig"
)
SET(CPACK_RPM_server_USER_FILELIST ${ignored} "%config(noreplace) ${INSTALL_SYSCONF2DIR}/*")