Hello community,

here is the log from the commit of package yast2-users for openSUSE:Factory 
checked in at 2014-07-24 06:57:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-users (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-users.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-users"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-users/yast2-users.changes  2014-06-18 
10:59:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-users.new/yast2-users.changes     
2014-07-24 06:57:32.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Jul 22 09:26:17 CEST 2014 - jsuch...@suse.cz
+
+- Fixed 'Quota is not enabled on your system' by adapting
+  to a change of the service name (bnc#887717).
+- 3.1.28
+
+-------------------------------------------------------------------

Old:
----
  yast2-users-3.1.27.tar.bz2

New:
----
  yast2-users-3.1.28.tar.bz2

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

Other differences:
------------------
++++++ yast2-users.spec ++++++
--- /var/tmp/diff_new_pack.B10MaU/_old  2014-07-24 06:57:33.000000000 +0200
+++ /var/tmp/diff_new_pack.B10MaU/_new  2014-07-24 06:57:33.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-users
-Version:        3.1.27
+Version:        3.1.28
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-users-3.1.27.tar.bz2 -> yast2-users-3.1.28.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.27/package/yast2-users.changes 
new/yast2-users-3.1.28/package/yast2-users.changes
--- old/yast2-users-3.1.27/package/yast2-users.changes  2014-06-10 
09:28:32.000000000 +0200
+++ new/yast2-users-3.1.28/package/yast2-users.changes  2014-07-22 
09:28:13.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Tue Jul 22 09:26:17 CEST 2014 - jsuch...@suse.cz
+
+- Fixed 'Quota is not enabled on your system' by adapting
+  to a change of the service name (bnc#887717).
+- 3.1.28
+
+-------------------------------------------------------------------
 Tue Jun 10 08:57:29 CEST 2014 - loci...@suse.com
 
 - Fixed text layout in root-password dialog in installation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.27/package/yast2-users.spec 
new/yast2-users-3.1.28/package/yast2-users.spec
--- old/yast2-users-3.1.27/package/yast2-users.spec     2014-06-10 
09:28:32.000000000 +0200
+++ new/yast2-users-3.1.28/package/yast2-users.spec     2014-07-22 
09:28:13.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-users
-Version:        3.1.27
+Version:        3.1.28
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.27/src/modules/UsersPluginQuota.pm 
new/yast2-users-3.1.28/src/modules/UsersPluginQuota.pm
--- old/yast2-users-3.1.27/src/modules/UsersPluginQuota.pm      2014-06-10 
09:28:32.000000000 +0200
+++ new/yast2-users-3.1.28/src/modules/UsersPluginQuota.pm      2014-07-22 
09:28:13.000000000 +0200
@@ -177,7 +177,7 @@
        $quota_available        = 0;
     }
     else {
-       $quota_available        = (Service->Status ("boot.quota") == 0);
+       $quota_available        = (Service->Status ("quotaon") == 0);
     }
     return $quota_available;
 }

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to