]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rpm: Fix undefined FIRST_ARG
authorBoris Ranto <branto@redhat.com>
Fri, 7 Jul 2017 10:37:55 +0000 (12:37 +0200)
committerBoris Ranto <branto@redhat.com>
Fri, 7 Jul 2017 12:42:54 +0000 (14:42 +0200)
commit562816914ccca8e4e7d9c31f333db2f0da6f7c99
tree3efa2f7080bde19d5e39a5961654649ea33287a2
parent148bb4cdb54fe3af5d9dda9fdfc8b1b6e4aab6c2
rpm: Fix undefined FIRST_ARG

If FIRST_ARG is undefined, the rpms will show an error on upgrade
because the condition in the postun script gets broken.

This was a regression introduced by commit for issue 20077 that moved
ceph-disk unit files to ceph-base.

Fixes: http://tracker.ceph.com/issues/20077
Signed-off-by: Boris Ranto <branto@redhat.com>
ceph.spec.in