Hello community,

here is the log from the commit of package yast2-users for openSUSE:Factory 
checked in at 2014-09-26 10:51:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-09-05 
12:59:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-users.new/yast2-users.changes     
2014-09-26 10:51:29.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Sep 23 10:14:55 CEST 2014 - [email protected]
+
+- fix the usage of tail command, so the quota state is read
+  correctly (bnc#887753)
+- 3.1.33
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ yast2-users.spec ++++++
--- /var/tmp/diff_new_pack.Vjam37/_old  2014-09-26 10:51:30.000000000 +0200
+++ /var/tmp/diff_new_pack.Vjam37/_new  2014-09-26 10:51:30.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-users
-Version:        3.1.32
+Version:        3.1.33
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-users-3.1.32.tar.bz2 -> yast2-users-3.1.33.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.32/MAINTAINER 
new/yast2-users-3.1.33/MAINTAINER
--- old/yast2-users-3.1.32/MAINTAINER   2014-09-03 09:43:10.000000000 +0200
+++ new/yast2-users-3.1.33/MAINTAINER   2014-09-24 17:17:54.000000000 +0200
@@ -1 +1 @@
-Jiri Suchomel <[email protected]>
+Deprecated file. Use `osc maintainer yast2-users` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.32/package/yast2-users.changes 
new/yast2-users-3.1.33/package/yast2-users.changes
--- old/yast2-users-3.1.32/package/yast2-users.changes  2014-09-03 
09:43:10.000000000 +0200
+++ new/yast2-users-3.1.33/package/yast2-users.changes  2014-09-24 
17:17:54.000000000 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Tue Sep 23 10:14:55 CEST 2014 - [email protected]
+
+- fix the usage of tail command, so the quota state is read
+  correctly (bnc#887753)
+- 3.1.33
+
+-------------------------------------------------------------------
 Wed Sep  3 08:26:34 CEST 2014 - [email protected]
 
 - Autoyast: Initialize the user hash in User module correctly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.32/package/yast2-users.spec 
new/yast2-users-3.1.33/package/yast2-users.spec
--- old/yast2-users-3.1.32/package/yast2-users.spec     2014-09-03 
09:43:10.000000000 +0200
+++ new/yast2-users-3.1.33/package/yast2-users.spec     2014-09-24 
17:17:54.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-users
-Version:        3.1.32
+Version:        3.1.33
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-users-3.1.32/src/modules/UsersPluginQuota.pm 
new/yast2-users-3.1.33/src/modules/UsersPluginQuota.pm
--- old/yast2-users-3.1.32/src/modules/UsersPluginQuota.pm      2014-09-03 
09:43:10.000000000 +0200
+++ new/yast2-users-3.1.33/src/modules/UsersPluginQuota.pm      2014-09-24 
17:17:54.000000000 +0200
@@ -135,7 +135,7 @@
        my %fsystems    = ();
        my @quotalist   = ();
 
-       my $cmd = "LANG=C quota $opt -pv 2>/dev/null | tail +3";
+       my $cmd = "LANG=C quota $opt -pv 2>/dev/null | tail -n +3";
        my $out = SCR->Execute (".target.bash_output", $cmd);
        if ($out->{"stdout"}) {
            # each line in stdout reports quota for one filesystem
@@ -186,7 +186,7 @@
 sub has_quota {
 
     my $opt = shift;
-    my $out = SCR->Execute (".target.bash_output", "LANG=C quota $opt -v 
2>/dev/null | tail +3");
+    my $out = SCR->Execute (".target.bash_output", "LANG=C quota $opt -v 
2>/dev/null | tail -n +3");
     return ($out->{"stdout"});
 }
 

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

Reply via email to