michael@0: #allow remote set quota by defined rpcsetquota to 1(set to 0 to disabled it) michael@0: %{!?rpcsetquota:%define rpcsetquota 1} michael@0: michael@0: Name: quota michael@0: Summary: System administration tools for monitoring users' disk usage michael@1: Vendor: Europalab Software michael@1: Packager: Michael Schloh von Bennewitz michael@1: Distribution: MeeGo Thirdparty michael@0: Epoch: 1 michael@0: Version: 4.00 michael@0: Release: 0.1.pre1%{?dist} michael@0: License: BSD and GPLv2+ michael@0: URL: http://sourceforge.net/projects/linuxquota/ michael@0: Group: System Environment/Base michael@0: BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) michael@1: Requires: fastinit tcp_wrappers michael@0: Requires: quota-nls = %{epoch}:%{version}-%{release} michael@0: Conflicts: kernel < 2.4 michael@0: BuildRequires: e2fsprogs-devel gettext tcp_wrappers-devel nss-devel michael@0: BuildRequires: openldap-devel openssl-devel dbus-devel libnl-devel michael@0: Source0: http://downloads.sourceforge.net/linuxquota/%{name}-%{version}-pre1.tar.gz michael@0: Source1: quota_nld.init michael@0: Source2: quota_nld.sysconfig michael@0: Patch0: quota-3.06-warnquota.patch michael@0: Patch1: quota-3.06-no-stripping.patch michael@0: Patch2: quota-3.06-man-page.patch michael@0: Patch3: quota-3.06-pie.patch michael@0: Patch4: quota-3.13-wrong-ports.patch michael@0: Patch5: quota-3.16-helpoption.patch michael@0: Patch6: quota-3.16-quotaoffhelp.patch michael@0: Patch8: quota-3.17-ftbfs.patch michael@0: # Bug #528581, remove in upstream 4.00 michael@0: Patch9: quota-4.00_pre1-quotactl_null_corruption.patch michael@0: # Included in upstream 4.00_pre2 michael@0: Patch10: quota-4.00_pre1-add-gfs2-support.patch michael@0: michael@0: %description michael@0: The quota package contains system administration tools for monitoring michael@0: and limiting user and or group disk usage per file system. michael@0: michael@0: michael@0: %package nld michael@0: Summary: quota_nld daemon michael@1: Vendor: Europalab Software michael@1: Packager: Michael Schloh von Bennewitz michael@1: Distribution: MeeGo Thirdparty michael@0: Group: System Environment/Base michael@0: Requires: initscripts michael@0: Requires: quota-nls = %{epoch}:%{version}-%{release} michael@0: Requires(post): chkconfig michael@0: Requires(preun): chkconfig initscripts michael@0: michael@0: %description nld michael@0: Daemon that listens on netlink socket and processes received quota warnings. michael@0: Note, that you have to enable the kernel support for sending quota messages michael@0: over netlink (in Filesystems->Quota menu). The daemon supports forwarding michael@0: warning messages to the system D-Bus (so that desktop manager can display michael@0: a dialog) and writing them to the terminal user has last accessed. michael@0: michael@0: michael@0: %package warnquota michael@0: Summary: Send e-mail to users over quota michael@1: Vendor: Europalab Software michael@1: Packager: Michael Schloh von Bennewitz michael@1: Distribution: MeeGo Thirdparty michael@0: Group: System Environment/Base michael@0: Requires: quota-nls = %{epoch}:%{version}-%{release} michael@0: michael@0: %description warnquota michael@0: Utility that checks disk quota for each local file system and mails a warning michael@0: message to those users who have reached their soft limit. It is typically run michael@0: via cron(8). michael@0: michael@0: michael@0: %package nls michael@0: Summary: Gettext catalogs for disk quota tools michael@1: Vendor: Europalab Software michael@1: Packager: Michael Schloh von Bennewitz michael@1: Distribution: MeeGo Thirdparty michael@0: Group: System Environment/Base michael@0: BuildArch: noarch michael@0: michael@0: %description nls michael@0: Disk quota tools messages translated into different natural languages. michael@0: michael@0: michael@0: %package devel michael@0: Summary: Development files for quota michael@1: Vendor: Europalab Software michael@1: Packager: Michael Schloh von Bennewitz michael@1: Distribution: MeeGo Thirdparty michael@0: Group: System Environment/Base michael@0: Requires: quota = %{epoch}:%{version}-%{release} michael@0: michael@0: %description devel michael@0: The quota package contains system administration tools for monitoring michael@0: and limiting user and or group disk usage per file system. michael@0: michael@0: This package contains development header files for implementing quotas michael@0: on remote machines. michael@0: michael@0: michael@0: %package doc michael@0: Summary: Additional documentation for disk quotas michael@1: Vendor: Europalab Software michael@1: Packager: Michael Schloh von Bennewitz michael@1: Distribution: MeeGo Thirdparty michael@0: Group: Documentation michael@0: Requires: quota = %{epoch}:%{version}-%{release} michael@0: BuildArch: noarch michael@0: michael@0: %description doc michael@0: This package contains additional documentation for disk quotas concept in michael@0: Linux/UNIX environment. michael@0: michael@0: michael@0: %prep michael@0: %setup -q -n quota-tools michael@0: %patch0 -p1 michael@0: %patch1 -p1 michael@0: %patch2 -p1 michael@0: %ifnarch ppc ppc64 michael@0: %patch3 -p1 michael@0: %endif michael@0: %patch4 -p1 michael@0: %patch5 -p1 michael@0: %patch6 -p1 -b .usage michael@0: %patch8 -p1 michael@0: %patch9 -p1 -b .quotactl_null_corruption michael@0: %patch10 -p1 -b .gfs2 michael@0: # quotactl(2) moved into `man-pages' package (bug #640590) michael@0: rm -f quotactl.2 michael@0: # remove VCS files michael@0: rm -rf doc/CVS michael@0: michael@0: #fix typos/mistakes in localized documentation michael@0: for pofile in $(find ./po/*.p*) michael@0: do michael@0: sed -i 's/editting/editing/' "$pofile" michael@0: done michael@0: michael@0: # Fix charset michael@0: for F in Changelog; do michael@0: iconv -f latin1 -t utf-8 <"$F" >"${F}.utf8" michael@0: touch -r "$F"{,.utf8} michael@0: mv "$F"{.utf8,} michael@0: done michael@0: michael@0: %build michael@0: %configure \ michael@0: --enable-ldapmail=try \ michael@0: %if %{rpcsetquota} michael@0: --enable-rpcsetquota=yes \ michael@0: %endif michael@0: --enable-rootsbin \ michael@0: --enable-netlink=yes michael@0: make michael@0: michael@0: michael@0: %install michael@0: rm -fr %{buildroot} michael@0: mkdir -p %{buildroot}/sbin michael@0: mkdir -p %{buildroot}%{_sysconfdir} michael@0: mkdir -p %{buildroot}%{_sbindir} michael@0: mkdir -p %{buildroot}%{_bindir} michael@0: mkdir -p %{buildroot}%{_mandir}/{man1,man3,man8} michael@0: make install INSTALL='install -p' ROOTDIR=%{buildroot} michael@0: install -m 644 warnquota.conf %{buildroot}%{_sysconfdir} michael@0: # michael@0: # we don't support XFS yet michael@0: # michael@0: rm -f %{buildroot}%{_sbindir}/quot michael@0: rm -f %{buildroot}%{_sbindir}/xqmstats michael@0: rm -f %{buildroot}%{_mandir}/man8/quot.* michael@0: rm -f %{buildroot}%{_mandir}/man8/xqmstats.* michael@0: ln -s quotaon.8.gz \ michael@0: %{buildroot}%{_mandir}/man8/quotaoff.8 michael@0: ln -s rquotad.8.gz \ michael@0: %{buildroot}%{_mandir}/man8/rpc.rquotad.8 michael@0: michael@0: install -p -m755 -D %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/quota_nld michael@0: install -p -m644 -D %{SOURCE2} \ michael@0: $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/quota_nld michael@0: michael@0: %find_lang %{name} michael@0: michael@0: michael@0: %post nld michael@0: /sbin/chkconfig --add quota_nld michael@0: michael@0: %preun nld michael@0: if [ $1 = 0 ] ; then michael@0: /sbin/service quota_nld stop >/dev/null 2>&1 michael@0: /sbin/chkconfig --del quota_nld michael@0: fi michael@0: michael@0: michael@0: %clean michael@0: rm -rf %{buildroot} michael@0: michael@0: michael@0: %files michael@0: %defattr(-,root,root,-) michael@0: %attr(0755,root,root) /sbin/* michael@0: %attr(0755,root,root) %{_bindir}/* michael@0: %attr(0755,root,root) %{_sbindir}/* michael@0: %exclude %{_sbindir}/quota_nld michael@0: %exclude %{_sbindir}/warnquota michael@0: %attr(0644,root,root) %{_mandir}/man1/* michael@0: %attr(0644,root,root) %{_mandir}/man8/* michael@0: %exclude %{_mandir}/man8/quota_nld.8* michael@0: %exclude %{_mandir}/man8/warnquota.8* michael@0: %doc Changelog michael@0: michael@0: %files nld michael@0: %defattr(-,root,root,-) michael@0: %config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/quota_nld michael@0: %attr(0755,root,root) %{_initrddir}/quota_nld michael@0: %attr(0755,root,root) %{_sbindir}/quota_nld michael@0: %attr(0644,root,root) %{_mandir}/man8/quota_nld.8* michael@0: %doc Changelog michael@0: michael@0: %files warnquota michael@0: %defattr(-,root,root,-) michael@0: %config(noreplace) %attr(0644,root,root) %{_sysconfdir}/quotagrpadmins michael@0: %config(noreplace) %attr(0644,root,root) %{_sysconfdir}/quotatab michael@0: %config(noreplace) %attr(0644,root,root) %{_sysconfdir}/warnquota.conf michael@0: %attr(0755,root,root) %{_sbindir}/warnquota michael@0: %attr(0644,root,root) %{_mandir}/man8/warnquota.8* michael@0: %doc Changelog README.ldap-support README.mailserver michael@0: michael@0: %files nls -f %{name}.lang michael@0: %defattr(-,root,root,-) michael@0: %doc Changelog michael@0: michael@0: %files devel michael@0: %defattr(-,root,root,-) michael@0: %dir %{_includedir}/rpcsvc michael@0: %{_includedir}/rpcsvc/* michael@0: %attr(0644,root,root) %{_mandir}/man3/* michael@0: michael@0: %files doc michael@0: %defattr(-,root,root,-) michael@0: %doc doc/* michael@0: michael@0: michael@0: %changelog michael@1: * Wed Dec 1 2010 Michael Schloh von Bennewitz - 4.00-20101201 michael@1: - Repackage for MeeGo 1.1 michael@1: michael@0: * Tue Nov 16 2010 Petr Pisar - 1:4.00-0.1.pre1 michael@0: - 4.00-pre1 bump michael@0: - Separate gettext catalogs becuase they are required by all binary sub-packages michael@0: michael@0: * Mon Nov 15 2010 Petr Pisar - 1:3.17-18 michael@0: - Break warnquota dependency on main package michael@0: michael@0: * Mon Nov 15 2010 Petr Pisar - 1:3.17-17 michael@0: - Convert Changelog to UTF-8 michael@0: michael@0: * Mon Nov 15 2010 Petr Pisar - 1:3.17-16 michael@0: - Break dependecies on main package as there are none michael@0: - Add plain text documentation to each sub-package michael@0: - Package additional documentation into `doc' sub-package michael@0: michael@0: * Thu Nov 11 2010 Petr Pisar - 1:3.17-15 michael@0: - Add quota_nld deamon init script (bug #634169) michael@0: - Sub-package quota_nld files to weak dependecies michael@0: - Sub-package warnquota files to weak dependecies michael@0: michael@0: * Wed Oct 06 2010 Petr Pisar - 1:3.17-14 michael@0: - Remove quotactl(2) as it's part of `man-pages' package (bug #640590) michael@0: michael@0: * Tue May 11 2010 Petr Pisar 1:3.17-13 michael@0: - Add GFS2 support michael@0: michael@0: * Tue May 10 2010 Petr Pisar 1:3.17-12 michael@0: - Prevent corruptive read/write from/to NULL address in rpc.rquotad michael@0: (Resolves #528581, example in #532342) michael@0: - Fix spelling in summary michael@0: michael@0: * Fri Mar 12 2010 Daniel Novotny 1:3.17-11 michael@0: - the require from previous fix deleted altogether (it will michael@0: be resolved automatically) michael@0: michael@0: * Fri Mar 12 2010 Daniel Novotny 1:3.17-10 michael@0: - Requires: e2fsprogs changed to e2fsprogs-libs (#570005) michael@0: michael@0: * Tue Feb 23 2010 Daniel Novotny 1:3.17-9 michael@0: - fix #565124 - FTBFS quota-3.17-8.fc13: ImplicitDSOLinking michael@0: michael@0: * Mon Sep 29 2009 Ondrej Vasik 1:3.17-8 michael@0: - add buildrequires for quota_nld, enable-netlink to build michael@0: quota_nld (#526047) michael@0: michael@0: * Fri Sep 18 2009 Ondrej Vasik 1:3.17-7 michael@0: - Fix headers and structs in quotactl manpage(#524138) michael@0: michael@0: * Fri Aug 28 2009 Ondrej Vasik 1:3.17-6 michael@0: - symlink manpage for rpc.rquotad michael@0: michael@0: * Sun Jul 26 2009 Fedora Release Engineering - 1:3.17-5 michael@0: - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild michael@0: michael@0: * Fri Mar 13 2009 Ondrej Vasik 1:3.17-4 michael@0: - clarify statements about LDAP in warnquota conf michael@0: (related to #490106) michael@0: - fix parsing issue in warnquota.c(#490125) michael@0: - enable rpcsetquota by default(#159292, #469753) michael@0: michael@0: * Fri Mar 13 2009 Ondrej Vasik 1:3.17-3 michael@0: - add missing buildrequires needed to compile with michael@0: enable-ldapmail=try option with LDAP(#490106) michael@0: michael@0: * Wed Feb 25 2009 Fedora Release Engineering - 1:3.17-2 michael@0: - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild michael@0: michael@0: * Tue Jan 13 2009 Ondrej Vasik 1:3.17-1 michael@0: - new upstream release, remove already applied patches michael@0: michael@0: * Mon Dec 08 2008 Ondrej Vasik 1:3.16-8 michael@0: - fix documentation inconsistency (now rpc(3) instead of michael@0: rpc(3N) in rquotad manpage) (#474836) michael@0: michael@0: * Fri Nov 14 2008 Ondrej Vasik 1:3.16-7 michael@0: - fix quotaoff --help output (was same as quotaon output) michael@0: michael@0: * Thu Oct 30 2008 Ondrej Vasik 1:3.16-6 michael@0: - fix implementation of ext4 support michael@0: (by Mingming Cao, #469127) michael@0: michael@0: * Wed Sep 10 2008 Ondrej Vasik 1:3.16-5 michael@0: - fix rpmlint warnings - absolute symlink and not using epoch michael@0: in version in changelog (#226353) michael@0: - rquota headers and manpage now in devel subpackage michael@0: michael@0: * Wed Aug 27 2008 Ondrej Vasik 3.16-4 michael@0: - fix bug in warnquota which could result in bogus hostname michael@0: and domainname (upstream) michael@0: - remove IMMUTABLE flag from quota file in quotacheck(upstream) michael@0: michael@0: * Tue Aug 05 2008 Ondrej Vasik 3.16-3 michael@0: - Add support for -h option (do not show invalid option michael@0: error) at edquota,setquota and quota (#457898) michael@0: michael@0: * Fri Jun 20 2008 Ondrej Vasik 3.16-2 michael@0: - upstream fix of some typos, string formats + 4TB+ fix michael@0: for repquota michael@0: - some additional stripping removal michael@0: - change default mode of binaries from 555 to 755 michael@0: (strip error messages in build log) michael@0: michael@0: * Wed Apr 23 2008 Ondrej Vasik 3.16-1 michael@0: - own directory of rpcsvc headers(#442143) michael@0: - new upstream release michael@0: michael@0: * Wed Mar 12 2008 Ondrej Vasik 3.15-6 michael@0: - added enable-ldapmail=try option(wonder how #133207 michael@0: got closed by FC-4 without it or warnquota.conf change) michael@0: - dropped with-ext2direct=no option - this option is michael@0: invalid and original bug was fixed in 3.07 michael@0: michael@0: * Thu Mar 6 2008 Ondrej Vasik 3.15-5 michael@0: - added symbolic link for quotaoff man page(#436110) michael@0: - don't ship xqmstats.8 man page as we don't ship those michael@0: binaries(#436100) michael@0: michael@0: * Thu Feb 21 2008 Ondrej Vasik 3.15-4 michael@0: - added pointers to quota_nld and warnquota to some michael@0: manpages(upstream, #83975) michael@0: michael@0: * Tue Feb 12 2008 Ondrej Vasik 3.15-3 michael@0: - allow to build with rpcsetquota enabled(disabled by michael@0: default, #159292) michael@0: - rebuild for gcc43 michael@0: michael@0: * Thu Jan 24 2008 Steve Dickson 3.15-2 michael@0: - More review comments: michael@0: - BuiltPreReq to BuiltReq michael@0: - Removed '.' From Summary michael@0: - Added 'GPLv2+' to License Tag michael@0: - Condensed the _sysconfdir entries in to one line michael@0: michael@0: * Thu Jan 24 2008 Steve Dickson 3.15-1 michael@0: - Upgraded to version 3.15 michael@0: - Updated spec file per Merge Review (bz 226353) michael@0: michael@0: * Thu Feb 15 2007 Steve Dickson 3.14-1 michael@0: - Upgraded to version 3.14 (bz# 213641) michael@0: michael@0: * Mon Dec 4 2006 Thomas Woerner 1:3.13-1.3 michael@0: - tcp_wrappers has a new devel and libs sub package, therefore changing build michael@0: requirement for tcp_wrappers to tcp_wrappers-devel michael@0: michael@0: * Wed Nov 1 2006 Steve Dickson 1:3.13-1.2.3.2 michael@0: - Added range checking on -p flag (bz 205145) michael@0: - Error message prints garbage characters (bz 201226) michael@0: michael@0: * Wed Jul 12 2006 Jesse Keating - 1:3.13-1.2.3.1 michael@0: - rebuild michael@0: michael@0: * Fri Jun 30 2006 Steve Dickson - 1:3.13-1.2.3 michael@0: - fix 192826 - quota config files should not be overwritten michael@0: michael@0: * Fri Feb 10 2006 Jesse Keating - 1:3.13-1.2.1 michael@0: - bump again for double-long bug on ppc(64) michael@0: michael@0: * Tue Feb 07 2006 Jesse Keating - 1:3.13-1.2 michael@0: - rebuilt for new gcc4.1 snapshot and glibc changes michael@0: michael@0: * Fri Dec 09 2005 Jesse Keating michael@0: - rebuilt michael@0: michael@0: * Mon Oct 31 2005 Steve Dickson 3.13-1 michael@0: - Upgraded to version 3.13 (bz# 171245) michael@0: michael@0: * Thu Aug 18 2005 Florian La Roche michael@0: - change the "Requires: kernel" into a "Conflicts:" michael@0: michael@0: * Sun Sep 26 2004 Rik van Riel 3.12-5 michael@0: - add URL (bz# 131862) michael@0: michael@0: * Fri Sep 24 2004 Steve Dickson michael@0: - Fixed typos in warnquota.conf patch michael@0: (bz# 82250 and bz# 83974) michael@0: michael@0: * Mon Sep 13 2004 Steve Dickson michael@0: - upgraded to 3.12 michael@0: michael@0: * Tue Jun 15 2004 Elliot Lee michael@0: - rebuilt michael@0: michael@0: * Fri Feb 13 2004 Elliot Lee michael@0: - rebuilt michael@0: michael@0: * Tue Jan 27 2004 Florian La Roche michael@0: - add -pie support michael@0: - update to 3.10 michael@0: michael@0: * Sat Aug 16 2003 Steve Dickson michael@0: - upgraded to 3.0.9 michael@0: - added quota-3.09-root_sbindir.patch michael@0: michael@0: * Sun Aug 10 2003 Elliot Lee 3.06-11 michael@0: - Rebuild michael@0: michael@0: * Wed Jun 04 2003 Elliot Lee michael@0: - rebuilt michael@0: michael@0: * Tue May 27 2003 Steve Dickson michael@0: - rebuilt for 7.3 errata michael@0: michael@0: * Tue Feb 25 2003 Elliot Lee michael@0: - rebuilt michael@0: michael@0: * Sun Feb 23 2003 Tim Powers michael@0: - add buildprereq on tcp_wrappers michael@0: michael@0: * Wed Jan 22 2003 Tim Powers michael@0: - rebuilt michael@0: michael@0: * Mon Nov 18 2002 Tim Powers michael@0: - rebuild on all arches michael@0: michael@0: michael@0: * Fri Sep 6 2002 Philip Copeland 3.06-5 michael@0: - added --with-ext2direct=no to fix #73244 michael@0: without this users with UID's > 65535 will not michael@0: be able to exist on a quota enabled FS michael@0: michael@0: * Wed Aug 7 2002 Philip Copeland 3.06-4 michael@0: - Man page change. #60108 michael@0: michael@0: * Tue Aug 6 2002 Philip Copeland 3.06-3 michael@0: - Bah, I'd dropped epoch from the spec file but seems michael@0: we need this if you want to upgrade as the epoch michael@0: number has precedence over the version/release michael@0: numbers. michael@0: michael@0: * Wed Jul 17 2002 Philip Copeland 3.06-2 michael@0: - Lets stop the makefile from stripping the michael@0: binaries as thats rpms job (apparently) michael@0: michael@0: * Mon Jul 01 2002 Philip Copeland 3.06-1 michael@0: - Ditched the 3.01-pre9 src base for 3.06 michael@0: Rebuilt without any patchs michael@0: michael@0: ============================================================ michael@0: michael@0: * Fri Jun 21 2002 Tim Powers michael@0: - automated rebuild michael@0: michael@0: * Thu May 23 2002 Tim Powers michael@0: - automated rebuild michael@0: michael@0: * Mon Feb 25 2002 Elliot Lee michael@0: - IfArch the badkernelinclude patch for ppc-only. michael@0: - Update to 3.03 michael@0: michael@0: * Wed Dec 12 2001 Guy Streeter michael@0: - Make #include of kernel header file work on non-x86 michael@0: michael@0: * Wed Sep 5 2001 Preston Brown michael@0: - require new initscripts michael@0: michael@0: * Thu Aug 30 2001 Preston Brown michael@0: - fixed bug #52075 (problem with ext2 labels) michael@0: - backup data files off by default in quotacheck, optional backup flag added michael@0: - fix bug where giving a bad directory or device would cause michael@0: quotaon/quotacheck to simulate "-a" behaviour michael@0: - if a device name (i.e /dev/hda1) is passed, look up the corresponding mount michael@0: point michael@0: michael@0: * Wed Aug 29 2001 Preston Brown michael@0: - return an error code in more cases in convertquota michael@0: michael@0: * Tue Aug 28 2001 Preston Brown michael@0: - 3.01pre9 michael@0: michael@0: * Fri Jul 20 2001 Preston Brown michael@0: - more cleanups on 3.01pre8 michael@0: michael@0: * Mon Jul 2 2001 Preston Brown michael@0: - 3.01 version, everything has changed again. :( michael@0: michael@0: * Sun Jun 24 2001 Elliot Lee michael@0: - Bump release + rebuild. michael@0: michael@0: * Fri Mar 30 2001 Preston Brown michael@0: - use rpc.rquotad from here again (#33738) michael@0: michael@0: * Thu Mar 15 2001 Preston Brown michael@0: - enable ALT_FORMAT for edquota michael@0: michael@0: * Tue Mar 13 2001 Preston Brown michael@0: - I broke passing devices on the cmd line. Fixed. michael@0: michael@0: * Fri Mar 09 2001 Preston Brown michael@0: - quota 3.00 is required by recent kernel 2.4 changes michael@0: - no warnquota included this time, not yet ported michael@0: - quite a bit of work on quotacheck to make is backwards compatible michael@0: - we will likely go back to "quota 2.00" as these projects merge... michael@0: michael@0: * Fri Feb 09 2001 Florian La Roche michael@0: - use "rm -f" instead of only "rm" michael@0: michael@0: * Wed Feb 7 2001 Preston Brown michael@0: - fix quotacheck man page for -a option (#26380) michael@0: michael@0: * Thu Feb 1 2001 Preston Brown michael@0: - 2.00 final, rolls in pretty much all our patches. :) michael@0: - fix reporting of in use dquot entries from quotastats michael@0: - change repquota man page to fix documentation of -v (#10330) michael@0: - include warnquota.conf michael@0: michael@0: * Mon Nov 20 2000 Bill Nottingham michael@0: - fix ia64 build michael@0: michael@0: * Mon Aug 21 2000 Jeff Johnson michael@0: - add LABEL=foo support (#16390). michael@0: michael@0: * Thu Jul 27 2000 Jeff Johnson michael@0: - remote NFS quotas with different blocksize converted incorrectly (#11932). michael@0: michael@0: * Wed Jul 12 2000 Prospector michael@0: - automatic rebuild michael@0: michael@0: * Thu Jun 15 2000 Jeff Johnson michael@0: - FHS packaging. michael@0: michael@0: * Wed May 10 2000 Jeff Johnson michael@0: - apply patch5 (H.J. Lu) michael@0: michael@0: * Wed Feb 02 2000 Cristian Gafton michael@0: - fix description michael@0: - man pages are compressed michael@0: michael@0: * Tue Jan 18 2000 Preston Brown michael@0: - quota 2.00 series michael@0: - removed unnecessary patches michael@0: michael@0: * Thu Aug 5 1999 Jeff Johnson michael@0: - fix man page FUD (#4369). michael@0: michael@0: * Thu May 13 1999 Peter Hanecak michael@0: - changes to allow non-root users to build too (Makefile patch, %%attr) michael@0: michael@0: * Tue Apr 13 1999 Jeff Johnson michael@0: - fix for sparc64 quotas (#2147) michael@0: michael@0: * Sun Mar 21 1999 Cristian Gafton michael@0: - auto rebuild in the new build environment (release 5) michael@0: michael@0: * Mon Dec 28 1998 Cristian Gafton michael@0: - don't install rpc.rquotad - we will use the one from the knfsd package michael@0: instead michael@0: michael@0: * Thu Dec 17 1998 Jeff Johnson michael@0: - merge ultrapenguin 1.1.9 changes. michael@0: michael@0: * Thu May 07 1998 Prospector System michael@0: - translations modified for de, fr, tr michael@0: michael@0: * Thu Apr 30 1998 Cristian Gafton michael@0: - removed patch for mntent michael@0: michael@0: * Fri Mar 27 1998 Jakub Jelinek michael@0: - updated to quota 1.66 michael@0: michael@0: * Tue Jan 13 1998 Erik Troan michael@0: - builds rquotad michael@0: - installs rpc.rquotad.8 symlink michael@0: michael@0: * Mon Oct 20 1997 Erik Troan michael@0: - removed /usr/include/rpcsvc/* from filelist michael@0: - uses a buildroot and %%attr michael@0: michael@0: * Thu Jun 19 1997 Erik Troan michael@0: - built against glibc michael@0: michael@0: * Tue Mar 25 1997 Erik Troan michael@0: - Moved /usr/sbin/quota to /usr/bin/quota