avoid collisions between 32bit and 64bit builds

... running on a single build-host
epel9
Kamil Dudka 12 years ago
parent 8cfe889c9e
commit abdd90b894

@ -9,7 +9,7 @@
Name: libssh2 Name: libssh2
Version: 1.4.3 Version: 1.4.3
Release: 2%{?dist} Release: 3%{?dist}
Summary: A library implementing the SSH2 protocol Summary: A library implementing the SSH2 protocol
Group: System Environment/Libraries Group: System Environment/Libraries
License: BSD License: BSD
@ -62,6 +62,10 @@ developing applications that use libssh2.
%prep %prep
%setup -q %setup -q
# replace hard wired port number in the test suite to avoid collisions
# between 32bit and 64bit builds running on a single build-host
sed -i s/4711/47%{?__isa_bits}/ tests/ssh2.{c,sh}
# Make sure things are UTF-8... # Make sure things are UTF-8...
%patch0 -p1 %patch0 -p1
@ -128,6 +132,9 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/libssh2.pc %{_libdir}/pkgconfig/libssh2.pc
%changelog %changelog
* Tue Mar 26 2013 Kamil Dudka <kdudka@redhat.com> 1.4.3-3
- avoid collisions between 32bit and 64bit builds running on a single build-host
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-2 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

Loading…
Cancel
Save