rpms/scponly/devel scponly.spec,1.13,1.14

Warren Togami 砥上勇 wtogami at fedoraproject.org
Fri Feb 27 19:53:02 UTC 2009


Author: wtogami

Update of /cvs/pkgs/rpms/scponly/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20585

Modified Files:
	scponly.spec 
Log Message:
copy config.guess from /usr/lib/rpm so it builds on ppc64



Index: scponly.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scponly/devel/scponly.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- scponly.spec	27 Feb 2009 18:57:35 -0000	1.13
+++ scponly.spec	27 Feb 2009 19:52:32 -0000	1.14
@@ -1,7 +1,7 @@
 Summary: Restricted shell for ssh based file services
 Name: scponly
 Version: 4.8
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: BSD
 Group: Applications/Internet
 URL: http://sublimation.org/scponly/
@@ -28,6 +28,8 @@
 %patch1 -p1
 
 %build
+# config.guess in tarball lacks ppc64
+cp -p /usr/lib/rpm/config.{guess,sub} .
 %configure --enable-scp-compat --enable-winscp-compat --enable-chrooted-binary
 
 %{__make} %{?_smp_mflags} \
@@ -58,8 +60,9 @@
 %config(noreplace) %{_sysconfdir}/scponly/*
 
 %changelog
-* Fri Feb 27 2009 Warren Togami <wtogami at redhat.com> - 4.8-3
+* Fri Feb 27 2009 Warren Togami <wtogami at redhat.com> - 4.8-4
 - Fix gcc-4.4 build due to broken #elif
+- copy config.guess from /usr/lib/rpm so it builds on ppc64
 
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild




More information about the fedora-extras-commits mailing list