Skip to content

Commit

Permalink
Exclude prepare-dirs from bin package
Browse files Browse the repository at this point in the history
Prepare-dirs on i586 platforms end up in the same directory as the
other lib files so it would get automatically included in the bin
package. To prevent this only "*.so*" files are included in the bin
package from this directory.

fixes #8126

Signed-off-by: Gunnar Beutner <gunnar.beutner@netways.de>
  • Loading branch information
thardeck authored and gunnarbeutner committed Dec 19, 2014
1 parent 403c1c7 commit 4581fad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion icinga2.spec
Expand Up @@ -452,7 +452,8 @@ exit 0
%{_sbindir}/%{name}
%exclude %{_libdir}/%{name}/libdb_ido_mysql*
%exclude %{_libdir}/%{name}/libdb_ido_pgsql*
%{_libdir}/%{name}
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/*.so*
%{_datadir}/%{name}
%exclude %{_datadir}/%{name}/include
%{_mandir}/man8/%{name}.8.gz
Expand Down

0 comments on commit 4581fad

Please sign in to comment.