diff options
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2018-06-20 15:40:45 +0200 |
---|---|---|
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | 2018-06-21 17:05:41 +0200 |
commit | d1ef2aafc8c6ebeead96e2cfa593429d6de4aa35 (patch) | |
tree | faddb8ea642ae701028df15f766e036dcb2d8896 /redhat | |
parent | redhat: remove support for static builds (diff) | |
download | frr-d1ef2aafc8c6ebeead96e2cfa593429d6de4aa35.tar.xz frr-d1ef2aafc8c6ebeead96e2cfa593429d6de4aa35.zip |
redhat: unversioned libs belong in -devel package
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com>
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/frr.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index a9c0bcd7b..e90709903 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -569,7 +569,6 @@ fi %if %{with_babeld} %{_sbindir}/babeld %endif -%{_libdir}/lib*.so %{_libdir}/lib*.so.0 %attr(755,root,root) %{_libdir}/lib*.so.0.* %if %{with_fpm} @@ -601,6 +600,7 @@ fi %{_sbindir}/frr-reload.pyo %files devel +%{_libdir}/lib*.so %if %{with_ospfclient} %{_sbindir}/ospfclient %endif |