summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Hozza <thozza@redhat.com>2014-01-24 14:43:23 +0100
committerTomas Hozza <thozza@redhat.com>2014-01-24 14:43:23 +0100
commit9d09f43a80cb1faf2df638f3228c6239d1654c86 (patch)
treecc72e8360e1f26116d6d80c370c1620ce96f6c65
parentfb62390fbb554f5346e16b2486813c3bebf65274 (diff)
Fix spec file error causing FTBFS in rawhide
Signed-off-by: Tomas Hozza <thozza@redhat.com>
-rw-r--r--bind.spec2
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 || :