Hello community, here is the log from the commit of package amanda for openSUSE:Leap:15.2 checked in at 2020-02-21 10:52:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/amanda (Old) and /work/SRC/openSUSE:Leap:15.2/.amanda.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "amanda" Fri Feb 21 10:52:58 2020 rev:23 rq:777688 version:3.5.1 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/amanda/amanda.changes 2020-01-22 08:19:52.486195360 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.amanda.new.26092/amanda.changes 2020-02-21 10:53:22.235422509 +0100 @@ -2 +2,13 @@ -Tue Nov 20 15:02:51 UTC 2018 - [email protected] +Thu Nov 28 15:25:56 UTC 2019 - Kristyna Streitova <[email protected]> + +- change %{_libexecdir}/amanda/application/ owner to root otherwise + chkstat refuses to set correct permissions there +- add missing BuildRequires + +------------------------------------------------------------------- +Thu Oct 17 13:05:45 UTC 2019 - Richard Brown <[email protected]> + +- Remove obsolete Groups tag (fate#326485) + +------------------------------------------------------------------- +Fri May 17 14:48:10 UTC 2019 - Kristýna Streitová <[email protected]> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ amanda.spec ++++++ --- /var/tmp/diff_new_pack.dNJoPE/_old 2020-02-21 10:53:23.335424925 +0100 +++ /var/tmp/diff_new_pack.dNJoPE/_new 2020-02-21 10:53:23.339424933 +0100 @@ -1,7 +1,7 @@ # # spec file for package amanda # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,8 +22,7 @@ Release: 0 Summary: Network Disk Archiver License: GPL-3.0-or-later -Group: Productivity/Archiving/Backup -Url: http://www.amanda.org/ +URL: http://www.amanda.org/ Source: http://downloads.sourceforge.net/amanda/amanda-%{version}.tar.gz #amanda-SUSE.tar.bz2 contains init scripts, config examples Source1: amanda-SUSE.tar.bz2 @@ -35,10 +34,14 @@ Patch5: amanda-timestamp.patch Patch6: amanda-3.5-no_return_in_nonvoid_fnc.patch Patch7: amanda-libnsl.patch +BuildRequires: autoconf BuildRequires: automake +BuildRequires: bison BuildRequires: cups-client BuildRequires: dump +BuildRequires: flex BuildRequires: gawk +BuildRequires: gcc BuildRequires: glib2-devel BuildRequires: gnuplot BuildRequires: krb5-devel @@ -47,6 +50,7 @@ BuildRequires: mailx BuildRequires: mtx BuildRequires: openssh +BuildRequires: openssl-devel BuildRequires: perl-base BuildRequires: pkgconfig BuildRequires: popt-devel @@ -54,15 +58,19 @@ BuildRequires: readline-devel BuildRequires: samba-client BuildRequires: sendmail +BuildRequires: perl(ExtUtils::Embed) +BuildRequires: perl(Test::Simple) BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libtirpc) BuildRequires: pkgconfig(smbclient) Requires: %{_bindir}/smbclient Requires: dump +Requires: grep Requires: perl = %{perl_version} +Requires: tar Requires(post): permissions -Requires(pre): pwdutils +Requires(pre): shadow %description AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is a backup @@ -82,6 +90,7 @@ %patch5 -p1 %patch6 -p1 %patch7 -p1 + %build ./autogen @@ -206,8 +215,8 @@ # bnc#412636 file permissions of .amandahosts should be 600 %config %attr(600,amanda,%{amanda_group}) %{_localstatedir}/lib/amanda/.amandahosts %config %attr(644,amanda,%{amanda_group}) %{_sysconfdir}/amanda/example/amanda.conf -# amanda-security.conf must be installed at %{_sysconfdir} and only root must be able to write it -# an example file should be installed at %{_sysconfdir}/amanda/ +# amanda-security.conf must be installed at %%{_sysconfdir} and only root must be able to write it +# an example file should be installed at %%{_sysconfdir}/amanda/ %config(noreplace) %attr(644, root, root) %{_sysconfdir}/amanda-security.conf %{_sysconfdir}/amanda/amanda-security.conf %config %attr(644,amanda,%{amanda_group}) %{_sysconfdir}/amanda/example/disklist @@ -355,4 +364,7 @@ %dir %{_libdir}/amanda/ %{_libdir}/amanda/lib* +%check +make %{?_smp_mflags} check + %changelog ++++++ amanda-SUSE.tar.bz2 ++++++
