From 38da1f4462c4c3a2a6f47de0809c64fb424e1b43 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Fri, 6 Sep 2024 14:49:04 +0800 Subject: [PATCH] Delete the build dependency gnuplot does not build amplot (cherry picked from commit edfdb56c646eac8e8957093c0ba8f12f59bfcff9) --- amanda.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/amanda.spec b/amanda.spec index d1070a3..0866743 100644 --- a/amanda.spec +++ b/amanda.spec @@ -9,7 +9,7 @@ Name: amanda Version: 3.5.4 -Release: 1 +Release: 2 Summary: A backup solution over network to disk License: BSD and GPLv3+ and GPLv2+ and GPLv2 URL: http://www.amanda.org @@ -39,7 +39,7 @@ BuildRequires: samba-client tar grep gcc-c++ readline-devel libtirpc-devel BuildRequires: krb5-devel openssh-clients ncompress mtx mt-st BuildRequires: perl-devel perl-generators perl perl-Test-Simple BuildRequires: glib2-devel openssl-devel swig bison flex -BuildRequires: libcurl-devel procps-ng systemd rpcgen gnuplot +BuildRequires: libcurl-devel procps-ng systemd rpcgen Requires: grep tar /bin/mail perl sharutils Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -183,10 +183,6 @@ make check %{_libexecdir}/amanda/amanda-sh-lib.sh %attr(4750,root,%amanda_group) %{_libexecdir}/amanda/ambind %{_libexecdir}/amanda/amndmjob -%{_libexecdir}/amanda/amcat.awk -%{_libexecdir}/amanda/amplot.awk -%{_libexecdir}/amanda/amplot.g -%{_libexecdir}/amanda/amplot.gp %{_libexecdir}/amanda/ndmjob %{_sbindir}/amandad @@ -198,7 +194,6 @@ make check %{_sbindir}/amcryptsimple %{_sbindir}/amgetconf %{_sbindir}/amgpgcrypt -%{_sbindir}/amplot %{_sbindir}/amssl %{perl_vendorarch}/Amanda/ @@ -325,6 +320,9 @@ make check %{_mandir}/man* %changelog +* Fri Sep 6 2024 liyanan - 3.5.4-2 +- Delete the build dependency gnuplot does not build amplot + * Tue Aug 08 2023 wangkai <13474090681@163.com> - 3.5.4-1 - Update to version 3.5.4 for fix CVE-2023-30577 -- Gitee