From 21c030ca752cdc9eaf3c5da4a0ade533f24cf1c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Mon, 16 Oct 2017 00:34:48 +0100 Subject: packaging: Fix RPM spec file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib05cfeb9ef553ebd69e388e6ba00ddf751deb686 Reviewed-on: https://code.wireshark.org/review/23934 Reviewed-by: João Valverde --- packaging/rpm/SPECS/wireshark.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packaging/rpm') diff --git a/packaging/rpm/SPECS/wireshark.spec.in b/packaging/rpm/SPECS/wireshark.spec.in index 827f446e9c..51eef46db4 100644 --- a/packaging/rpm/SPECS/wireshark.spec.in +++ b/packaging/rpm/SPECS/wireshark.spec.in @@ -450,7 +450,7 @@ fi %endif %{_libdir}/lib*.so* -%exclude %{_libdir}/%{name}/plugins/%{package_version}/*.la +%exclude %{_libdir}/%{name}/plugins/@VERSION_RELEASE@/*.la %exclude %{_libdir}/*.la %{_libdir}/wireshark %{_libdir}/pkgconfig/wireshark.pc @@ -463,6 +463,7 @@ fi %{_mandir}/man1/* %{_mandir}/man4/* %{_datadir}/wireshark +%{_includedir}/wireshark %if 0%{?install_ld_so_conf} /etc/ld.so.conf.d/wireshark.conf %endif -- cgit v1.2.3