https://bugzilla.redhat.com/show_bug.cgi?id=1848072 --- Comment #1 from Igor Raits <igor.raits@xxxxxxxxx> --- Two small comments: > install -D -m 644 -t %{buildroot}%{_sysconfdir}/ssh/sshd_config.d conf/40-ssh-key-dir.conf install -Dpm0644 -t %{buildroot}%{_sysconfdir}/ssh/sshd_config.d conf/40-ssh-key-dir.conf > if [ -x /usr/bin/systemctl ]; then > /usr/bin/systemctl try-reload-or-restart sshd.service > fi Not really happy about this one... What about %systemd_post sshd.service? Also you'll need to have Requires(post): openssh-server Probably for postun too, but not sure. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx