Hello community,

here is the log from the commit of package openSUSE-build-key for openSUSE:12.1 
checked in at 2011-10-25 16:45:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1/openSUSE-build-key (Old)
 and      /work/SRC/openSUSE:12.1/.openSUSE-build-key.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-build-key", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:12.1/openSUSE-build-key/openSUSE-build-key.changes       
2011-10-24 13:11:34.000000000 +0200
+++ /work/SRC/openSUSE:12.1/.openSUSE-build-key.new/openSUSE-build-key.changes  
2011-10-25 16:46:22.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Oct 25 07:30:21 UTC 2011 - [email protected]
+
+- add /usr/lib/rpm/gnupg/suse-build-key.gpg again. Needed by
+  installation-images and linuxrc.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openSUSE-build-key.spec ++++++
--- /var/tmp/diff_new_pack.xiVLeP/_old  2011-10-25 16:46:28.000000000 +0200
+++ /var/tmp/diff_new_pack.xiVLeP/_new  2011-10-25 16:46:28.000000000 +0200
@@ -62,19 +62,32 @@
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/usr/lib/rpm/gnupg
 install -d -m 755 $RPM_BUILD_ROOT/%{keydir}
+touch $RPM_BUILD_ROOT/%{susering}
+mkdir -p %{_builddir}/gpg
 for i in %sources; do
        case "$i" in
-               *.asc) install -m 644 "$i" $RPM_BUILD_ROOT/%{keydir};;
+       *.asc)
+       install -m 644 "$i" $RPM_BUILD_ROOT/%{keydir}
+       # XXX: installation-images/linuxrc use this. need to fix
+       gpg -q --batch --no-options \
+           --home=%{_builddir}/gpg \
+           --no-permission-warning \
+           --no-default-keyring \
+           --keyring=$RPM_BUILD_ROOT/%{susering} \
+           --import "$i"
+       ;;
        esac
 done
 install -m 755 %{SOURCE100} $RPM_BUILD_ROOT/usr/lib/rpm/gnupg
 touch $RPM_BUILD_ROOT/%{pubring}
 touch $RPM_BUILD_ROOT/%{pubring}~
+rm $RPM_BUILD_ROOT/%{susering}~
 
 %files
 %defattr(644,root,root)
 %attr(755,root,root) %dir /usr/lib/rpm/gnupg
 %attr(755,root,root) /usr/lib/rpm/gnupg/dumpsigs
+/%{susering}
 /%keydir
 %ghost /%{pubring}
 %ghost /%{pubring}~

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to