Hello community,

here is the log from the commit of package yast2-rmt for openSUSE:Factory 
checked in at 2018-08-28 09:24:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-rmt (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-rmt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-rmt"

Tue Aug 28 09:24:36 2018 rev:8 rq:631792 version:1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-rmt/yast2-rmt.changes      2018-07-13 
10:22:26.250533515 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-rmt.new/yast2-rmt.changes 2018-08-28 
09:24:37.996863372 +0200
@@ -1,0 +2,7 @@
+Tue Aug 14 10:55:02 UTC 2018 - [email protected]
+
+- version 1.0.3
+- Change configuration file path to new location (rmt-server >= 1.0.6)
+- Hide database password in summary (bsc#1102053)
+
+-------------------------------------------------------------------

Old:
----
  yast2-rmt-1.0.1.tar.bz2

New:
----
  yast2-rmt-1.0.3.tar.bz2

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

Other differences:
------------------
++++++ yast2-rmt.spec ++++++
--- /var/tmp/diff_new_pack.AKrq3v/_old  2018-08-28 09:24:38.592865232 +0200
+++ /var/tmp/diff_new_pack.AKrq3v/_new  2018-08-28 09:24:38.592865232 +0200
@@ -17,14 +17,14 @@
 
 
 Name:           yast2-rmt
-Version:        1.0.1
+Version:        1.0.3
 Release:        0
 BuildArch:      noarch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
-Requires:       rmt-server >= 0.0.5
+Requires:       rmt-server >= 1.0.6
 Requires:       yast2
 Requires:       yast2-ruby-bindings
 

++++++ yast2-rmt-1.0.1.tar.bz2 -> yast2-rmt-1.0.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-rmt-1.0.1/README.md 
new/yast2-rmt-1.0.3/README.md
--- old/yast2-rmt-1.0.1/README.md       2018-07-05 10:53:09.000000000 +0200
+++ new/yast2-rmt-1.0.3/README.md       2018-08-22 15:23:28.000000000 +0200
@@ -30,6 +30,14 @@
 docker run -it yast-rmt-image rspec
 ```
 
+### Creating the tarball for packaging
+
+To create the tarball for testing or packaing run:
+
+```
+rake package
+```
+
 ### Package
 
 The package gets built for SLE 15 and openSUSE Leap 15 here:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-rmt-1.0.1/package/yast2-rmt.changes 
new/yast2-rmt-1.0.3/package/yast2-rmt.changes
--- old/yast2-rmt-1.0.1/package/yast2-rmt.changes       2018-07-05 
10:53:09.000000000 +0200
+++ new/yast2-rmt-1.0.3/package/yast2-rmt.changes       2018-08-22 
15:23:28.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Tue Aug 14 10:55:02 UTC 2018 - [email protected]
+
+- version 1.0.3
+- Change configuration file path to new location (rmt-server >= 1.0.6)
+- Hide database password in summary (bsc#1102053)
+
+-------------------------------------------------------------------
 Thu Jul  5 08:52:44 UTC 2018 - [email protected]
 
 - version 1.0.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-rmt-1.0.1/package/yast2-rmt.spec 
new/yast2-rmt-1.0.3/package/yast2-rmt.spec
--- old/yast2-rmt-1.0.1/package/yast2-rmt.spec  2018-07-05 10:53:09.000000000 
+0200
+++ new/yast2-rmt-1.0.3/package/yast2-rmt.spec  2018-08-22 15:23:28.000000000 
+0200
@@ -17,14 +17,14 @@
 
 
 Name:           yast2-rmt
-Version:        1.0.1
+Version:        1.0.3
 Release:        0
 BuildArch:      noarch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        %{name}-%{version}.tar.bz2
 
-Requires:       rmt-server >= 0.0.5
+Requires:       rmt-server >= 1.0.6
 Requires:       yast2
 Requires:       yast2-ruby-bindings
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-rmt-1.0.1/src/lib/rmt/maria_db/current_root_password_dialog.rb 
new/yast2-rmt-1.0.3/src/lib/rmt/maria_db/current_root_password_dialog.rb
--- old/yast2-rmt-1.0.1/src/lib/rmt/maria_db/current_root_password_dialog.rb    
2018-07-05 10:53:09.000000000 +0200
+++ new/yast2-rmt-1.0.3/src/lib/rmt/maria_db/current_root_password_dialog.rb    
2018-08-22 15:23:28.000000000 +0200
@@ -28,7 +28,7 @@
     super
 
     @dialog_heading = N_('Database root password is required')
-    @dialog_label = N_('Please provide the current database root password.')
+    @dialog_label = N_('In order to setup RMT, database access is required. 
Please provide the current database root password.')
     @password_field_label = N_('MariaDB root &password')
   end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-rmt-1.0.1/src/lib/rmt/ssl/certificate_generator.rb 
new/yast2-rmt-1.0.3/src/lib/rmt/ssl/certificate_generator.rb
--- old/yast2-rmt-1.0.1/src/lib/rmt/ssl/certificate_generator.rb        
2018-07-05 10:53:09.000000000 +0200
+++ new/yast2-rmt-1.0.3/src/lib/rmt/ssl/certificate_generator.rb        
2018-08-22 15:23:28.000000000 +0200
@@ -27,7 +27,7 @@
 class RMT::SSL::Exception < RuntimeError; end
 
 class RMT::SSL::CertificateGenerator
-  RMT_SSL_DIR = '/usr/share/rmt/ssl/'.freeze
+  RMT_SSL_DIR = '/etc/rmt/ssl/'.freeze
 
   OPENSSL_FILES = {
     ca_config: 'rmt-ca.cnf',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-rmt-1.0.1/src/lib/rmt/wizard_final_page.rb 
new/yast2-rmt-1.0.3/src/lib/rmt/wizard_final_page.rb
--- old/yast2-rmt-1.0.1/src/lib/rmt/wizard_final_page.rb        2018-07-05 
10:53:09.000000000 +0200
+++ new/yast2-rmt-1.0.3/src/lib/rmt/wizard_final_page.rb        2018-08-22 
15:23:28.000000000 +0200
@@ -54,7 +54,7 @@
           Left(Heading(_('Database credentials:'))),
           Left(HBox(HSpacing(1),
                     VBox(HBox(Label(_('Username:')), 
Label(@config['database']['username'])),
-                         HBox(Label(_('Password:')), 
Label(@config['database']['password']))))),
+                         HBox(Label(_('Password:')), 
Label('***************'))))),
           VSpacing(1),
           Left(Label(_('Please ensure that any firewall is configured'))),
           Left(Label(_('to allow access to RMT (default ports 80 and 443)')))


Reply via email to