rpms/zsh/devel zsh.spec,1.47,1.48

James Antill james at fedoraproject.org
Tue Aug 26 04:12:47 UTC 2008


Author: james

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

Modified Files:
	zsh.spec 
Log Message:
* Mon Aug 25 2008 James Antill <james at fedoraproject.org> - 4.3.6-3
- Import new upstream 4.3.6
- Rebase 8bit prompt patch.
- Add patch fuzz=2
- Add BuildReq on /bin/hostname directly
- Don't test /dev/fd as mock doesn't like it



Index: zsh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/zsh/devel/zsh.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- zsh.spec	25 Aug 2008 21:41:13 -0000	1.47
+++ zsh.spec	26 Aug 2008 04:12:17 -0000	1.48
@@ -24,7 +24,8 @@
 Patch5: zsh-test-C02-dev_fd-mock.patch
 Prereq: fileutils grep /sbin/install-info
 Buildroot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-BuildRequires: mktemp coreutils sed ncurses-devel libcap-devel texinfo tetex texi2html gawk /bin/hostname
+BuildRequires: mktemp coreutils sed ncurses-devel libcap-devel
+BuildRequires: texinfo tetex texi2html gawk /bin/hostname
 Requires(post): /sbin/install-info grep
 Requires(preun): /sbin/install-info
 Requires(postun): mktemp coreutils grep
@@ -72,12 +73,15 @@
 %check
 # Run the testsuite
 # the completion tests hang on s390 and s390x
-%ifarch s390 s390x ppc ppc64
   ( cd Test
     mkdir skipped
-    mv Y*.ztst skipped )
+%ifarch s390 s390x ppc ppc64
+    mv Y*.ztst skipped
 %endif
-  ZTST_verbose=0 make test
+    # FIXME: This hangs in mock
+    # mv V01zmodload.ztst skipped
+    true )
+  ZTST_verbose=1 make test
 
 %install
 rm -rf $RPM_BUILD_ROOT




More information about the scm-commits mailing list