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



--- Comment #3 from Robert-André Mauchin <zebo...@gmail.com> ---
I'm not familiar with EPEL 7 specificities, though I know %{py2_dist macros
won't work.

 - You didn't remove BuildRoot:

 - systemd thingies are still wrong, you should not include 

if [ $1 -eq 1 ] ; then 
  ...
fi

   it's already included within the systemd macros.
   See for example how the %systemd_post is resolved by rpm:

$ rpm --eval "%systemd_post"

if [ $1 -eq 1 ] ; then 
        # Initial installation 
        systemctl --no-reload preset  >/dev/null 2>&1 || : 
fi

-- 
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

Reply via email to