Hello community, here is the log from the commit of package util-linux for openSUSE:Factory checked in at 2014-07-27 08:24:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/util-linux (Old) and /work/SRC/openSUSE:Factory/.util-linux.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "util-linux" Changes: -------- --- /work/SRC/openSUSE:Factory/util-linux/util-linux.changes 2014-06-02 07:02:20.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.util-linux.new/util-linux.changes 2014-07-27 08:24:05.000000000 +0200 @@ -1,0 +2,16 @@ +Sat Jul 26 11:44:57 UTC 2014 - [email protected] + +- Really fix devel-static requires (libblkid-devel-static). + +------------------------------------------------------------------- +Sat Jul 26 09:39:30 UTC 2014 - [email protected] + +- fix requires of devel-static packages + +------------------------------------------------------------------- +Thu Jul 24 18:45:53 CEST 2014 - [email protected] + +- enable build of libmount-devel-static, libuuid-devel-static and + libblkid-devel-static + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ util-linux.spec ++++++ --- /var/tmp/diff_new_pack.jpNExo/_old 2014-07-27 08:24:06.000000000 +0200 +++ /var/tmp/diff_new_pack.jpNExo/_new 2014-07-27 08:24:06.000000000 +0200 @@ -192,6 +192,15 @@ Files needed to develop applications using the library for filesystem detection. +%package -n libblkid-devel-static +Summary: Development files for the filesystem detection library +Group: Development/Libraries/C and C++ +Requires: libblkid-devel = %{version} + +%description -n libblkid-devel-static +Files needed to develop applications using the library for filesystem +detection. + %package -n uuidd Summary: Helper daemon to guarantee uniqueness of time-based UUIDs Group: System/Filesystems @@ -221,6 +230,15 @@ Files to develop applications using the library to generate universally unique IDs (UUIDs). +%package -n libuuid-devel-static +Summary: Development files for libuuid1 +Group: Development/Libraries/C and C++ +Requires: libuuid-devel = %{version} + +%description -n libuuid-devel-static +Files to develop applications using the library to generate universally +unique IDs (UUIDs). + %package -n libmount1 Summary: Device mount library Group: System/Filesystems @@ -237,6 +255,14 @@ %description -n libmount-devel Files to develop applications using the libmount library. +%package -n libmount-devel-static +Summary: Development files for libmount1 +Group: Development/Libraries/C and C++ +Requires: libmount-devel = %{version} + +%description -n libmount-devel-static +Files to develop applications using the libmount library. + %lang_package %prep %if 0%{?VERIFY_SIG} @@ -340,7 +366,7 @@ --disable-kill \ %endif --disable-use-tty-group \ - --disable-static \ + --enable-static \ --disable-silent-rules \ --disable-rpath # @@ -917,6 +943,10 @@ %{_libdir}/pkgconfig/blkid.pc %{_mandir}/man3/libblkid.3.gz +%files -n libblkid-devel-static +%defattr(-, root, root) +%{_libdir}/libblkid.a + %files -n libmount1 %defattr(-, root, root) /%{_libdir}/libmount.so.1 @@ -929,6 +959,10 @@ %{_includedir}/libmount/libmount.h %{_libdir}/pkgconfig/mount.pc +%files -n libmount-devel-static +%defattr(-, root, root) +%{_libdir}/libmount.a + %files -n uuidd %defattr(-, root, root) %verify(not mode) %attr(0755,root,root) %{_sbindir}/uuidd @@ -954,4 +988,8 @@ %{_libdir}/pkgconfig/uuid.pc %{_mandir}/man3/uuid* +%files -n libuuid-devel-static +%defattr(-, root, root) +%{_libdir}/libuuid.a + %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
