Mailinglist Archive: opensuse-commit (1194 mails)

< Previous Next >
commit quota
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 13 Mar 2008 19:05:51 +0100
  • Message-id: <20080313180552.3242C678185@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package quota
checked in at Thu Mar 13 19:05:51 CET 2008.

--------
--- quota/quota.changes 2007-12-07 20:26:26.000000000 +0100
+++ /mounts/work_src_done/STABLE/quota/quota.changes 2008-03-13
18:34:20.000000000 +0100
@@ -1,0 +2,32 @@
+Thu Mar 13 16:36:56 CET 2008 - lmichnovic@xxxxxxx
+
+- update to version 3.16
+ + quota_nld should be now usable. It parses messages about
+ + exceeded quotas sent by kernel via netlink (works for kernel
+ + 2.6.24 and newer) and currently supports printing of these
+ + messages to console and/or system DBUS. If someone wanted to
+ + write support for GNOME/KDE/other desktop which would show a
+ + dialog in case message comes over DBUS, he is most welcome.
+- Changes:
+ * added information message about journaled quota to quotacheck
+ * added pointers to quota_nld and warnquota to some manpages
+ * ported quota_nld to libnl-1.1
+ * let setquota batch mode accept comments and blank lines,
+ add -c option
+ * print more verbose list of compile options when --version
+ specified
+ * quotaon(8) should work only on local filesystems
+ * made possible to use quota rpc in mixed NFSv3 and NFSv4
+ environments
+ * fixed compilation with openLDAP library versions 2.1 and 2.2
+ * always define allow_severity and deny_severity for older
+ versions of libwrap
+ * cleaned up host_access() handling
+ * configure script now correctly reports checking of libwrap
+ * added MPFS to the list of supported filesystems
+ * updated Polish translations
+ * fixed typo in a quotaon message
+ * fixed warnquota to check URI only if LDAP enabled
+- obsoletes *ignore_nfs.patch, mode.patch changed to makefile.patch
+
+-------------------------------------------------------------------

Old:
----
quota-3.15-ignore_nfs.patch
quota-3.15-man.patch
quota-3.15-mode.patch
quota-3.15.tar.bz2
quota-3.15-type.patch
quota-3.15-warnquota.patch

New:
----
quota-3.16-makefile.patch
quota-3.16-man.patch
quota-3.16.tar.bz2
quota-3.16-type.patch
quota-3.16-warnquota.patch

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

Other differences:
------------------
++++++ quota.spec ++++++
--- /var/tmp/diff_new_pack.I22802/_old 2008-03-13 19:05:11.000000000 +0100
+++ /var/tmp/diff_new_pack.I22802/_new 2008-03-13 19:05:11.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package quota (Version 3.15)
+# spec file for package quota (Version 3.16)
#
-# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -10,23 +10,23 @@

# norootforbuild

+
Name: quota
BuildRequires: e2fsprogs-devel tcpd-devel
-Version: 3.15
-Release: 33
+Version: 3.16
+Release: 1
PreReq: %insserv_prereq %fillup_prereq
AutoReqProv: on
Group: System/Filesystems
-License: GPL v2 or later
+License: GPL v2 only
Url: http://sourceforge.net/projects/linuxquota/
Summary: Disk Quota System
-Source: %{name}-3.15.tar.bz2
+Source: %{name}-%{version}.tar.bz2
Source1: %{name}-SUSE.tar.bz2
-Patch1: %{name}-%{version}-mode.patch
+Patch1: %{name}-%{version}-makefile.patch
Patch2: %{name}-%{version}-man.patch
Patch3: %{name}-%{version}-warnquota.patch
Patch4: %{name}-%{version}-type.patch
-Patch5: %{name}-%{version}-ignore_nfs.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
@@ -72,7 +72,6 @@
%patch2
%patch3
%patch4
-%patch5
find -type d -name CVS -exec rm -rf {} \; -prune
find -type d | xargs chmod 755

