diff options
| author | Tomas Hozza <thozza@redhat.com> | 2014-01-24 14:43:23 +0100 |
|---|---|---|
| committer | Tomas Hozza <thozza@redhat.com> | 2014-01-24 14:43:23 +0100 |
| commit | 9d09f43a80cb1faf2df638f3228c6239d1654c86 (patch) | |
| tree | cc72e8360e1f26116d6d80c370c1620ce96f6c65 | |
| parent | fb62390fbb554f5346e16b2486813c3bebf65274 (diff) | |
Fix spec file error causing FTBFS in rawhide
Signed-off-by: Tomas Hozza <thozza@redhat.com>
| -rw-r--r-- | bind.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 || : |
