rpms/mksh/FC-6 .cvsignore, 1.5, 1.6 mksh.spec, 1.6, 1.7 sources, 1.5, 1.6

Robert Scheck (robert) fedora-extras-commits at redhat.com
Tue Sep 11 18:14:22 UTC 2007


Author: robert

Update of /cvs/pkgs/rpms/mksh/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12516

Modified Files:
	.cvsignore mksh.spec sources 
Log Message:
- Upgrade to 31b
- Use script to get %check happy (thanks to Thorsten Glaser)




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mksh/FC-6/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	8 Sep 2007 00:31:16 -0000	1.5
+++ .cvsignore	11 Sep 2007 18:13:49 -0000	1.6
@@ -1 +1 @@
-mksh-R31.cpio.gz
+mksh-R31b.cpio.gz


Index: mksh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mksh/FC-6/mksh.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- mksh.spec	8 Sep 2007 00:31:16 -0000	1.6
+++ mksh.spec	11 Sep 2007 18:13:49 -0000	1.7
@@ -2,7 +2,7 @@
 
 Summary:          MirBSD enhanced version of the Korn Shell
 Name:             mksh
-Version:          31
+Version:          31b
 Release:          1%{?dist}
 License:          BSD with advertising
 Group:            System Environment/Shells
@@ -10,6 +10,7 @@
 Source:           http://www.mirbsd.org/MirOS/dist/mir/%{name}/%{name}-R%{version}.cpio.gz
 Requires(post):   grep
 Requires(postun): coreutils, grep
+BuildRequires:    util-linux
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -35,7 +36,7 @@
 install -D -m 644 %{name}.1 $RPM_BUILD_ROOT%{_mandir}/man1/%{name}.1
 
 %check
-sh test.sh -v
+script -qc "./test.sh -v"
 
 %post
 if [ ! -f %{_sysconfdir}/shells ]; then
@@ -61,6 +62,10 @@
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Tue Sep 11 2007 Robert Scheck <robert at fedoraproject.org> 31b-1
+- Upgrade to 31b
+- Use script to get %%check happy (thanks to Thorsten Glaser)
+
 * Sat Sep 08 2007 Robert Scheck <robert at fedoraproject.org> 31-1
 - Upgrade to 31
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mksh/FC-6/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	8 Sep 2007 00:31:16 -0000	1.5
+++ sources	11 Sep 2007 18:13:49 -0000	1.6
@@ -1 +1 @@
-383703d3bd612d48f9081773726545e8  mksh-R31.cpio.gz
+819feed2336274f939c67547c5a3ddbd  mksh-R31b.cpio.gz




More information about the fedora-extras-commits mailing list