@@ -140,32 +139,62 @@
%doc SUSE/README.quotad.SUSE
%{_sbindir}/rpc.rquotad
%{_sbindir}/rcquotad
+/usr/include/rpcsvc/*

%changelog
-* Fri Dec 07 2007 - lmichnovic@xxxxxxx
+* Thu Mar 13 2008 lmichnovic@xxxxxxx
+- update to version 3.16
+ + quota_nld should be now usable. It parses messages about
+ + exceeded quotas sent by kernel via netlink (works for kernel
+ + 2.6.24 and newer) and currently supports printing of these
+ + messages to console and/or system DBUS. If someone wanted to
+ + write support for GNOME/KDE/other desktop which would show a
+ + dialog in case message comes over DBUS, he is most welcome.
+- Changes:
+ * added information message about journaled quota to quotacheck
+ * added pointers to quota_nld and warnquota to some manpages
+ * ported quota_nld to libnl-1.1
+ * let setquota batch mode accept comments and blank lines,
+ add -c option
+ * print more verbose list of compile options when --version
+ specified
+ * quotaon(8) should work only on local filesystems
+ * made possible to use quota rpc in mixed NFSv3 and NFSv4
+ environments
+ * fixed compilation with openLDAP library versions 2.1 and 2.2
+ * always define allow_severity and deny_severity for older
+ versions of libwrap
+ * cleaned up host_access() handling
+ * configure script now correctly reports checking of libwrap
+ * added MPFS to the list of supported filesystems
+ * updated Polish translations
+ * fixed typo in a quotaon message
+ * fixed warnquota to check URI only if LDAP enabled
+- obsoletes *ignore_nfs.patch, mode.patch changed to makefile.patch
+* Fri Dec 07 2007 lmichnovic@xxxxxxx
- quotad service is not enabled during installation any more
[#346541]
- split off quota-nfs which contains only quotad related files
- added Requires on packages with services needed to start
quotad service
- updated README.SUSE and created README.quotad.SUSE
-* Wed Nov 14 2007 - lmichnovic@xxxxxxx
+* Wed Nov 14 2007 lmichnovic@xxxxxxx
- fixed typo in SUSE/README [#341453] and written additional info
regarding managing quota support within YaST since openSUSE 10.3
-* Thu Sep 13 2007 - lmichnovic@xxxxxxx
+* Fri Sep 14 2007 lmichnovic@xxxxxxx
- Ignoring NFS mount points when shutting down quota with quotaoff
[#310426] (ignore_nfs.patch)
-* Thu Aug 09 2007 - lmichnovic@xxxxxxx
+* Thu Aug 09 2007 lmichnovic@xxxxxxx
- fixed running quotacheck on mounted partition [#298713]
- added $network should be enabled when stoping quota service
because nfs mounts are still mounted and cause time out
-* Tue Jul 17 2007 - lmichnovic@xxxxxxx
+* Tue Jul 17 2007 lmichnovic@xxxxxxx
- update to 3.15 final. Changes since 3.15 beta:
* added a wrapper script around setquota which also updates LDAP
- installing ldap-scripts
-* Mon Jul 02 2007 - lmichnovic@xxxxxxx
+* Mon Jul 02 2007 lmichnovic@xxxxxxx
- adjusted print formatting (*type.patch)
-* Thu Jun 21 2007 - lmichnovic@xxxxxxx
+* Thu Jun 21 2007 lmichnovic@xxxxxxx
- rewritten headers of init scripts to fulfill LSB
(quota-SUSE.tar.bz2); obsoletes patch lsb
- now starting boot.quota script during boot automatically
@@ -190,14 +219,14 @@
* fixed a format string bug in reporting of raw grace times in repquota
* added repquota(8) and quota(1) option for better parsable output
* fixed error handling in edquota(8) when creating tmp file
-* Tue Apr 24 2007 - lmichnovic@xxxxxxx
+* Tue Apr 24 2007 lmichnovic@xxxxxxx
- added Short-Description into quotad script to fulfill LSB
specification (lsb.diff)
-* Mon Mar 19 2007 - lmichnovic@xxxxxxx
+* Mon Mar 19 2007 lmichnovic@xxxxxxx
- fixed compiling some files without RPM_OPT_FLAGS and -fPIE
(cflags.diff)
- patch quota-%%{version}.diff renamed to quota-%%{version}-mode.diff
-* Thu Oct 05 2006 - mjancar@xxxxxxx
+* Thu Oct 05 2006 mjancar@xxxxxxx
- update to 3.14
* updated Polish translations (Jakub Bogusz)
* print user/group names in error messages when cannot get quota information
(Michal Marek, Jan Kara)
@@ -215,185 +244,185 @@
* quota(1) has -w option to supress line wrapping for long device names (Jan
Kara)
* quota(1) prints grace time even if hard limit is reached (Jan Kara)
* fixed journaled quota format detection in quotacheck (Jan Kara)
-* Fri Jul 28 2006 - olh@xxxxxxx
+* Fri Jul 28 2006 olh@xxxxxxx
- boot.swap, boot.clock and boot.localfs are optional for boot.quota (#181972)
-* Fri Apr 07 2006 - mjancar@xxxxxxx
+* Fri Apr 07 2006 mjancar@xxxxxxx
- fix garbage in error messages (#164377)
-* Fri Jan 27 2006 - mls@xxxxxxx
+* Fri Jan 27 2006 mls@xxxxxxx
- converted neededforbuild to BuildRequires
-* Wed Jan 25 2006 - mjancar@xxxxxxx
+* Wed Jan 25 2006 mjancar@xxxxxxx
- ask kernel instead of runfile for status (#58564)
-* Fri Jan 20 2006 - mjancar@xxxxxxx
+* Fri Jan 20 2006 mjancar@xxxxxxx
- verbose quotacheck on boot (#71077)
-* Fri Jan 20 2006 - schwab@xxxxxxx
+* Fri Jan 20 2006 schwab@xxxxxxx
- Don't strip binaries.
-* Wed Nov 02 2005 - dmueller@xxxxxxx
+* Wed Nov 02 2005 dmueller@xxxxxxx
- don't build as root
-* Wed Jul 13 2005 - mjancar@xxxxxxx
+* Wed Jul 13 2005 mjancar@xxxxxxx
- update to 3.13
- run quotacheck only when fsck returns error or quota files are missing
-* Thu Jun 23 2005 - ro@xxxxxxx
+* Thu Jun 23 2005 ro@xxxxxxx
- added pie patch from FC
-* Mon Mar 07 2005 - mjancar@xxxxxxx
+* Mon Mar 07 2005 mjancar@xxxxxxx
- use RPM_OPT_FLAGS
-* Thu Feb 17 2005 - mjancar@xxxxxxx
+* Thu Feb 17 2005 mjancar@xxxxxxx
- update to 3.12
-* Mon Nov 01 2004 - tcrhak@xxxxxxx
+* Mon Nov 01 2004 tcrhak@xxxxxxx
- removed the hard coded limit (256) of mounted file systems,
by making the array dynamic (bug #47259, patch maxmntpoints)
-* Thu Sep 23 2004 - tcrhak@xxxxxxx
+* Thu Sep 23 2004 tcrhak@xxxxxxx
- merged init.d/quota into boot.quota, run quotacheck always (bug #43564)
- added nfsserver to Required-Start to quotad (bug #41800)
- added new variable FAIL to warnquota.conf (bug #45782)
-* Tue Jun 01 2004 - meissner@xxxxxxx
+* Tue Jun 01 2004 meissner@xxxxxxx
- removed typedef which is no longer needed and causes
problems on ppc64.
-* Mon Mar 08 2004 - tcrhak@xxxxxxx
+* Mon Mar 08 2004 tcrhak@xxxxxxx
- update to version 3.11
-* Wed Oct 08 2003 - tcrhak@xxxxxxx
+* Wed Oct 08 2003 tcrhak@xxxxxxx
- use 'rcnfsserver status' rather then 'rcnfs status'
in script rcquotad (bug #32131)
-* Wed Jul 30 2003 - tcrhak@xxxxxxx
+* Wed Jul 30 2003 tcrhak@xxxxxxx
- update to version 3.10pre1
-* Wed Jul 23 2003 - tcrhak@xxxxxxx
+* Wed Jul 23 2003 tcrhak@xxxxxxx
- update to version 3.09
-* Fri Mar 07 2003 - kukuk@xxxxxxx
+* Fri Mar 07 2003 kukuk@xxxxxxx
- Fix path in init scripts [Bug #24849]
- Move quotacheck binary to /sbin (boot.quota expects it here,
/usr/sbin must not be accesible at this time)
-* Fri Jan 17 2003 - kukuk@xxxxxxx
+* Fri Jan 17 2003 kukuk@xxxxxxx
- Use own rquota.[xh] for building
-* Thu Jan 09 2003 - tcrhak@xxxxxxx
+* Thu Jan 09 2003 tcrhak@xxxxxxx
- use glibc-devel's rquota.h and rquota.x for building
- removed rquota.h and rquota.x from the filelist
-* Mon Dec 16 2002 - tcrhak@xxxxxxx
+* Mon Dec 16 2002 tcrhak@xxxxxxx
- update to version 3.08
-* Wed Oct 02 2002 - tcrhak@xxxxxxx
+* Wed Oct 02 2002 tcrhak@xxxxxxx
- fixed bugs #20275 and #20278:
- added warnquota configuration files
- added /etc/quotatab to warnquota manual page
- fixed README.SuSE
- removed quotad and colon patches and applied
them to the SuSE tarball
-* Tue Sep 17 2002 - ro@xxxxxxx
+* Tue Sep 17 2002 ro@xxxxxxx
- removed bogus self-provides
-* Fri Sep 06 2002 - tcrhak@xxxxxxx
+* Fri Sep 06 2002 tcrhak@xxxxxxx
- further to the previous fix: really do not start
quotad unless all the services are running
-* Thu Sep 05 2002 - tcrhak@xxxxxxx
+* Thu Sep 05 2002 tcrhak@xxxxxxx
- fixed rcquotad script (bug #17319)
- use rc... status to test whether required services
are running
- go through these tests only for `start'
- exit with 1 rather then 0 when some service is
not running
-* Tue Aug 20 2002 - mmj@xxxxxxx
+* Tue Aug 20 2002 mmj@xxxxxxx
- Correct PreReq
-* Sat Jul 27 2002 - adrian@xxxxxxx
+* Sat Jul 27 2002 adrian@xxxxxxx
- really do not source rc.config ;)
-* Wed Jul 24 2002 - kukuk@xxxxxxx
+* Wed Jul 24 2002 kukuk@xxxxxxx
- Don't source rc.config
-* Mon Jun 24 2002 - ro@xxxxxxx
+* Mon Jun 24 2002 ro@xxxxxxx
- fixed directory permissions
-* Wed May 29 2002 - ro@xxxxxxx
+* Wed May 29 2002 ro@xxxxxxx
- define FIOSIZE ioctl for x86_64
-* Wed Mar 20 2002 - tcrhak@xxxxxxx
+* Wed Mar 20 2002 tcrhak@xxxxxxx
- put SuSE files into a tarball
- removed colons from quota and quotad init scripts (bug #14704)
- renamed quota.patch to quota-%%{version}.patch
-* Sat Feb 16 2002 - ro@xxxxxxx
+* Sat Feb 16 2002 ro@xxxxxxx
- moved boot.quota from aaa_base to this package
-* Tue Jan 08 2002 - vinil@xxxxxxx
+* Tue Jan 08 2002 vinil@xxxxxxx
- init scripts LSBed #12696
- removed START_QUOTA{,D} variables
- update to 3.03
- removed quotatool utility
-* Tue Nov 20 2001 - vinil@xxxxxxx
+* Tue Nov 20 2001 vinil@xxxxxxx
- update to 3.02 -> provides 'convertquota -e' for bad compiled 7.3
- get rid of wrong quota_byteswap.h; byteswap.h is provided by glibc
bug #12229
-* Wed Oct 31 2001 - vinil@xxxxxxx
+* Wed Oct 31 2001 vinil@xxxxxxx
- update to 3.01-final
- QUOTAOFF_BIN corrected to quotaoff in rcquota
- URL fixed for uptodate path
-* Tue Aug 14 2001 - dan@xxxxxxx
+* Tue Aug 14 2001 dan@xxxxxxx
- ppc architecture dependent patch removed
-* Mon Aug 13 2001 - dan@xxxxxxx
+* Mon Aug 13 2001 dan@xxxxxxx
- update to 3.01-pre8
- convertquota listed in spec file (#9403)
-* Thu Jul 05 2001 - olh@xxxxxxx
+* Thu Jul 05 2001 olh@xxxxxxx
- seems to work with stock 2.4.6 on ppc and 2.4.6ac1 on i386
-* Wed Jul 04 2001 - olh@xxxxxxx
+* Wed Jul 04 2001 olh@xxxxxxx
- update to 3.01-pre7 and fix compile on ppc
-* Fri Jun 29 2001 - pblaha@xxxxxxx
+* Fri Jun 29 2001 pblaha@xxxxxxx
- rewrite init script to LSB
-* Mon Jun 18 2001 - poeml@xxxxxxx
+* Mon Jun 18 2001 poeml@xxxxxxx
- correct pathnames in README.SuSE
- add conveniency links to init scripts
-* Wed May 02 2001 - pblaha@xxxxxxx
+* Wed May 02 2001 pblaha@xxxxxxx
- update for better quota support in reiser fs
-* Sun Apr 15 2001 - schwab@xxxxxxx
+* Sun Apr 15 2001 schwab@xxxxxxx
- Add %%suse_update_config.
-* Thu Mar 29 2001 - pblaha@xxxxxxx
+* Thu Mar 29 2001 pblaha@xxxxxxx
- add quotatool utility for set qouta from command line
-* Wed Mar 21 2001 - schwab@xxxxxxx
+* Wed Mar 21 2001 schwab@xxxxxxx
- Don't use _syscallX on ia64.
-* Mon Jan 29 2001 - pblaha@xxxxxxx
+* Mon Jan 29 2001 pblaha@xxxxxxx
- update on current stable 2.00 and add doc
-* Thu Jan 11 2001 - ro@xxxxxxx
+* Thu Jan 11 2001 ro@xxxxxxx
- replace linux/quota.h by sys/quota.h to make it compile
-* Tue Jan 02 2001 - olh@xxxxxxx
+* Tue Jan 02 2001 olh@xxxxxxx
- use script name in %%post
-* Fri Dec 15 2000 - pblaha@xxxxxxx
+* Fri Dec 15 2000 pblaha@xxxxxxx
- applied patch for support upport multiple NFS servers
-* Sun Dec 10 2000 - schwab@xxxxxxx
+* Sun Dec 10 2000 schwab@xxxxxxx
- Don't use _syscallX on ia64.
-* Fri Dec 08 2000 - kukuk@xxxxxxx
+* Fri Dec 08 2000 kukuk@xxxxxxx
- Fix Provides of init.d scripts
-* Fri Dec 01 2000 - kukuk@xxxxxxx
+* Fri Dec 01 2000 kukuk@xxxxxxx
- Add info section to init scripts
- Move init scripts sbin/init.d -> etc/init.d
-* Fri Oct 27 2000 - bg@xxxxxxx
+* Fri Oct 27 2000 bg@xxxxxxx
- changed return value of getopt from char to int for all occurances
(Fix Bug #4122)
-* Tue Oct 03 2000 - smid@xxxxxxx
+* Tue Oct 03 2000 smid@xxxxxxx
- bug in warnquota fixed [#4052]
-* Thu Jun 08 2000 - cihlar@xxxxxxx
+* Thu Jun 08 2000 cihlar@xxxxxxx
- added %%clean
-* Wed Jun 07 2000 - dipa@xxxxxxx
+* Wed Jun 07 2000 dipa@xxxxxxx
- fix for 4 GB limit in quota.c, repquota.c, edquota.c and warnquota.c
from Debian Bug report logs - #39249:
"quota programs overflow at about 3GB"
-* Fri Apr 28 2000 - kukuk@xxxxxxx
+* Fri Apr 28 2000 kukuk@xxxxxxx
- Fix buildroot
- Don't use kernel header files
-* Tue Apr 11 2000 - smid@xxxxxxx
+* Tue Apr 11 2000 smid@xxxxxxx
- buildroot added
-* Wed Feb 16 2000 - kukuk@xxxxxxx
+* Wed Feb 16 2000 kukuk@xxxxxxx
- Fill in the Group tag.
-* Thu Jan 27 2000 - kukuk@xxxxxxx
+* Thu Jan 27 2000 kukuk@xxxxxxx
- Use %%{_mandir} macro
-* Mon Jan 24 2000 - kukuk@xxxxxxx
+* Mon Jan 24 2000 kukuk@xxxxxxx
- Add patch for SPARC
- Fix 4GB limit
-* Mon Sep 13 1999 - bs@xxxxxxx
+* Mon Sep 13 1999 bs@xxxxxxx
- ran old prepare_spec on spec file to switch to new prepare_spec.
-* Sat Mar 27 1999 - kukuk@xxxxxxx
+* Sat Mar 27 1999 kukuk@xxxxxxx
- Show quota on NFS automounted filesystems
- Update rc scripts
- Fix some compiler warnings
-* Thu Oct 29 1998 - ro@xxxxxxx
+* Thu Oct 29 1998 ro@xxxxxxx
- added MNTOPT_xxx if not defined (for glibc)
- only use -lbsd if available
-* Thu Jul 16 1998 - tmg@xxxxxxx
+* Thu Jul 16 1998 tmg@xxxxxxx
- fixed install section
-* Tue Jul 07 1998 - tmg@xxxxxxx
+* Tue Jul 07 1998 tmg@xxxxxxx
- updated to quota 1.70 (new program setquota)
- added rc-scripts and quota check support for /sbin/init.d/boot
-* Wed Nov 19 1997 - florian@xxxxxxx
+* Wed Nov 19 1997 florian@xxxxxxx
- do not install include files
- compile with -DRPC
-* Tue Jun 03 1997 - bs@xxxxxxx
+* Tue Jun 03 1997 bs@xxxxxxx
removed man page quotactl.2.gz (included in ldpman)
-* Thu Jan 02 1997 - florian@xxxxxxx
+* Thu Jan 02 1997 florian@xxxxxxx
new version 1.55

++++++ quota-3.16-makefile.patch ++++++
--- Makefile.in
+++ Makefile.in
@@ -16,16 +16,16 @@
CFLAGS += @HOSTS_ACCESS@

INSTALL = @INSTALL@
-STRIP = -s
+STRIP =
LN = ln -sf
ROOTDIR =
SUPER_OWNER = root
-BIN_OWNER = bin
-BIN_GROUP = bin
+BIN_OWNER = root
+BIN_GROUP = root
DEF_SUID_MODE = 4511
-DEF_BIN_MODE = 555
-DEF_SBIN_MODE = 555
-DEF_MAN_MODE = 444
+DEF_BIN_MODE = 755
+DEF_SBIN_MODE = 755
+DEF_MAN_MODE = 644
DEF_CONF_MODE = 644
RPCGEN = rpcgen

++++++ quota-3.15-man.patch -> quota-3.16-man.patch ++++++

++++++ quota-3.15.tar.bz2 -> quota-3.16.tar.bz2 ++++++
++++ 3160 lines of diff (skipped)

++++++ quota-3.15-type.patch -> quota-3.16-type.patch ++++++

++++++ quota-3.15-warnquota.patch -> quota-3.16-warnquota.patch ++++++


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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread