diff --git a/amanda.spec b/amanda.spec index 4a317a1..9d6a423 100644 --- a/amanda.spec +++ b/amanda.spec @@ -10,7 +10,7 @@ Summary: A network-capable tape backup solution Name: amanda Version: 3.5.1 -Release: 8%{?dist} +Release: 9%{?dist} Source: http://downloads.sourceforge.net/amanda/amanda-%{version}.tar.gz Source1: amanda.crontab Source4: disklist @@ -107,7 +107,7 @@ server also needs to have the amanda-client package installed. %build ./autogen -export MAILER=/bin/mail CFLAGS="$RPM_OPT_FLAGS -fPIE" LDFLAGS=-pie +export MAILER=/bin/mail CFLAGS="$RPM_OPT_FLAGS -fPIE" LDFLAGS="$RPM_LD_FLAGS -pie" %configure --enable-shared \ --disable-rpath \ --disable-static \ @@ -429,6 +429,9 @@ make check %changelog +* Wed Feb 21 2018 Josef Ridky - 3.5.1-9 +- add RPM_LD_FLAGS to build section (#1547499) + * Thu Feb 15 2018 Jason L Tibbitts III - 3.5.1-8 - Fix embarrassing typo.