Any specific reason for placing things in $libdir: /usr/lib64/realmd/realmd /usr/lib64/realmd/realmd-defaults.conf /usr/lib64/realmd/realmd-distro.conf %{_libdir}/ is usually for shared objects, not for well-known locations of "config files" or compatible-arch binaries; such things should not depend on the architecture that is used. %{_prefix}/lib/ sound like the better choice.
Makes sense. Will fix. The first one is an executable: /usr/lib64/realmd/realmd But the others are not.
realmd-0.16.2-1.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/realmd-0.16.2-1.fc22
realmd-0.16.2-1.fc23 has been submitted as an update for Fedora 23. https://admin.fedoraproject.org/updates/realmd-0.16.2-1.fc23
Package realmd-0.16.2-1.fc23: * should fix your issue, * was pushed to the Fedora 23 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing realmd-0.16.2-1.fc23' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-12471/realmd-0.16.2-1.fc23 then log in and leave karma (feedback).
realmd-0.16.2-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.
realmd-0.16.2-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.
(In reply to Kay Sievers from comment #0) > Any specific reason for placing things in $libdir: > /usr/lib64/realmd/realmd > /usr/lib64/realmd/realmd-defaults.conf > /usr/lib64/realmd/realmd-distro.conf > > %{_libdir}/ is usually for shared objects, not for well-known locations of > "config files" or compatible-arch binaries; such things should not depend on > the architecture that is used. > > %{_prefix}/lib/ sound like the better choice. Wouldn't /usr/libexec be better for this? /usr/lib/ is also for shared objects in 32 bit releases so is no better than /usr/lib64/
This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle. Changing version to '24'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
This message is a reminder that Fedora 24 is nearing its end of life. Approximately 2 (two) weeks from now Fedora will stop maintaining and issuing updates for Fedora 24. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '24'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 24 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
> /usr/lib64/realmd/realmd-defaults.conf > /usr/lib64/realmd/realmd-distro.conf these are still there in F-26: /usr/lib/realmd/realmd /usr/lib/realmd/realmd-defaults.conf /usr/lib/realmd/realmd-distro.conf And in fact not even in lib64 in the case of x86_64 so they're still wrong realmd-0.16.3-5.fc26.x86_64
For /usr/lib/realmd/realmd I agree that /usr/libexec/ is the better place. Do you think the default configuration files /usr/lib/realmd/realmd-defaults.conf and /usr/lib/realmd/realmd-distro.conf should be move to /usr/libexec as well or can they stay in /usr/lib or is there a better place somewhere else? I checked the Fedora packaging guides but didn't found any recommendation for this type of default configuration which can be overwritten by files in /etc, /etc/realmd.conf in this case.
I'd ask the packaging committee, generally most other daemons use /etc for everything and if/when they're edited deal with it using the config overwrite policies.
For realmd (like systemd, sssd and many other daemons), config defaults should not be present in /etc ... only administrator overrides to defaults.
Hi, since Fedora 34 the realmd daemon is moved to /usr/libexec and the default config files are in /usr/lib/realmd. I'm closing the ticket as CURRENTRELEASE. bye, Sumit