rpms/abicheck/FC-4 abicheck.dbfile.FORTIFY_SOURCE, NONE, 1.1 abicheck.spec, 1.11, 1.12

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sat Aug 13 21:28:36 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/abicheck/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22601/FC-4

Modified Files:
	abicheck.spec 
Added Files:
	abicheck.dbfile.FORTIFY_SOURCE 
Log Message:
sync with bits from devel tree


--- NEW FILE abicheck.dbfile.FORTIFY_SOURCE ---
libc.so.6|__chk_fail|public
libc.so.6|__fprintf_chk|public
libc.so.6|__gets_chk|public
libc.so.6|__memcpy_chk|public
libc.so.6|__memmove_chk|public
libc.so.6|__mempcpy_chk|public
libc.so.6|__memset_chk|public
libc.so.6|__printf_chk|public
libc.so.6|__snprintf_chk|public
libc.so.6|__sprintf_chk|public
libc.so.6|__stpcpy_chk|public
libc.so.6|__strcat_chk|public
libc.so.6|__strcpy_chk|public
libc.so.6|__strncat_chk|public
libc.so.6|__strncpy_chk|public
libc.so.6|__vfprintf_chk|public
libc.so.6|__vprintf_chk|public
libc.so.6|__vsnprintf_chk|public
libc.so.6|__vsprintf_chk|public


Index: abicheck.spec
===================================================================
RCS file: /cvs/extras/rpms/abicheck/FC-4/abicheck.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- abicheck.spec	9 May 2005 21:35:49 -0000	1.11
+++ abicheck.spec	13 Aug 2005 21:28:34 -0000	1.12
@@ -3,11 +3,12 @@
 Summary: 	ABI checking tool
 Name: 		abicheck
 Version: 	1.2
-Release: 	6
+Release: 	6.1
 License: 	LGPL
 Group: 		Applications/File
 URL: 		http://abicheck.sourceforge.net/
-Source0: 	%{name}-%{version}.tar.gz
+Source0: 	http://dl.sf.net/abicheck/%{name}-%{version}.tar.gz
+Source1:	abicheck.dbfile.FORTIFY_SOURCE
 Patch0:		abicheck-1.2-fc3.patch
 Patch1:		abicheck-1.2-test-static.patch
 Patch2:		abicheck-1.2-bindings-fc4.patch
@@ -37,8 +38,9 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_mandir}/man1
-install -m 0755 abicheck $RPM_BUILD_ROOT%{_bindir}
-install -m 0644 abicheck.1 $RPM_BUILD_ROOT%{_mandir}/man1
+install -p -m 0755 abicheck $RPM_BUILD_ROOT%{_bindir}
+install -p -m 0644 abicheck.1 $RPM_BUILD_ROOT%{_mandir}/man1
+install -p -m 0644 %{SOURCE1} dbfile.FORTIFY_SOURCE
 
 
 %clean
@@ -48,11 +50,17 @@
 %files
 %defattr(-,root,root,-)
 %doc COPYING ChangeLog INTRO README
+%doc dbfile.FORTIFY_SOURCE
 %{_bindir}/abicheck
 %{_mandir}/man1/abicheck.1*
 
 
 %changelog
+* Thu Aug 11 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.2-6.1
+- Add an override file in %%doc which can be specified with
+  option -O to modify the symbol classification for binaries
+  built with _FORTIFY_SOURCE.
+
 * Mon May  9 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.2-6
 - Disable debuginfo package.
 




More information about the fedora-extras-commits mailing list