diff options
author | Martin Winter <mwinter@opensourcerouting.org> | 2017-04-14 02:33:24 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-06-06 20:31:15 +0200 |
commit | 167a5efe3c1f330f2b35e1827b8f219dd70e0112 (patch) | |
tree | f687b7a25a0025c167ae31fa420a11e7b2e5d453 /redhat/frr.spec.in | |
parent | redhat: Fix ospf6d typo in frr.spec.in (diff) | |
download | frr-167a5efe3c1f330f2b35e1827b8f219dd70e0112.tar.xz frr-167a5efe3c1f330f2b35e1827b8f219dd70e0112.zip |
redhat: Don't set file attributes for symlinks
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to '')
-rw-r--r-- | redhat/frr.spec.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index d110bf9ff..6a3c75aac 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -542,8 +542,9 @@ rm -rf %{buildroot} %{_sbindir}/nhrpd %endif %if %{with_shared} -%attr(755,root,root) %{_libdir}/lib*.so -%attr(755,root,root) %{_libdir}/lib*.so.* +%{_libdir}/lib*.so +%{_libdir}/lib*.so.0 +%attr(755,root,root) %{_libdir}/lib*.so.0.* %endif %{_bindir}/* %config /etc/frr/[!v]* |