Mailinglist Archive: opensuse-commit (2130 mails)
| < Previous | Next > |
commit skelcd-control-openSUSE
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 09 Apr 2008 21:08:31 +0200
- Message-id: <20080409190831.55F04678182@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package skelcd-control-openSUSE
checked in at Wed Apr 9 21:08:31 CEST 2008.
--------
--- skelcd-control-openSUSE/skelcd-control-openSUSE-CD.changes 2008-04-07
15:33:53.000000000 +0200
+++ skelcd-control-openSUSE/skelcd-control-openSUSE-CD.changes 2008-04-09
17:18:41.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Apr 9 17:19:37 CEST 2008 - locilka@xxxxxxx
+
+- Adjusted control file to sort installation overview via
+ presentation_order and propose it via the real appearance.
+
+-------------------------------------------------------------------
skelcd-control-openSUSE.changes: same change
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ skelcd-control-openSUSE-CD.spec ++++++
--- /var/tmp/diff_new_pack.aJ9143/_old 2008-04-09 21:08:21.000000000 +0200
+++ /var/tmp/diff_new_pack.aJ9143/_new 2008-04-09 21:08:21.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package skelcd-control-openSUSE-CD (Version 2008.4.7)
+# spec file for package skelcd-control-openSUSE-CD (Version 2008.4.9)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -17,7 +17,7 @@
License: YaST License
Group: Metapackages
AutoReqProv: off
-Version: 2008.4.7
+Version: 2008.4.9
Release: 1
Summary: SuSE Linux Professional Control file
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -64,6 +64,9 @@
/CD1/control.xml
%changelog
+* Wed Apr 09 2008 locilka@xxxxxxx
+- Adjusted control file to sort installation overview via
+ presentation_order and propose it via the real appearance.
* Mon Apr 07 2008 locilka@xxxxxxx
- Added new control file entry kexec_reboot that defines whether
kexec should be used instead of reboot at the end of the first
skelcd-control-openSUSE.spec: same change
++++++ control.xml ++++++
--- skelcd-control-openSUSE/control.xml 2008-04-07 15:33:53.000000000 +0200
+++ skelcd-control-openSUSE/control.xml 2008-04-08 19:29:43.000000000 +0200
@@ -123,16 +123,44 @@
<name>initial</name>
<enable_skip>no</enable_skip>
<proposal_modules config:type="list">
- <proposal_module>hwinfo</proposal_module>
- <proposal_module>mouse</proposal_module>
- <proposal_module>partitions</proposal_module>
- <proposal_module>software</proposal_module>
- <proposal_module>bootloader</proposal_module>
- <proposal_module>country_simple</proposal_module>
- <proposal_module>timezone</proposal_module>
- <!-- FATE #302980 -->
- <proposal_module>users</proposal_module>
- <proposal_module>runlevel</proposal_module>
+ <proposal_module>
+ <name>partitions</name>
+ <presentation_order>10</presentation_order>
+ </proposal_module>
+ <proposal_module>
+ <name>bootloader</name>
+ <presentation_order>20</presentation_order>
+ </proposal_module>
+ <proposal_module>
+ <name>country_simple</name>
+ <presentation_order>40</presentation_order>
+ </proposal_module>
+ <proposal_module>
+ <name>timezone</name>
+ <presentation_order>50</presentation_order>
+ </proposal_module>
+ <!-- FATE #302980 -->
+ <proposal_module>
+ <name>users</name>
+ <presentation_order>60</presentation_order>
+ </proposal_module>
+ <proposal_module>
+ <name>runlevel</name>
+ <presentation_order>70</presentation_order>
+ </proposal_module>
+ <proposal_module>
+ <name>hwinfo</name>
+ <presentation_order>80</presentation_order>
+ </proposal_module>
+ <proposal_module>
+ <name>mouse</name>
+ <presentation_order>90</presentation_order>
+ </proposal_module>
+ <!-- software proposal should be computed at the end -->
+ <proposal_module>
+ <name>software</name>
+ <presentation_order>30</presentation_order>
+ </proposal_module>
</proposal_modules>
<!--
<proposal_tabs config:type="list">
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |