Hello community,

here is the log from the commit of package linuxrc for openSUSE:Factory checked 
in at 2014-07-31 10:04:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linuxrc (Old)
 and      /work/SRC/openSUSE:Factory/.linuxrc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linuxrc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/linuxrc/linuxrc.changes  2014-07-29 
21:21:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.linuxrc.new/linuxrc.changes     2014-07-31 
10:04:15.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jul 30 10:57:03 CEST 2014 - [email protected]
+
+- pass along hostname if explicitly set (bnc #889374)
+- 5.0.7
+
+-------------------------------------------------------------------

Old:
----
  linuxrc-5.0.6.tar.xz

New:
----
  linuxrc-5.0.7.tar.xz

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

Other differences:
------------------
++++++ linuxrc.spec ++++++
--- /var/tmp/diff_new_pack.Mv0jVq/_old  2014-07-31 10:04:17.000000000 +0200
+++ /var/tmp/diff_new_pack.Mv0jVq/_new  2014-07-31 10:04:17.000000000 +0200
@@ -25,9 +25,9 @@
 Summary:        SUSE Installation Program
 License:        GPL-3.0+
 Group:          System/Boot
-Version:        5.0.6
+Version:        5.0.7
 Release:        0
-Source:         linuxrc-5.0.6.tar.xz
+Source:         linuxrc-5.0.7.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description

++++++ linuxrc-5.0.6.tar.xz -> linuxrc-5.0.7.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.6/README.md new/linuxrc-5.0.7/README.md
--- old/linuxrc-5.0.6/README.md 1970-01-01 01:00:00.000000000 +0100
+++ new/linuxrc-5.0.7/README.md 2014-07-28 17:24:50.000000000 +0200
@@ -0,0 +1,4 @@
+This is the early part of the SUSE installation process, before
+[YaST](https://en.opensuse.org/Portal:YaST) runs.
+
+See <https://en.opensuse.org/SDB:Linuxrc>.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.6/VERSION new/linuxrc-5.0.7/VERSION
--- old/linuxrc-5.0.6/VERSION   2014-07-28 16:39:01.000000000 +0200
+++ new/linuxrc-5.0.7/VERSION   2014-07-30 10:56:55.000000000 +0200
@@ -1 +1 @@
-5.0.6
+5.0.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.6/changelog new/linuxrc-5.0.7/changelog
--- old/linuxrc-5.0.6/changelog 2014-07-28 16:39:03.000000000 +0200
+++ new/linuxrc-5.0.7/changelog 2014-07-30 10:56:57.000000000 +0200
@@ -1,4 +1,12 @@
-2014-07-28:    HEAD
+2014-07-30:    HEAD
+       - Merge pull request #15 from openSUSE/sw_0003
+       - pass along hostname if explicitly set (bnc #889374)
+       - pass along hostname if explicitly set (bnc #889374)
+       - Merge pull request #14 from mvidner/readme
+       - Read me.
+       - Read me.
+
+2014-07-28:    5.0.6
        - Merge pull request #13 from openSUSE/sw_0002
        - Sw 0002
        - add missing break
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/linuxrc-5.0.6/file.c new/linuxrc-5.0.7/file.c
--- old/linuxrc-5.0.6/file.c    2014-07-28 16:37:52.000000000 +0200
+++ new/linuxrc-5.0.7/file.c    2014-07-30 10:56:14.000000000 +0200
@@ -1803,6 +1803,8 @@
 
   if(config.url.proxy) fprintf(f, "ProxyURL: %s\n", 
url_print(config.url.proxy, 1));
 
+  if(config.net.realhostname) file_write_str(f, key_hostname, 
config.net.realhostname);
+
   file_write_modparms(f);
 
   file_write_str(f, key_loghost, config.loghost);

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

Reply via email to