Mailinglist Archive: opensuse-commit (1945 mails)
| < Previous | Next > |
commit installation-images
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 03 Nov 2008 14:08:55 +0100
- Message-id: <20081103130855.9934F6780AA@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package installation-images
checked in at Mon Nov 3 14:08:55 CET 2008.
--------
--- installation-images/installation-images.changes 2008-10-29
12:12:38.000000000 +0100
+++
/mounts/work_src_done/STABLE/installation-images/installation-images.changes
2008-11-03 13:47:48.434481000 +0100
@@ -1,0 +2,6 @@
+Fri Oct 31 16:02:19 CET 2008 - snwint@xxxxxxx
+
+- added gpg key for testing (for bnc#435685)
+ (key does not appear in built package)
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
installation-images-11.31.tar.bz2
New:
----
installation-images-11.32.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ installation-images.spec ++++++
--- /var/tmp/diff_new_pack.v20372/_old 2008-11-03 14:08:33.000000000 +0100
+++ /var/tmp/diff_new_pack.v20372/_new 2008-11-03 14:08:33.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package installation-images (Version 11.31)
+# spec file for package installation-images (Version 11.32)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -94,9 +94,9 @@
Obsoletes: y2image
AutoReqProv: off
Summary: Installation Image Files
-Version: 11.31
-Release: 3
-Source: installation-images-11.31.tar.bz2
+Version: 11.32
+Release: 1
+Source: installation-images-11.32.tar.bz2
Patch: installation-images-no_tapeipl.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define _binary_payload w.ufdio
@@ -113,7 +113,7 @@
AutoReqProv: off
Summary: Create initrd for Installation
Version: 1.0
-Release: 482
+Release: 483
%description -n install-initrd
You can create an initrd for installation. Useful, for example, to set
@@ -187,6 +187,9 @@
/usr/sbin/mkinstallinitrd
%changelog
+* Fri Oct 31 2008 snwint@xxxxxxx
+- added gpg key for testing (for bnc#435685)
+ (key does not appear in built package)
* Wed Oct 29 2008 ro@xxxxxxx
- drop installation-kernel-tapeipl for now (s390)
* Wed Oct 29 2008 ro@xxxxxxx
++++++ installation-images-11.31.tar.bz2 -> installation-images-11.32.tar.bz2
++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/installation-images-11.31/Changelog
new/installation-images-11.32/Changelog
--- old/installation-images-11.31/Changelog 2008-10-27 17:11:09.000000000
+0100
+++ new/installation-images-11.32/Changelog 2008-10-31 14:15:50.000000000
+0100
@@ -1,3 +1,6 @@
+31/10/2008: v11.32
+ - added gpg key for testing
+
27/10/2008: v11.31
- added cxgb3 on ppc (bnc #434203)
- added zfcp_san_disc (bnc #432644)
Files old/installation-images-11.31/gpg/pubring.gpg and
new/installation-images-11.32/gpg/pubring.gpg differ
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/installation-images-11.31/gpg/README
new/installation-images-11.32/gpg/README
--- old/installation-images-11.31/gpg/README 1970-01-01 01:00:00.000000000
+0100
+++ new/installation-images-11.32/gpg/README 2008-10-30 12:53:12.000000000
+0100
@@ -0,0 +1 @@
+dummy key for signing test build
Files old/installation-images-11.31/gpg/secring.gpg and
new/installation-images-11.32/gpg/secring.gpg differ
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/installation-images-11.31/gpg/sign
new/installation-images-11.32/gpg/sign
--- old/installation-images-11.31/gpg/sign 1970-01-01 01:00:00.000000000
+0100
+++ new/installation-images-11.32/gpg/sign 2008-10-30 13:53:02.000000000
+0100
@@ -0,0 +1,6 @@
+#! /bin/sh
+
+for i in $* ; do
+ gpg --homedir=gpg --batch --yes --armor --detach-sign $i
+done
+
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/installation-images-11.31/Makefile
new/installation-images-11.32/Makefile
--- old/installation-images-11.31/Makefile 2008-10-16 15:49:00.000000000
+0200
+++ new/installation-images-11.32/Makefile 2008-10-30 13:53:36.000000000
+0100
@@ -154,6 +154,10 @@
mboot:
make -C src/mboot
+add-xxx-key:
+ gpg --homedir=gpg --no-default-keyring
--keyring=./tmp/initrd/installkey.gpg --import ./gpg/pubring.gpg
+ rm -f tmp/initrd/installkey.gpg~
+
debuginfo:
./install.debuginfo
@@ -164,6 +168,7 @@
-@rm -f `find -name '*~'`
-@rm -rf /tmp/mk_initrd_* /tmp/mk_image_*
-@rm -rf data/initrd/gen data/boot/gen data/base/gen data/demo/gen
+ -@rm -f gpg/trustdb.gpg gpg/random_seed
install:
-@rm -rf $(DESTDIR)
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore old/installation-images-11.31/VERSION
new/installation-images-11.32/VERSION
--- old/installation-images-11.31/VERSION 2008-10-27 14:34:39.000000000
+0100
+++ new/installation-images-11.32/VERSION 2008-10-30 18:50:24.000000000
+0100
@@ -1 +1 @@
-11.31
+11.32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |