Mailinglist Archive: opensuse-commit (1301 mails)
| < Previous | Next > |
commit skelcd-control-openSUSE
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 05 Jul 2007 01:44:06 +0200
- Message-id: <20070704234406.B5206678188@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package skelcd-control-openSUSE
checked in at Thu Jul 5 01:44:06 CEST 2007.
--------
--- skelcd-control-openSUSE/skelcd-control-openSUSE.changes 2007-05-30 11:34:46.000000000 +0200
+++ /mounts/work_src_done/NOARCH/skelcd-control-openSUSE/skelcd-control-openSUSE.changes 2007-07-04 14:53:40.210245000 +0200
@@ -1,0 +2,11 @@
+Wed Jul 4 14:47:53 CEST 2007 - locilka@xxxxxxx
+
+- Save /root content from installation system to the just installed
+ system (FATE #301937).
+- Added links to list of servers providing lists of external
+ repositories (FATE #300898).
+- Added dialog for handling the external repositories.
+- From now it is possible to go back even when installation type
+ has been selected.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ skelcd-control-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.ltW930/_old 2007-07-05 01:43:44.000000000 +0200
+++ /var/tmp/diff_new_pack.ltW930/_new 2007-07-05 01:43:44.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package skelcd-control-openSUSE (Version 2007.5.30)
+# spec file for package skelcd-control-openSUSE (Version 2007.7.4)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -16,7 +16,7 @@
License: YaST License
Group: SuSE internal
Autoreqprov: off
-Version: 2007.5.30
+Version: 2007.7.4
Release: 1
Summary: SuSE Linux Professional Control file
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -52,6 +52,14 @@
/CD1
%changelog
+* Wed Jul 04 2007 - locilka@xxxxxxx
+- Save /root content from installation system to the just installed
+ system (FATE #301937).
+- Added links to list of servers providing lists of external
+ repositories (FATE #300898).
+- Added dialog for handling the external repositories.
+- From now it is possible to go back even when installation type
+ has been selected.
* Wed May 30 2007 - jsrain@xxxxxxx
- removed inst_netsetup
* Tue May 15 2007 - locilka@xxxxxxx
++++++ control.xml ++++++
--- skelcd-control-openSUSE/control.xml 2007-05-30 11:34:08.000000000 +0200
+++ /mounts/work_src_done/NOARCH/skelcd-control-openSUSE/control.xml 2007-07-04 14:53:40.160300000 +0200
@@ -26,11 +26,22 @@
<register_monthly config:type="boolean">false</register_monthly>
<manual_online_update config:type="boolean">true</manual_online_update>
<root_password_ca_check config:type="boolean">false</root_password_ca_check>
+
+ <!-- FATE #301937, Save /root content from the installation system to the installed system -->
+ <save_instsys_content config:type="list">
+ <save_instsys_item>
+ <instsys_directory>/root/</instsys_directory>
+ <system_directory>/root/inst-sys/</system_directory>
+ </save_instsys_item>
+ </save_instsys_content>
</globals>
<software>
<delete_old_packages config:type="boolean">true</delete_old_packages>
<selection_type config:type="symbol">auto</selection_type>
+
+ <!-- FATE #300898, List of external sources accesible during the installaion time -->
+ <external_sources_link>http://seven-swords.net/Servers/list_of_servers.xml</external_sources_link>
</software>
<partitioning>
@@ -257,9 +268,14 @@
</module>
<!-- Here, user selects whether to perform New Installation or Upgrade -->
<module>
+ <label>Additional Product Sources</label>
+ <name>productsources</name>
+ <enable_back>yes</enable_back>
+ </module>
+ <module>
<label>Add-On Products</label>
<name>add-on</name>
- <enable_back>no</enable_back>
+ <enable_back>yes</enable_back>
</module>
<module>
<label>Time Zone</label>
@@ -267,6 +283,7 @@
<arguments>
<first_run>yes</first_run>
</arguments>
+ <enable_back>yes</enable_back>
</module>
<module>
<label>Desktop Selection</label>
@@ -350,9 +367,14 @@
<name>update_partition</name>
</module>
<module>
+ <label>Additional Product Sources</label>
+ <name>productsources</name>
+ <enable_back>yes</enable_back>
+ </module>
+ <module>
<label>Add-On Products</label>
<name>add-on</name>
- <enable_back>no</enable_back>
+ <enable_back>yes</enable_back>
</module>
<module>
<heading>yes</heading>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |