- rebuilt with -D_FORTIFY_SOURCE=2

This commit is contained in:
Jindrich Novy 2005-02-09 16:13:56 +00:00
parent 8e7aae0772
commit 82d7c4c351

View File

@ -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 <jnovy@redhat.com> 0.8-2
- rebuilt with -D_FORTIFY_SOURCE=2
* Mon Aug 09 2004 Jindrich Novy <jnovy@redhat.com> 0.8-1
- updated to 0.8
- updated .redhat patch