Hello community,

here is the log from the commit of package yast2-security for openSUSE:Factory 
checked in at 2014-10-31 09:39:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-security (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-security.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-security"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-security/yast2-security.changes    
2014-08-08 10:10:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-security.new/yast2-security.changes       
2014-10-31 12:33:34.000000000 +0100
@@ -1,0 +2,8 @@
+Mon Oct 27 08:00:30 UTC 2014 - [email protected]
+
+- Removed CWD_IN_ROOT_PATH, CWD_IN_USER_PATH also from the UI where
+  they showed as empty lines in the overview (FATE#100011,
+  boo#900829), by Antoine Belvire.
+- 3.1.5
+
+-------------------------------------------------------------------

Old:
----
  yast2-security-3.1.4.tar.bz2

New:
----
  yast2-security-3.1.5.tar.bz2

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

Other differences:
------------------
++++++ yast2-security.spec ++++++
--- /var/tmp/diff_new_pack.Ql8Sq3/_old  2014-10-31 12:33:35.000000000 +0100
+++ /var/tmp/diff_new_pack.Ql8Sq3/_new  2014-10-31 12:33:35.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-security
-Version:        3.1.4
+Version:        3.1.5
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-security-3.1.4.tar.bz2 -> yast2-security-3.1.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.1.4/.travis.yml 
new/yast2-security-3.1.5/.travis.yml
--- old/yast2-security-3.1.4/.travis.yml        1970-01-01 01:00:00.000000000 
+0100
+++ new/yast2-security-3.1.5/.travis.yml        2014-10-30 16:07:21.000000000 
+0100
@@ -0,0 +1,17 @@
+language: cpp
+compiler:
+    - gcc
+before_install:
+    - curl 
http://download.opensuse.org/repositories/YaST:/Head:/Travis/xUbuntu_12.04/Release.key
 | sudo apt-key add -
+    - echo "deb 
http://download.opensuse.org/repositories/YaST:/Head:/Travis/xUbuntu_12.04/ ./" 
| sudo tee -a /etc/apt/sources.list
+    - sudo apt-get update -q
+    - sudo apt-get install --no-install-recommends -y yast2-devtools 
yast2-testsuite yast2 yast2-pam
+    # disable rvm, use system Ruby
+    - rvm reset
+    - sudo gem install rspec:2.14.1
+script:
+    - make -f Makefile.cvs
+    - make
+    - sudo make install
+    - make check
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.1.4/MAINTAINER 
new/yast2-security-3.1.5/MAINTAINER
--- old/yast2-security-3.1.4/MAINTAINER 2014-08-06 09:51:43.000000000 +0200
+++ new/yast2-security-3.1.5/MAINTAINER 2014-10-30 16:07:21.000000000 +0100
@@ -1 +1 @@
-Jiri Suchomel <[email protected]>
+Deprecated file. Use `osc maintainer yast2-security` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.1.4/README 
new/yast2-security-3.1.5/README
--- old/yast2-security-3.1.4/README     2014-08-06 09:51:43.000000000 +0200
+++ new/yast2-security-3.1.5/README     1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-y2c_sec is part of YaST2
-See the file COPYRIGHT.english for license terms
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.1.4/README.md 
new/yast2-security-3.1.5/README.md
--- old/yast2-security-3.1.4/README.md  1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-security-3.1.5/README.md  2014-10-30 16:07:21.000000000 +0100
@@ -0,0 +1,5 @@
+# YaST - The Security Settings Module #
+
+[![Travis 
Build](https://travis-ci.org/yast/yast-security.svg?branch=master)](https://travis-ci.org/yast/yast-security)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-security-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-security-master/)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.1.4/package/yast2-security.changes 
new/yast2-security-3.1.5/package/yast2-security.changes
--- old/yast2-security-3.1.4/package/yast2-security.changes     2014-08-06 
09:51:43.000000000 +0200
+++ new/yast2-security-3.1.5/package/yast2-security.changes     2014-10-30 
16:07:21.000000000 +0100
@@ -1,4 +1,12 @@
 -------------------------------------------------------------------
+Mon Oct 27 08:00:30 UTC 2014 - [email protected]
+
+- Removed CWD_IN_ROOT_PATH, CWD_IN_USER_PATH also from the UI where
+  they showed as empty lines in the overview (FATE#100011,
+  boo#900829), by Antoine Belvire.
+- 3.1.5
+
+-------------------------------------------------------------------
 Tue Aug  5 12:58:39 UTC 2014 - [email protected]
 
 - Speedup Security.ReadServiceSettings (bnc#890349)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.1.4/package/yast2-security.spec 
new/yast2-security-3.1.5/package/yast2-security.spec
--- old/yast2-security-3.1.4/package/yast2-security.spec        2014-08-06 
09:51:43.000000000 +0200
+++ new/yast2-security-3.1.5/package/yast2-security.spec        2014-10-30 
16:07:21.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-security
-Version:        3.1.4
+Version:        3.1.5
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.1.4/src/include/security/dialogs.rb 
new/yast2-security-3.1.5/src/include/security/dialogs.rb
--- old/yast2-security-3.1.4/src/include/security/dialogs.rb    2014-08-06 
09:51:43.000000000 +0200
+++ new/yast2-security-3.1.5/src/include/security/dialogs.rb    2014-10-30 
16:07:21.000000000 +0100
@@ -208,14 +208,6 @@
           ) == "no"
         },
         {
-          "id"        => "CWD_IN_ROOT_PATH",
-          "is_secure" => Ops.get(Security.Settings, "CWD_IN_ROOT_PATH", "") == 
"no"
-        },
-        {
-          "id"        => "CWD_IN_USER_PATH",
-          "is_secure" => Ops.get(Security.Settings, "CWD_IN_USER_PATH", "") == 
"no"
-        },
-        {
           "id"        => "SYSTOHC",
           "is_secure" => Ops.get(Security.Settings, "SYSTOHC", "") == "yes"
         },
@@ -738,10 +730,6 @@
         VSpacing(1.0),
         settings2widget("RUN_UPDATEDB_AS"),
         VSpacing(1.0),
-        settings2widget("CWD_IN_ROOT_PATH"),
-        VSeparator(),
-        settings2widget("CWD_IN_USER_PATH"),
-        VSpacing(1.0),
         settings2widget("kernel.sysrq"),
         VSpacing(1.8)
       )
@@ -801,8 +789,6 @@
 
       if ret == :next || Builtins.contains(@tree_dialogs, ret)
         widget2settings("PERMISSION_SECURITY")
-        widget2settings("CWD_IN_ROOT_PATH")
-        widget2settings("CWD_IN_USER_PATH")
         widget2settings("RUN_UPDATEDB_AS")
         widget2settings("kernel.sysrq")
       end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-security-3.1.4/src/include/security/widgets.rb 
new/yast2-security-3.1.5/src/include/security/widgets.rb
--- old/yast2-security-3.1.4/src/include/security/widgets.rb    2014-08-06 
09:51:43.000000000 +0200
+++ new/yast2-security-3.1.5/src/include/security/widgets.rb    2014-10-30 
16:07:21.000000000 +0100
@@ -110,20 +110,6 @@
             ],
             "Value"   => "reboot"
           },
-          "CWD_IN_ROOT_PATH"             => {
-            "Widget" => "CheckBox",
-            # CheckBox label
-            "Label"  => _("&Current Directory in root's Path"),
-            "Value"  => "yes"
-          },
-          "CWD_IN_USER_PATH"             => {
-            "Widget" => "CheckBox",
-            # CheckBox label
-            "Label"  => _(
-              "Curr&ent Directory in Path of Regular Users"
-            ),
-            "Value"  => "yes"
-          },
           "DISPLAYMANAGER_REMOTE_ACCESS" => {
             "Widget" => "CheckBox",
             # CheckBox label

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

Reply via email to