Hello community, here is the log from the commit of package libtirpc for openSUSE:Factory checked in at 2016-02-11 12:33:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libtirpc (Old) and /work/SRC/openSUSE:Factory/.libtirpc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libtirpc" Changes: -------- --- /work/SRC/openSUSE:Factory/libtirpc/libtirpc.changes 2015-12-03 13:28:49.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libtirpc.new/libtirpc.changes 2016-02-11 12:33:06.000000000 +0100 @@ -1,0 +2,7 @@ +Wed Jan 20 15:12:14 CET 2016 - [email protected] + +- Split the netconfig configuration file and manual page off into + an own RPM. Else it is not possible to install the old and new + libtirpc libraries in parallel. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libtirpc.spec ++++++ --- /var/tmp/diff_new_pack.sr9Tay/_old 2016-02-11 12:33:07.000000000 +0100 +++ /var/tmp/diff_new_pack.sr9Tay/_new 2016-02-11 12:33:07.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libtirpc # -# 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 @@ -54,6 +54,7 @@ %package -n libtirpc3 Summary: Transport Independent RPC Library Group: System/Libraries +Requires: libtirpc-netconfig >= %{version} %description -n libtirpc3 The Transport Independent RPC library (TI-RPC) is a replacement for the @@ -61,6 +62,14 @@ This implementation allows the support of other transports than UDP and TCP over IPv4 +%package netconfig +Summary: Netconfig configuration file for TI-RPC Library +Group: System/Base + +%description netconfig +This RPM contains the netconfig configuration file and manual page for +the TI-RPC Library. + %package devel # src/crypt_client.c tirpc/spinlock.h and tirpc/rpcsvc/crypt.x have the BSD # advertising clause @@ -117,8 +126,11 @@ %files -n libtirpc3 %defattr(-,root,root) -%config %{_sysconfdir}/netconfig /%{_lib}/libtirpc.so.3* + +%files netconfig +%defattr(-,root,root) +%config %{_sysconfdir}/netconfig %{_mandir}/man5/netconfig.5.gz %files devel
