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



--- Comment #8 from Michael Schwendt <[email protected]> ---
> %patch0
> %patch1

https://fedoraproject.org/wiki/Packaging:Guidelines#Patch_Guidelines


> %post
> if [ $1 = 1 ] ; then
>  mandb
> fi
> 
> %postun
> if [ $1 = 0 ] ; then
>   mandb
> fi

That's odd. First Fedora package ever I've seen that does.
https://fedoraproject.org/wiki/Packaging:Guidelines#Manpages

mandb is updated via systemd man-db.timer.

-- 
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 -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to