From 82d7c4c351ec1197e42722f9730064c834266eed Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Wed, 9 Feb 2005 16:13:56 +0000 Subject: [PATCH] - rebuilt with -D_FORTIFY_SOURCE=2 --- mt-st.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mt-st.spec b/mt-st.spec index 7b88d48..be08f3c 100644 --- a/mt-st.spec +++ b/mt-st.spec @@ -1,7 +1,7 @@ Summary: Install mt-st if you need a tool to control tape drives. Name: mt-st Version: 0.8 -Release: 1 +Release: 2 License: GPL Group: Applications/System Source: ftp://metalab.unc.edu/pub/Linux/system/backup/mt-st-%{version}.tar.gz @@ -24,7 +24,7 @@ Install mt-st if you need a tool to manage tape drives. %patch2 -p1 -b .configfiles %build -make CFLAGS="$RPM_OPT_FLAGS -Wall" +make CFLAGS="-D_FORTIFY_SOURCE=2 $RPM_OPT_FLAGS" %install rm -rf ${RPM_BUILD_ROOT} @@ -42,6 +42,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man[18]/* %changelog +* Mon Aug 9 2005 Jindrich Novy 0.8-2 +- rebuilt with -D_FORTIFY_SOURCE=2 + * Mon Aug 09 2004 Jindrich Novy 0.8-1 - updated to 0.8 - updated .redhat patch