rpms/powerpc-utils/devel nvsetenv, 1.1, 1.2 powerpc-utils.spec, 1.1, 1.2

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Mon Dec 3 03:17:08 UTC 2007


Author: dwmw2

Update of /cvs/pkgs/rpms/powerpc-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3942

Modified Files:
	nvsetenv powerpc-utils.spec 
Log Message:
make ybin happy with nvsetenv


Index: nvsetenv
===================================================================
RCS file: /cvs/pkgs/rpms/powerpc-utils/devel/nvsetenv,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nvsetenv	28 Nov 2007 02:09:41 -0000	1.1
+++ nvsetenv	3 Dec 2007 03:16:36 -0000	1.2
@@ -1,5 +1,9 @@
 #!/bin/sh
 
+if [ "$1" = "--version" ]; then
+   echo This version of nvsetenv is just a wrapper to invoke nvram
+   exit 0
+fi
 if [ -z "$1" ]; then
    nvram --print-config
 elif [ -z "$2" ]; then


Index: powerpc-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/powerpc-utils/devel/powerpc-utils.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- powerpc-utils.spec	28 Nov 2007 02:13:54 -0000	1.1
+++ powerpc-utils.spec	3 Dec 2007 03:16:36 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           powerpc-utils
 Version:        1.0.6
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Utilities for PowerPC platforms
 
 Group:          System Environment/Base
@@ -49,5 +49,8 @@
 
 
 %changelog
+* Mon Dec  3 2007 David Woodhouse <dwmw2 at redhat.com> 1.0.6-2
+- Add --version to nvsetenv, for ybin compatibility
+
 * Fri Nov 23 2007 David Woodhouse <dwmw2 at redhat.com> 1.0.6-1
 - New package, split from ppc64-utils




More information about the fedora-extras-commits mailing list