Hello community,

here is the log from the commit of package amanda for openSUSE:Factory checked 
in at 2018-03-24 16:14:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/amanda (Old)
 and      /work/SRC/openSUSE:Factory/.amanda.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "amanda"

Sat Mar 24 16:14:17 2018 rev:55 rq:589777 version:3.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/amanda/amanda.changes    2017-12-18 
08:57:53.663472441 +0100
+++ /work/SRC/openSUSE:Factory/.amanda.new/amanda.changes       2018-03-24 
16:14:17.921836494 +0100
@@ -1,0 +2,8 @@
+Wed Mar 21 15:28:16 UTC 2018 - [email protected]
+
+- Buildrequire curl and libcrypto (enables amazon s3 module) 
+- amanda-libnsl.patch: libnsl is gone, replaced by tirpc
+  fix configure checks.
+- Buildrequire libtirpc
+
+-------------------------------------------------------------------

New:
----
  amanda-libnsl.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ amanda.spec ++++++
--- /var/tmp/diff_new_pack.R1jdZY/_old  2018-03-24 16:14:18.773805783 +0100
+++ /var/tmp/diff_new_pack.R1jdZY/_new  2018-03-24 16:14:18.781805494 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package amanda
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -21,7 +21,7 @@
 Version:        3.5.1
 Release:        0
 Summary:        Network Disk Archiver
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          Productivity/Archiving/Backup
 Url:            http://www.amanda.org/
 Source:         
http://downloads.sourceforge.net/amanda/amanda-%{version}.tar.gz
@@ -34,6 +34,7 @@
 Patch4:         amanda-3.3.2-returnvalues.patch
 Patch5:         amanda-timestamp.patch
 Patch6:         amanda-3.5-no_return_in_nonvoid_fnc.patch
+Patch7:         amanda-libnsl.patch
 BuildRequires:  automake
 BuildRequires:  cups-client
 BuildRequires:  dump
@@ -53,6 +54,9 @@
 BuildRequires:  readline-devel
 BuildRequires:  samba-client
 BuildRequires:  sendmail
+BuildRequires:  pkgconfig(libcrypto)
+BuildRequires:  pkgconfig(libcurl)
+BuildRequires:  pkgconfig(libtirpc)
 BuildRequires:  pkgconfig(smbclient)
 Requires:       %{_bindir}/smbclient
 Requires:       dump
@@ -77,7 +81,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
-
+%patch7 -p1
 %build
 ./autogen
 
@@ -290,6 +294,7 @@
 %{_sbindir}/amserverconfig
 %{_sbindir}/amservice
 %{_sbindir}/amvault
+%{_sbindir}/activate-devpay
 %defattr(644,amanda,%{amanda_group})
 %{_libexecdir}/amanda/suidlist
 %{_libexecdir}/amanda/amcat.awk

++++++ amanda-libnsl.patch ++++++
Index: amanda-3.5.1/configure.ac
===================================================================
--- amanda-3.5.1.orig/configure.ac
+++ amanda-3.5.1/configure.ac
@@ -25,7 +25,7 @@ dnl These lines *must* be in configure.i
 AM_GNU_GETTEXT_VERSION([0.15])
 AM_GNU_GETTEXT([external])
 AMANDA_PROG_GETTEXT
-
+AC_SEARCH_LIBS([xdr_void], [tirpc nsl])
 
 dnl
 dnl Set up files for autoconf substitution.  All files are listed here, in

Reply via email to