Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:Factory checked in at 2013-05-06 09:53:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-control-center (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-control-center.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-control-center"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes    
    2013-04-26 15:46:05.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-control-center.new/gnome-control-center.changes
   2013-05-06 09:53:14.000000000 +0200
@@ -1,0 +2,8 @@
+Sat Apr 20 16:58:44 UTC 2013 - [email protected]
+
+- Add gnome-control-center-remove-password-options.patch - users
+  will get locked out of their computers if they try to
+  'Choose password at next login' or 'Login without password'
+  since these conflict with our PAM configuration (bnc#779408)
+
+-------------------------------------------------------------------

New:
----
  gnome-control-center-remove-password-options.patch

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

Other differences:
------------------
++++++ gnome-control-center.spec ++++++
--- /var/tmp/diff_new_pack.89Ahxg/_old  2013-05-06 09:53:15.000000000 +0200
+++ /var/tmp/diff_new_pack.89Ahxg/_new  2013-05-06 09:53:15.000000000 +0200
@@ -34,6 +34,8 @@
 Source:         
http://download.gnome.org/sources/gnome-control-center/3.8/%{name}-%{version}.tar.xz
 # PATCH-FEATURE-OPENSUSE gnome-control-center-allow-yast-in-shell.patch 
[email protected] -- Allow the launch of the yast shell from the g-c-c shell; 
it's quite ugly, but on the other hand, we don't want to change the behavior of 
the shell except for yast...
 Patch0:         gnome-control-center-allow-yast-in-shell.patch
+# PATCH-FEATURE-OPENSUSE gnome-control-center-remove-password-options.patch 
bnc#779408 [email protected] -- users: Remove login options that don't 
work on openSUSE (leading to user being locked out of his system)
+Patch1:         gnome-control-center-remove-password-options.patch
 # PATCH-NEEDS-REBASE PATCH-HACK-OPENSUSE 
gnome-control-center-hide-region-system-tab.patch [email protected] -- Hide 
system tab in region panel until we really use the right files for system 
settings (see bnc#703833)
 Patch2:         gnome-control-center-hide-region-system-tab.patch
 # PATCH-FIX-UPSTREAM gnome-control-center-fine-grained-tz-polkit.patch 
bgo#646185 bnc#749453 [email protected] -- Allow changing timezone without 
requiring privileges to change time
@@ -158,6 +160,7 @@
 %setup -q
 translation-update-upstream
 %patch0 -p1
+%patch1 -p1
 #Needs rebase
 #patch2 -p1
 %patch3 -p1

++++++ gnome-control-center-remove-password-options.patch ++++++
>From b6eae4c79add7d231ebcd776b0f80340773d4acd Mon Sep 17 00:00:00 2001
From: Michael Catanzaro <[email protected]>
Date: Sat, 20 Apr 2013 10:54:47 -0500
Subject: [PATCH] Remove password options

* Choose password at next login
* Login without password

We want to put these back, but for now they don't work

bnc#779408
---
 panels/user-accounts/data/password-dialog.ui | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/panels/user-accounts/data/password-dialog.ui 
b/panels/user-accounts/data/password-dialog.ui
index 81de04f..44dceaa 100644
--- a/panels/user-accounts/data/password-dialog.ui
+++ b/panels/user-accounts/data/password-dialog.ui
@@ -15,14 +15,6 @@
         <col id="1">0</col>
       </row>
       <row>
-        <col id="0" translatable="yes">Choose password at next login</col>
-        <col id="1">1</col>
-      </row>
-      <row>
-        <col id="0" translatable="yes">Log in without a password</col>
-        <col id="1">2</col>
-      </row>
-      <row>
         <col id="0" translatable="yes">Disable this account</col>
         <col id="1">3</col>
       </row>
-- 
1.8.1.4

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

Reply via email to