Hello community,

here is the log from the commit of package quota for openSUSE:Factory checked 
in at 2013-06-18 10:37:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/quota (Old)
 and      /work/SRC/openSUSE:Factory/.quota.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "quota"

Changes:
--------
--- /work/SRC/openSUSE:Factory/quota/quota.changes      2013-05-16 
11:30:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.quota.new/quota.changes 2013-06-18 
10:37:03.000000000 +0200
@@ -1,0 +2,28 @@
+Thu Jun 13 20:22:56 UTC 2013 - [email protected]
+
+- last changes are compatible again with openSUSE < 12.3
+- update to 4.01
+- Changes in quota-tools from 4.00 to 4.01:
+  * fix compilation failure with --enable-bsd_behaviour=no
+  * fix quota(1) for NFS mountpoints
+  * fix reporting of huge quota limits over rpc
+  * fix repquota to report all users on XFS
+  * fixed edquota(8) for more users (Jan Kara)
+  * remove fixed limit on number of autofs mount points
+  * add quota type names to message catalogue
+  * typo fixes, message changes for easier i18n
+  * created Czech translation
+  * store PID of quota_nld into lock file
+  * warnquota: Fix manpage formatting
+  * warnquota: Allow specifying of filesystems to check
+  * add support for quotas on ext4 in system files
+  * quotaon: Remove duplicated check for hasquota()
+  * quotacheck: Fix warning about journaled quota for 3.0 and newer
+    kernels
+  * edquota: Fix localication of time units (Jan Kara)
+  * rip out ALTFORMAT config option (Jan Kara)
+  * add support for dynamic RPC block to support larger quotas
+  * check set limits fit into the range supported by RPC transport
+  * do not report missing utmp record to syslog
+
+-------------------------------------------------------------------

Old:
----
  quota-4.00-warnquota.patch
  quota-4.00.tar.gz

New:
----
  quota-4.01-warnquota.patch
  quota-4.01.tar.gz

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

Other differences:
------------------
++++++ quota.spec ++++++
--- /var/tmp/diff_new_pack.S9gkhr/_old  2013-06-18 10:37:04.000000000 +0200
+++ /var/tmp/diff_new_pack.S9gkhr/_new  2013-06-18 10:37:04.000000000 +0200
@@ -19,10 +19,14 @@
 Name:           quota
 BuildRequires:  dbus-1-devel
 BuildRequires:  e2fsprogs-devel
+%if 0%{?suse_version} > 1140
 BuildRequires:  libnl-1_1-devel
+%else
+BuildRequires:  libnl-devel
+%endif
 BuildRequires:  pkg-config
 BuildRequires:  tcpd-devel
-Version:        4.00
+Version:        4.01
 Release:        0
 PreReq:         %insserv_prereq %fillup_prereq
 Url:            http://sourceforge.net/projects/linuxquota/
@@ -32,7 +36,7 @@
 Source:         %{name}-%{version}.tar.gz
 Source1:        %{name}-SUSE.tar.bz2
 Patch1:         %{name}-4.00-makefile.patch
-Patch2:         %{name}-4.00-warnquota.patch
+Patch2:         %{name}-4.01-warnquota.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -56,7 +60,11 @@
 PreReq:         %insserv_prereq %fillup_prereq
 # Require the services needed to be present for quotad service: portmap, 
nfsserver, network
 Requires:       nfs-kernel-server
+%if 0%{?suse_version} >= 1230
 Requires:       rpcbind
+%else
+Requires:       portmap
+%endif
 Requires:       sysconfig
 # Split provides
 Provides:       quota:/etc/init.d/quotad
@@ -95,7 +103,11 @@
 #installing ldap-scripts
 install -m 755 ldap-scripts/*pl ${RPM_BUILD_ROOT}/usr/sbin/
 install -m 755 ldap-scripts/edquota_editor ${RPM_BUILD_ROOT}/usr/sbin/
+%if 0%{?suse_version} >= 1230
 cp SUSE/quotad ${RPM_BUILD_ROOT}/etc/init.d
+%else
+cp SUSE/{quotad,boot.quota} ${RPM_BUILD_ROOT}/etc/init.d
+%endif
 ln -s ../../etc/init.d/quotad ${RPM_BUILD_ROOT}/usr/sbin/rcquotad
 %find_lang %{name}
 cp SUSE/sysconfig.nfs-quota 
$RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.nfs-quota
@@ -103,18 +115,36 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%if 0%{?suse_version} < 1230
+%post
+%{fillup_and_insserv -f -y boot.quota} 
+%endif
+
 %post nfs
 %{fillup_only -an nfs}
 
+%if 0%{?suse_version} < 1230
+%preun
+%stop_on_removal boot.quota
+%endif
+
 %preun nfs
 %stop_on_removal quotad
 
+%if 0%{?suse_version} < 1230
+%postun
+%{insserv_cleanup}
+%endif
+
 %postun nfs
 %{insserv_cleanup}
 
 %files -f %{name}.lang
 %defattr(-,root,root)
 %config /etc/quotagrpadmins
+%if 0%{?suse_version} < 1230
+%config /etc/init.d/boot.quota
+%endif
 %config /etc/quotatab
 %config /etc/warnquota.conf
 %doc SUSE/README.SUSE README.* doc

++++++ quota-4.00-warnquota.patch -> quota-4.01-warnquota.patch ++++++
--- /work/SRC/openSUSE:Factory/quota/quota-4.00-warnquota.patch 2012-06-10 
21:52:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.quota.new/quota-4.01-warnquota.patch    
2013-06-18 10:37:03.000000000 +0200
@@ -1,6 +1,6 @@
 --- ./warnquota.conf.orig
 +++ ./warnquota.conf
-@@ -1,55 +1,116 @@
+@@ -1,56 +1,116 @@
 -# this is an example warnquota.conf
 +###################################################################
 +# Configuration file for the warnquota utility
@@ -19,7 +19,8 @@
 +###################################################################
  
 -# values can be quoted:
--MAIL_CMD      = "/usr/my/sendmail/instead/sendmail -t"
+-#MAIL_CMD     = "/usr/my/sendmail/instead/sendmail -t"
+-MAIL_CMD      = "/bin/echo"
 -FROM          = "[email protected]"
 -# but they don't have to be:
 -SUBJECT       = Hey, user, clean up your account!
@@ -148,7 +149,7 @@
  # if binddn and bindpw are blank or left out, an anonymous bind is used
  # 
  # LDAP_MAIL = false # or true if you want to use it
-@@ -64,6 +125,5 @@
+@@ -65,6 +125,5 @@
  # LDAP_SEARCH_ATTRIBUTE = uid
  # LDAP_MAIL_ATTRIBUTE = mailLocalAddress
  # LDAP_DEFAULT_MAIL_DOMAIN = YourDefaultMailDomain.com

++++++ quota-4.00.tar.gz -> quota-4.01.tar.gz ++++++
++++ 8778 lines of diff (skipped)

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

Reply via email to