Hello community,

here is the log from the commit of package powerpc-utils for openSUSE:Factory 
checked in at 2012-08-13 14:45:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/powerpc-utils (Old)
 and      /work/SRC/openSUSE:Factory/.powerpc-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "powerpc-utils", Maintainer is "jloe...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/powerpc-utils/powerpc-utils.changes      
2012-06-10 23:04:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.powerpc-utils.new/powerpc-utils.changes 
2012-08-13 14:45:30.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Aug 10 22:30:28 UTC 2012 - dval...@suse.com
+
+- add wrapper for nvsetenv which just wraps nvram 
+
+-------------------------------------------------------------------

New:
----
  nvsetenv

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ powerpc-utils.spec ++++++
--- /var/tmp/diff_new_pack.IO7ORP/_old  2012-08-13 14:45:32.000000000 +0200
+++ /var/tmp/diff_new_pack.IO7ORP/_new  2012-08-13 14:45:32.000000000 +0200
@@ -45,6 +45,7 @@
 PreReq:         %insserv_prereq %fillup_prereq
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        powerpc-utils-%{version}.tar.gz
+Source1:        nvsetenv
 Patch1:         powerpc-utils-lsprop.patch
 Patch3:         powerpc-utils.ofpathname.bootlist.patch
 ExclusiveArch:  ppc ppc64
@@ -74,6 +75,7 @@
        mandir=%{_mandir}
 mkdir $RPM_BUILD_ROOT/sbin
 mv $RPM_BUILD_ROOT/usr/sbin/lsprop $RPM_BUILD_ROOT/sbin
+install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{_sbindir}/nvsetenv
 ln -sf /usr/sbin/usysattn $RPM_BUILD_ROOT/usr/sbin/usysfault
 ln -sf /usr/sbin/serv_config $RPM_BUILD_ROOT/usr/sbin/uspchrp
 ln -sf /usr/share/man/man8/usysattn.8 
$RPM_BUILD_ROOT/usr/share/man/man8/usysfault.8

++++++ nvsetenv ++++++
#!/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
        nvram --print-config="$1"
else
        nvram --update-config "$1"="$2"
fi
exit $?
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to