From cbb8325690d76b3c75527838c553bc9c4a5f38210e0b4b195857125b81c8491c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 30 Nov 2011 13:14:20 +0000 Subject: [PATCH 1/4] Accepting request 94459 from home:coolo:removeautomake add automake to buildrequires OBS-URL: https://build.opensuse.org/request/show/94459 OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=21 --- libtirpc.changes | 5 +++++ libtirpc.spec | 8 +++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/libtirpc.changes b/libtirpc.changes index e1dd1a1..034819d 100644 --- a/libtirpc.changes +++ b/libtirpc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 30 09:51:42 UTC 2011 - coolo@suse.com + +- add automake as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Fri Jul 8 07:24:27 UTC 2011 - coolo@novell.com diff --git a/libtirpc.spec b/libtirpc.spec index ae32c06..baafa68 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -15,17 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild -BuildRequires: libgssglue-devel pkg-config Name: libtirpc -License: Other uncritical OpenSource License;BSD 3-Clause +License: Other uncritical OpenSource License; BSD3c Group: System/Libraries -AutoReqProv: on Version: 0.2.2 -Release: 1 +Release: 0 Summary: Transport Independent RPC Library +BuildRequires: automake libgssglue-devel pkg-config Url: http://sourceforge.net/projects/libtirpc/ Source: %{name}-%{version}.tar.bz2 Source1: baselibs.conf From f31d3ce904fc1163d302ad1a8e9d8ee6f70fcd8ea0cb4e857b62e6bf7cac3883 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 3 Dec 2011 09:07:28 +0000 Subject: [PATCH 2/4] - add libtool as buildrequire to avoid implicit dependency OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=22 --- libtirpc.changes | 2 +- libtirpc.spec | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/libtirpc.changes b/libtirpc.changes index 034819d..e6ce667 100644 --- a/libtirpc.changes +++ b/libtirpc.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Wed Nov 30 09:51:42 UTC 2011 - coolo@suse.com -- add automake as buildrequire to avoid implicit dependency +- add libtool as buildrequire to avoid implicit dependency ------------------------------------------------------------------- Fri Jul 8 07:24:27 UTC 2011 - coolo@novell.com diff --git a/libtirpc.spec b/libtirpc.spec index baafa68..e0dca5c 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -15,15 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: libtirpc -License: Other uncritical OpenSource License; BSD3c +License: BSD-3-Clause ; Other uncritical OpenSource License Group: System/Libraries Version: 0.2.2 Release: 0 Summary: Transport Independent RPC Library -BuildRequires: automake libgssglue-devel pkg-config +BuildRequires: libgssglue-devel +BuildRequires: libtool +BuildRequires: pkg-config Url: http://sourceforge.net/projects/libtirpc/ Source: %{name}-%{version}.tar.bz2 Source1: baselibs.conf @@ -43,9 +43,8 @@ This implementation allows the support of other transports than UDP and TCP over IPv4 %package -n libtirpc1 -License: Other uncritical OpenSource License ; Sun Industry Standards Source License 1.0 +License: Other uncritical OpenSource License ; Sun Industry St and ards Source License 1.0 Summary: Transport Independent RPC Library -Group: System/Libraries %description -n libtirpc1 The Transport Independent RPC library (TI-RPC) is a replacement for the @@ -54,7 +53,7 @@ This implementation allows the support of other transports than UDP and TCP over IPv4 %package devel -License: Other uncritical OpenSource License ; BSD 3-Clause +License: BSD-3-Clause ; Other uncritical OpenSource License Summary: Transport Independent RPC Library Group: Development/Libraries/C and C++ Requires: libtirpc1 = %{version} glibc-devel From 2605858884ecbd20b08fe525b909c97669161a2952e2b98107d56c119c341f95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Thu, 8 Dec 2011 02:16:17 +0000 Subject: [PATCH 3/4] Accepting request 95867 from home:a_jaeger:FactoryFix Update license (bnc#735008). OBS-URL: https://build.opensuse.org/request/show/95867 OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=23 --- libtirpc.changes | 5 +++++ libtirpc.spec | 12 +++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/libtirpc.changes b/libtirpc.changes index e6ce667..8c798f2 100644 --- a/libtirpc.changes +++ b/libtirpc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 7 20:04:02 UTC 2011 - aj@suse.de + +- Update license (bnc#735008). + ------------------------------------------------------------------- Wed Nov 30 09:51:42 UTC 2011 - coolo@suse.com diff --git a/libtirpc.spec b/libtirpc.spec index e0dca5c..ef0a208 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -15,8 +15,12 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: libtirpc -License: BSD-3-Clause ; Other uncritical OpenSource License +# src/crypt_client.c tirpc/spinlock.h and tirpc/rpcsvc/crypt.x have the BSD +# advertising clause +License: BSD-4-Clause ; Other uncritical OpenSource License Group: System/Libraries Version: 0.2.2 Release: 0 @@ -43,7 +47,7 @@ This implementation allows the support of other transports than UDP and TCP over IPv4 %package -n libtirpc1 -License: Other uncritical OpenSource License ; Sun Industry St and ards Source License 1.0 +License: Other uncritical OpenSource License ; Sun Industry Standards Source License 1.0 Summary: Transport Independent RPC Library %description -n libtirpc1 @@ -53,7 +57,9 @@ This implementation allows the support of other transports than UDP and TCP over IPv4 %package devel -License: BSD-3-Clause ; Other uncritical OpenSource License +# src/crypt_client.c tirpc/spinlock.h and tirpc/rpcsvc/crypt.x have the BSD +# advertising clause +License: BSD-4-Clause ; Other uncritical OpenSource License Summary: Transport Independent RPC Library Group: Development/Libraries/C and C++ Requires: libtirpc1 = %{version} glibc-devel From fb9ba5ee2f3e4cbb65afd90d7be213a7da6d6a4aa2a3fafc0208023b6d5bd1e6 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 8 Dec 2011 13:07:11 +0000 Subject: [PATCH 4/4] Accepting request 95930 from home:babelworx:ldig:branches:Base:System license update: BSD-4-Clause Remove deprecated rpm license string. Use SPDX syntax. Highlight BSD-4-Clause (advertising clause) nature of package OBS-URL: https://build.opensuse.org/request/show/95930 OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=24 --- libtirpc.changes | 7 +++++++ libtirpc.spec | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/libtirpc.changes b/libtirpc.changes index 8c798f2..14e83c2 100644 --- a/libtirpc.changes +++ b/libtirpc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 8 12:48:16 UTC 2011 - cfarrell@suse.com + +- license update: BSD-4-Clause + Remove deprecated rpm license string. Use SPDX syntax. Highlight + BSD-4-Clause (advertising clause) nature of package + ------------------------------------------------------------------- Wed Dec 7 20:04:02 UTC 2011 - aj@suse.de diff --git a/libtirpc.spec b/libtirpc.spec index ef0a208..8092928 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -20,7 +20,7 @@ Name: libtirpc # src/crypt_client.c tirpc/spinlock.h and tirpc/rpcsvc/crypt.x have the BSD # advertising clause -License: BSD-4-Clause ; Other uncritical OpenSource License +License: BSD-4-Clause Group: System/Libraries Version: 0.2.2 Release: 0 @@ -47,7 +47,7 @@ This implementation allows the support of other transports than UDP and TCP over IPv4 %package -n libtirpc1 -License: Other uncritical OpenSource License ; Sun Industry Standards Source License 1.0 +License: BSD-4-Clause Summary: Transport Independent RPC Library %description -n libtirpc1 @@ -59,7 +59,7 @@ TCP over IPv4 %package devel # src/crypt_client.c tirpc/spinlock.h and tirpc/rpcsvc/crypt.x have the BSD # advertising clause -License: BSD-4-Clause ; Other uncritical OpenSource License +License: BSD-4-Clause Summary: Transport Independent RPC Library Group: Development/Libraries/C and C++ Requires: libtirpc1 = %{version} glibc-devel