Hello community,

here is the log from the commit of package instlux for openSUSE:Factory checked 
in at 2013-02-09 10:11:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/instlux (Old)
 and      /work/SRC/openSUSE:Factory/.instlux.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "instlux", Maintainer is "pgaj...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/instlux/instlux.changes  2012-12-05 
13:53:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.instlux.new/instlux.changes     2013-02-09 
10:11:24.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Feb  8 13:15:55 UTC 2013 - co...@suse.com
+
+- generate the autorun.inf file directly next to the INSTLUX exe
+  (bnc#801873)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ instlux.spec ++++++
--- /var/tmp/diff_new_pack.h49pjv/_old  2013-02-09 10:11:27.000000000 +0100
+++ /var/tmp/diff_new_pack.h49pjv/_new  2013-02-09 10:11:27.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package instlux
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,7 @@
 AutoReqProv:    off
 Recommends:     instlux-net
 Recommends:     instlux-local
+BuildRequires:  recode
 Source0:        instlux-SVN62.tar.bz2
 Source1:        openSUSE%{distroversion}_LOCAL.exe
 Source2:        openSUSE%{distroversion}_NET.exe
@@ -40,13 +41,6 @@
 
 This package as meta package contains the instlux CD content.
 
-
-
-Authors:
---------
-    Jordi Massaguer
-    jmassaguer at opentrends dot net
-
 %package net
 Summary:        Network openSUSE installer for Windows
 Group:          Metapackages
@@ -58,13 +52,6 @@
 This package as meta package contains the instlux CD content for
 installing an openSUSE system over the network.
 
-
-
-Authors:
---------
-    Jordi Massaguer
-    jmassaguer at opentrends dot net
-
 %package local
 Summary:        Local openSUSE installer for Windows
 Group:          Metapackages
@@ -76,13 +63,6 @@
 This package as meta package contains the instlux CD content for
 installation from a local media.
 
-
-
-Authors:
---------
-    Jordi Massaguer
-    jmassaguer at opentrends dot net
-
 %prep
 
 %build
@@ -105,8 +85,11 @@
 install -m644 %{S:1} %buildroot/CD1/openSUSE%{distroversion}_LOCAL.exe
 install -m644 %{S:2} %buildroot/CD1/openSUSE%{distroversion}_NET.exe
 
-%clean
-rm -rf %buildroot
+echo "[autorun]" > %buildroot/CD1/autorun.inf
+echo "label = openSUSE %{distroversion}" >> %buildroot/CD1/autorun.inf
+echo "icon  =  susego.ico" >> %buildroot/CD1/autorun.inf
+echo openSUSE%{distroversion}_LOCAL.exe >> %buildroot/CD1/autorun.inf
+recode utf8..dos %buildroot/CD1/autorun.inf
 
 %files 
 %defattr(-, root, root)
@@ -117,6 +100,7 @@
 %defattr(-, root, root)
 %dir /CD1
 /CD1/openSUSE%{distroversion}_LOCAL.exe
+/CD1/autorun.inf
 
 %files net
 %defattr(-, root, root)



-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to