Hello community,

here is the log from the commit of package yast2-dhcp-server for 
openSUSE:Factory
checked in at Sun Sep 11 19:43:45 CEST 2011.



--------
--- yast2-dhcp-server/yast2-dhcp-server.changes 2011-09-06 16:55:09.000000000 
+0200
+++ /mounts/work_src_done/STABLE/yast2-dhcp-server/yast2-dhcp-server.changes    
2011-09-08 16:53:40.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Sep  8 15:08:09 CEST 2011 - [email protected]
+
+- Including SSL certificate in chrooted system (bnc #715473
+  comment #15)
+- 2.21.1
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  yast2-dhcp-server-2.21.0.tar.bz2

New:
----
  yast2-dhcp-server-2.21.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-dhcp-server.spec ++++++
--- /var/tmp/diff_new_pack.y0SxIF/_old  2011-09-11 19:43:40.000000000 +0200
+++ /var/tmp/diff_new_pack.y0SxIF/_new  2011-09-11 19:43:40.000000000 +0200
@@ -19,11 +19,11 @@
 
 
 Name:           yast2-dhcp-server
-Version:        2.21.0
+Version:        2.21.1
 Release:        1
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-dhcp-server-2.21.0.tar.bz2
+Source0:        yast2-dhcp-server-2.21.1.tar.bz2
 
 Prefix:         /usr
 
@@ -47,7 +47,7 @@
 configuration.
 
 %prep
-%setup -n yast2-dhcp-server-2.21.0
+%setup -n yast2-dhcp-server-2.21.1
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++++++ yast2-dhcp-server-2.21.0.tar.bz2 -> yast2-dhcp-server-2.21.1.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-dhcp-server-2.21.0/VERSION 
new/yast2-dhcp-server-2.21.1/VERSION
--- old/yast2-dhcp-server-2.21.0/VERSION        2011-09-06 16:38:41.000000000 
+0200
+++ new/yast2-dhcp-server-2.21.1/VERSION        2011-09-08 15:12:08.000000000 
+0200
@@ -1 +1 @@
-2.21.0
+2.21.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-dhcp-server-2.21.0/src/DhcpServer.pm 
new/yast2-dhcp-server-2.21.1/src/DhcpServer.pm
--- old/yast2-dhcp-server-2.21.0/src/DhcpServer.pm      2011-09-06 
15:55:49.000000000 +0200
+++ new/yast2-dhcp-server-2.21.1/src/DhcpServer.pm      2011-09-08 
16:48:20.000000000 +0200
@@ -8,6 +8,7 @@
 use strict;
 
 use YaST::YCP qw(:LOGGING Boolean sformat);
+YaST::YCP::Import ("FileUtils");
 
 #YaST::YCP::debug (1);
 
@@ -275,6 +276,14 @@
        }
     }
 
+    my $yast_cert = '/etc/ssl/certs/YaST-CA.pem';
+    if (FileUtils->Exists ($yast_cert)) {
+       if (! exists ($includes{$yast_cert})) {
+           y2warning ("Adding file $yast_cert to copy to chroot");
+           $includes{$yast_cert} = 1;
+       }
+    }
+
     @includes = sort (keys (%includes));
     $includes = join (" ", @includes);
     SCR->Write (".sysconfig.dhcpd.DHCPD_CONF_INCLUDE_FILES", $includes);
@@ -1715,10 +1724,9 @@
     my $ifaces_list = join (" ", @allowed_interfaces);
     # in (auto)installation only
     if ((Mode->autoinst() || Mode->installation()) && 
scalar(@allowed_interfaces) == 0) {
-       # bug #173861
-       # " " means ANY interface
-       y2warning("Activating \" \" for DHCPD_INTERFACE");
-       $ifaces_list = " ";
+       # "ANY" means ANY interface
+       y2warning("Activating \"ANY\" for DHCPD_INTERFACE");
+       $ifaces_list = "ANY";
     }    
     SCR->Write (".sysconfig.dhcpd.DHCPD_INTERFACE", $ifaces_list);
     SCR->Write (".sysconfig.dhcpd.DHCPD_OTHER_ARGS", $other_options);


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



Remember to have fun...

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

Reply via email to