-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Fedora #997
Support Fedora #997
Conversation
Works with package output from open-eid/libdigidocpp#441 |
CMakeLists.txt
Outdated
set(CPACK_PACKAGE_VENDOR "RIA") | ||
set(CPACK_PACKAGING_INSTALL_PREFIX "/usr/") | ||
set(CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION | ||
"/usr/local" "/usr/local/etc" "/usr/share/man" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Package should not install anything into /usr/local folder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It had some conflicts with the Fedora 32 (maybe 33?) filesystem package, but in 34 it's fine.
@metsma I think this works now |
Co-authored-by: eidins <92649203+eidins@users.noreply.github.com>
Signed-off-by: Raul Metsma <raul@metsma.ee>
This reverts commit 945f5ea.
Signed-off-by: Raul Metsma <raul@metsma.ee>
Replacement for #935 that fixes the conflict