Hello community,

here is the log from the commit of package caasp-tools for openSUSE:Factory 
checked in at 2017-05-04 15:05:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/caasp-tools (Old)
 and      /work/SRC/openSUSE:Factory/.caasp-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "caasp-tools"

Thu May  4 15:05:04 2017 rev:3 rq:492419 version:0.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/caasp-tools/caasp-tools.changes  2017-04-25 
08:58:33.959884563 +0200
+++ /work/SRC/openSUSE:Factory/.caasp-tools.new/caasp-tools.changes     
2017-05-04 15:05:07.480342769 +0200
@@ -1,0 +2,5 @@
+Mon Apr 24 11:40:31 CEST 2017 - [email protected]
+
+- create_autoyast_profile: use FQDN [bsc#1035665]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ create_autoyast_profile.pl ++++++
--- /var/tmp/diff_new_pack.D6uTJ6/_old  2017-05-04 15:05:08.624181275 +0200
+++ /var/tmp/diff_new_pack.D6uTJ6/_new  2017-05-04 15:05:08.624181275 +0200
@@ -12,7 +12,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License along
-# with this program; if not, see <http://www.gnu.org/licenses/>. */
+# with this program; if not, see <http://www.gnu.org/licenses/>.
 #
 
 =head1 NAME
@@ -46,11 +46,11 @@
 use locale;
 use Pod::Usage;
 use Getopt::Long;
-use Sys::Hostname;
+use Net::Domain qw(hostname hostfqdn);
 use JSON qw(decode_json);
 
 my $outputfile = "-";
-my $saltmaster = hostname();
+my $saltmaster = hostfqdn();
 my $ntp_server = "";
 my $smturl = "";
 my $reg_email = "";
@@ -320,7 +320,7 @@
 <![CDATA[
 #!/bin/sh
 EOT
-      my $my_hostname = hostname();
+      my $my_hostname = hostfqdn();
        print OUTPUT "sed -i -e 's|#NTP=.*|NTP=$my_hostname|g' 
/etc/systemd/timesyncd.conf\n";
     print OUTPUT <<"EOT";
 ]]>


Reply via email to