Hello, The following build http://koji.fedoraproject.org/koji/taskinfo?taskID=11675563 is failing due to error: line 256: Trigger fired by the same package is already defined in spec file: %triggerun -- nfs-utils < 1:1.3.1-4.0 Here all the trigger (that have been around forever): triggerun -- nfs-utils < 1:1.2.4-2 /bin/systemctl enable nfs-lock.service >/dev/null 2>&1 || : if /sbin/chkconfig --level 3 nfs ; then /bin/systemctl enable nfs-server.service >/dev/null 2>&1 || : fi %triggerin -- nfs-utils < 1:1.3.0-0.2 /bin/systemctl restart nfs-config >/dev/null 2>&1 || : %triggerin -- nfs-utils < 1:1.3.0-7.1 /bin/systemctl stop rpc-svcgssd >/dev/null 2>&1 || : %triggerun -- nfs-utils < 1:1.3.1-4.0 # reset configuration files and running daemons if [ $1 -eq 2 ] ; then /bin/systemctl enable nfs-client.target >/dev/null 2>&1 || : /bin/systemctl restart nfs-config >/dev/null 2>&1 || : /bin/systemctl restart nfs-client.target >/dev/null 2>&1 || : fi This failure does not happen on f22 or rawhide and I simply don't see the duplicate of the nfs-utils < 1:1.3.1-4.0 What am I missing and why is this only happening on f23? tia! steved. -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct