https://bugzilla.redhat.com/show_bug.cgi?id=1652560 Bug ID: 1652560 Summary: /etc/rt/RT_SiteConfig.d created without search permission Product: Fedora Version: 29 Component: rt Assignee: rc040203@xxxxxxxxxx Reporter: imc@xxxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: perl-devel@xxxxxxxxxxxxxxxxxxxxxxx, rc040203@xxxxxxxxxx, tibbs@xxxxxxxxxxx After installing the rt package: $ ls -ald /etc/rt/RT_SiteConfig.d drw-r----- 2 apache apache 47 Nov 20 18:06 /etc/rt/RT_SiteConfig.d We need to manually add 'x' permission before putting config files in there. But if rt is upgraded via dnf/rpm then the permissions get reset and suddenly RT loses its configuration until we figure out the problem and re-add the permissions. This seems to be because of the following line in the spec file: %config(noreplace) %attr(0640,apache,apache) %{_sysconfdir}/%{name}/RT_* Seen in: rt-4.4.2-2.fc28.noarch.rpm rt-4.4.3-1.fc29.noarch.rpm -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx