[bind] Fix spec file error causing FTBFS in rawhide

Tomas Hozza thozza at fedoraproject.org
Fri Jan 24 13:43:22 UTC 2014


commit 9d09f43a80cb1faf2df638f3228c6239d1654c86
Author: Tomas Hozza <thozza at redhat.com>
Date:   Fri Jan 24 14:43:23 2014 +0100

    Fix spec file error causing FTBFS in rawhide
    
    Signed-off-by: Tomas Hozza <thozza at redhat.com>

 bind.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bind.spec b/bind.spec
index c227ffb..46190cd 100644
--- a/bind.spec
+++ b/bind.spec
@@ -619,7 +619,7 @@ if [ "$1" -gt 0 ]; then
 fi
 :;
 
-%triggerun -- bind < bind-9.9.0-0.6.rc1
+%triggerun -- bind < 32:9.9.0-0.6.rc1
 /sbin/chkconfig --del named >/dev/null 2>&1 || :
 /bin/systemctl try-restart named.service >/dev/null 2>&1 || :
 


More information about the scm-commits mailing list