From 4ed3c3d8b5abce86706fc7081f343df57fc2d4fa Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Wed, 8 Oct 2014 20:31:00 +0200 Subject: [PATCH] redhat: fix RPM building on SuSE with respect to /usr/share/zsh An empty directory have to be referenced. --- redhat/lldpd.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redhat/lldpd.spec b/redhat/lldpd.spec index 663ce776..1739853d 100644 --- a/redhat/lldpd.spec +++ b/redhat/lldpd.spec @@ -208,7 +208,7 @@ rm -rf $RPM_BUILD_ROOT %{_sbindir}/lldpctl %{_sbindir}/lldpcli %{_libdir}/liblldpctl.so.* -%{_datadir}/zsh/vendor-completions +%{_datadir}/zsh %{_sysconfdir}/bash_completion.d %doc %{_mandir}/man8/lldp* %dir %attr(750,root,root) %lldpd_chroot -- 2.39.5