- adjust -pie patch for build.conf naming upstream

This commit is contained in:
jorton 2005-02-07 10:27:52 +00:00
parent 647676220a
commit 1a7e002869
2 changed files with 5 additions and 2 deletions

View File

@ -10,7 +10,7 @@ object built with -pie.
self.manpages = options.get('manpages', '')
self.testing = options.get('testing')
+ if self.install == 'test' or self.install == 'fs-test':
+ if self.install == 'test' or self.install == 'bdb-test':
+ self.link_cmd = '$(LINK_TEST)'
+
def add_dependencies(self, graph, cfg, extmap):

View File

@ -6,7 +6,7 @@
Summary: Modern Version Control System designed to replace CVS
Name: subversion
Version: 1.1.3
Release: 2
Release: 3
License: BSD
Group: Development/Tools
URL: http://subversion.tigris.org/
@ -204,6 +204,9 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
* Mon Feb 7 2005 Joe Orton <jorton@redhat.com> 1.1.3-3
- adjust -pie patch for build.conf naming upstream
* Wed Jan 19 2005 Joe Orton <jorton@redhat.com> 1.1.3-2
- rebuild to pick up db-4.3 properly; don't ignore test failures