All, I'm trying to get the sub-packages for ssdeep right: https://build.opensuse.org/package/show?package=ssdeep&project=home%3Agregfreemyer%3ATools-for-forensic-boot-cd It has a executable of ssdeep, but the shared lib is libfuzzy.so. I currently have a main package of ssdeep and sub-packages of libfuzzy2 and libfuzzy2-devel. That allows the package to build, but I have no idea if I'm handling the sub-package names correctly. It seems wrong to me and I don't know why the 2 is needed. Is that because the library is libfuzzy v2.7? This is my %files section of the specfile: === %files %defattr(-,root,root) %doc README COPYING %{_bindir}/* %{_mandir}/man1/* %files -n libfuzzy2 %defattr(-,root,root) %doc README COPYING %{_libdir}/libfuzzy.so.* %files -n libfuzzy2-devel %defattr(-,root,root) %{_includedir}/fuzzy.h %{_libdir}/libfuzzy.so %exclude %{_libdir}/libfuzzy.a %exclude %{_libdir}/libfuzzy.la === Thanks Greg -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org