Hello community, here is the log from the commit of package libstoragemgmt for openSUSE:Factory checked in at 2016-02-17 10:25:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libstoragemgmt (Old) and /work/SRC/openSUSE:Factory/.libstoragemgmt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libstoragemgmt" Changes: -------- --- /work/SRC/openSUSE:Factory/libstoragemgmt/libstoragemgmt.changes 2015-06-24 21:05:37.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libstoragemgmt.new/libstoragemgmt.changes 2016-02-17 12:14:55.000000000 +0100 @@ -1,0 +2,6 @@ +Sat Feb 6 11:20:21 UTC 2016 - [email protected] + +- Make building more verbose +- Small spec file cleanups + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libstoragemgmt.spec ++++++ --- /var/tmp/diff_new_pack.3LinMV/_old 2016-02-17 12:14:56.000000000 +0100 +++ /var/tmp/diff_new_pack.3LinMV/_new 2016-02-17 12:14:56.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libstoragemgmt # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -190,8 +190,7 @@ %build %configure \ --disable-static - -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install make DESTDIR=%{buildroot} install %{?_smp_mflags} @@ -353,14 +352,14 @@ %files %defattr(-,root,root,-) -%{_mandir}/man1/lsmcli.1* -%{_mandir}/man1/lsmd.1* +%{_mandir}/man1/lsmcli.1%{ext_man} +%{_mandir}/man1/lsmd.1%{ext_man} %{_mandir}/man5/lsmd.conf.5* %{_bindir}/lsmcli %{_datadir}/bash-completion/completions/lsmcli %{_bindir}/lsmd %{_bindir}/simc_lsmplugin -%{_mandir}/man1/simc_lsmplugin.1* +%{_mandir}/man1/simc_lsmplugin.1%{ext_man} %{_unitdir}/libstoragemgmt.service %{_tmpfilesdir}/%{name}.conf %dir %{_sysconfdir}/lsm @@ -378,12 +377,12 @@ %files -n %{libname} %defattr(-,root,root,-) %doc README COPYING.LIB -%{_libdir}/*.so.* +%{_libdir}/libstoragemgmt.so.* %files devel %defattr(-,root,root,-) %{_includedir}/* -%{_libdir}/*.so +%{_libdir}/libstoragemgmt.so %{_libdir}/pkgconfig/libstoragemgmt.pc %files -n python-%{name} @@ -399,35 +398,35 @@ %{python_sitelib}/lsm/lsmcli %{_bindir}/sim_lsmplugin %config(noreplace) %{_sysconfdir}/lsm/pluginconf.d/sim.conf -%{_mandir}/man1/sim_lsmplugin.1* +%{_mandir}/man1/sim_lsmplugin.1%{ext_man} %files smis-plugin %defattr(-,root,root,-) %dir %{python_sitelib}/lsm/plugin/smispy %{python_sitelib}/lsm/plugin/smispy %{_bindir}/smispy_lsmplugin -%{_mandir}/man1/smispy_lsmplugin.1* +%{_mandir}/man1/smispy_lsmplugin.1%{ext_man} %files netapp-plugin %defattr(-,root,root,-) %dir %{python_sitelib}/lsm/plugin/ontap %{python_sitelib}/lsm/plugin/ontap %{_bindir}/ontap_lsmplugin -%{_mandir}/man1/ontap_lsmplugin.1* +%{_mandir}/man1/ontap_lsmplugin.1%{ext_man} %files targetd-plugin %defattr(-,root,root,-) %dir %{python_sitelib}/lsm/plugin/targetd %{python_sitelib}/lsm/plugin/targetd %{_bindir}/targetd_lsmplugin -%{_mandir}/man1/targetd_lsmplugin.1* +%{_mandir}/man1/targetd_lsmplugin.1%{ext_man} %files nstor-plugin %defattr(-,root,root,-) %dir %{python_sitelib}/lsm/plugin/nstor %{python_sitelib}/lsm/plugin/nstor %{_bindir}/nstor_lsmplugin -%{_mandir}/man1/nstor_lsmplugin.1* +%{_mandir}/man1/nstor_lsmplugin.1%{ext_man} %files megaraid-plugin %defattr(-,root,root,-) @@ -437,7 +436,7 @@ %{python_sitelib}/lsm/plugin/megaraid/utils.* %{_bindir}/megaraid_lsmplugin %config(noreplace) %{_sysconfdir}/lsm/pluginconf.d/megaraid.conf -%{_mandir}/man1/megaraid_lsmplugin.1* +%{_mandir}/man1/megaraid_lsmplugin.1%{ext_man} %files hpsa-plugin %defattr(-,root,root,-) @@ -447,7 +446,7 @@ %{python_sitelib}/lsm/plugin/hpsa/utils.* %{_bindir}/hpsa_lsmplugin %config(noreplace) %{_sysconfdir}/lsm/pluginconf.d/hpsa.conf -%{_mandir}/man1/hpsa_lsmplugin.1* +%{_mandir}/man1/hpsa_lsmplugin.1%{ext_man} %files rest %defattr(-,root,root,-)
