https://bugzilla.redhat.com/show_bug.cgi?id=1848072



--- Comment #1 from Igor Raits <igor.ra...@gmail.com> ---
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@lists.fedoraproject.org
To unsubscribe send an email to package-review-le...@lists.fedoraproject.org
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@lists.fedoraproject.org

Reply via email to