67a767d
# Allow setting quota remotely by default
67a767d
%bcond_without rpcsetquota
459c1f9
cvsdist f834de4
Name: quota
cvsdist f834de4
Epoch: 1
67a767d
Version: 4.03
c2a20db
Release: 8%{?dist}
80cb0d8
Group: System Environment/Base
9629f94
Summary: System administration tools for monitoring users' disk usage
0dad157
# quota_nld.c, quotaio_xfs.h:       GPLv2
0dad157
# bylabel.c copied from util-linux: GPLv2+
0dad157
# doc/quotas.ms, quotaops.c, quot.c, quotaon.c, edquota.c, quot.h, quota.c,
0dad157
# quotaio_v1.c:                     BSD
67a767d
# COPYING:                          GPLv2 text and license declaration
80cb0d8
## Only in quota-rpc and quota-nls binary package
80cb0d8
# svc_socket.c copied from glibc:   LGPLv2+
67a767d
## Not involved in the binary package
67a767d
# m4/iconv.m4:                      GPL+ with exception
67a767d
# ar-lib:                           GPLv2 with exception
67a767d
# missing:                          GPLv2+ with exception
67a767d
# config.guess:                     GPLv3+ with exception
67a767d
# config.rpath:                     LGPLv2+
67a767d
# install-sh:                       MIT
67a767d
# configure:                        FSFUL
67a767d
# aclocal.m4:                       FSFULLR and (GPLv2+ with exception)
67a767d
# mkinstalldirs:                    Public Domain
80cb0d8
License: BSD and GPLv2 and GPLv2+
9629f94
URL: http://sourceforge.net/projects/linuxquota/
4b1641c
Source0: http://downloads.sourceforge.net/linuxquota/%{name}-%{version}.tar.gz
4d57643
Source1: quota_nld.service
8139e22
Source2: quota_nld.sysconfig
b4078f5
Source3: rpc-rquotad.service
b4078f5
Source4: rpc-rquotad.sysconfig
67a767d
# LDAP scripts forgotten in 4.03, taken from upstream git
67a767d
# 861154efb90ed049e0473cc36935b8d03c78a869, fixed in upstream after 4.03
67a767d
Source5: ldap-scripts.tar.gz
4b1641c
# Not accepted changes (378a64006bb1e818e84a1c77808563b802b028fa)
67a767d
Patch0: quota-4.03-warnquota-configuration-tunes.patch
67a767d
Patch1: quota-4.03-Build-rpc.rquotad-as-PIE.patch
67a767d
Patch2: quota-4.03-Validate-upper-bound-of-RPC-port.patch
67a767d
# Fix build script to work with hardended flags, submitted to upstream
67a767d
# <https://sourceforge.net/p/linuxquota/bugs/121/>
67a767d
Patch3: quota-4.03-Respect-enviroment-CFLAGS.patch
5ae818e
# Work around Autoconf bug not to link ldap library to everything,
5ae818e
# bug #1296455, reported to upstream
5ae818e
# <https://sourceforge.net/p/linuxquota/bugs/122/>
ebd0cbd
Patch4: quota-4.03-Work-around-an-AC_CHECK_LIB-bug-in-Autoconf.patch
774297a
# Query kernel for next quota on file system with hiden quota files,
774297a
# bug #1306195, in upstream after 4.03
774297a
Patch5: quota-4.03-Scan-dquots-using-Q_GETNEXTQUOTA.patch
774297a
# Query kernel for next XFS quota, bug #1306195, in upstream after 4.03
774297a
Patch6: quota-4.03-Add-support-for-scanning-using-Q_XGETNEXTQUOTA.patch
632c0f9
# Correct repquota indentation for file systems with hiden quota files,
632c0f9
# in upstream after 4.03
632c0f9
Patch7: quota-4.03-repquota-use-the-same-whitespace-for-quotaio_meta-as.patch
94fa093
# Fix checking a block read error, in upstream after 4.03,
94fa093
# <https://sourceforge.net/p/linuxquota/bugs/123/>
94fa093
Patch8: quota-4.03-quotacheck-Fix-buggy-error-check-of-read-2.patch
2f2687c
# Use direct scanning also for ext4, in upsream after 4.03
2f2687c
Patch9: quota-4.03-quotacheck-Use-direct-scanning-also-for-ext4.patch
67a767d
BuildRequires: autoconf
67a767d
BuildRequires: automake
67a767d
BuildRequires: bash
67a767d
BuildRequires: coreutils
9629f94
BuildRequires: e2fsprogs-devel
67a767d
BuildRequires: gcc
67a767d
BuildRequires: gettext-devel
67a767d
# glibc-common for rpcgen tool
67a767d
BuildRequires: glibc-common
67a767d
BuildRequires: make
9629f94
BuildRequires: openldap-devel
67a767d
BuildRequires: pkgconfig(dbus-1)
7ddf81a
BuildRequires: pkgconfig(libnl-3.0) >= 3.1
7ddf81a
BuildRequires: pkgconfig(libnl-genl-3.0)
9629f94
BuildRequires: systemd
9629f94
BuildRequires: tcp_wrappers-devel
9629f94
Requires: tcp_wrappers
9629f94
Requires: quota-nls = %{epoch}:%{version}-%{release}
9629f94
Conflicts: kernel < 2.4
cvsdist f834de4
cvsdist f834de4
%description
cvsdist f834de4
The quota package contains system administration tools for monitoring
b944a1a
and limiting user and or group disk usage per file system.
cvsdist f834de4
0a55179
0a55179
%package nld
0251ec1
Group: System Environment/Daemons
9629f94
Summary: quota_nld daemon
c12241b
Requires: quota-nls = %{epoch}:%{version}-%{release}
a6e2e4d
Requires(post): systemd
a6e2e4d
Requires(preun): systemd
a6e2e4d
Requires(postun): systemd
0a55179
0a55179
%description nld
0a55179
Daemon that listens on netlink socket and processes received quota warnings.
0a55179
Note, that you have to enable the kernel support for sending quota messages
0a55179
over netlink (in Filesystems->Quota menu). The daemon supports forwarding
0a55179
warning messages to the system D-Bus (so that desktop manager can display
0a55179
a dialog) and writing them to the terminal user has last accessed.
0a55179
0a55179
ad8b0b3
%package rpc
ad8b0b3
Group: System Environment/Daemons
ad8b0b3
Summary: RPC quota daemon
80cb0d8
License: BSD and LGPLv2+ and GPLv2 and GPLv2+
ad8b0b3
Requires: quota-nls = %{epoch}:%{version}-%{release}
e0c2c8b
Requires: rpcbind
ad8b0b3
Requires(post): systemd
ad8b0b3
Requires(preun): systemd
ad8b0b3
Requires(postun): systemd
ad8b0b3
Conflicts: quota < 1:4.02-3
ad8b0b3
ad8b0b3
%description rpc
ad8b0b3
The RPC daemon allows to query and set disk quotas over network. If you run
67a767d
the daemon on NFS server, you could use quota tools to manage the quotas from
ad8b0b3
NFS client.
ad8b0b3
ad8b0b3
99bb297
%package warnquota
99bb297
Group: System Environment/Base
9629f94
Summary: Send e-mail to users over quota
c12241b
Requires: quota-nls = %{epoch}:%{version}-%{release}
99bb297
99bb297
%description warnquota
c6b0e14
Utility that checks disk quota for each local file system and mails a warning
c6b0e14
message to those users who have reached their soft limit.  It is typically run
99bb297
via cron(8).
99bb297
99bb297
c12241b
%package nls
c12241b
Group: System Environment/Base
9629f94
Summary: Gettext catalogs for disk quota tools
80cb0d8
License: BSD and LGPLv2+ and GPLv2 and GPLv2+
c12241b
BuildArch: noarch
c12241b
c12241b
%description nls
c12241b
Disk quota tools messages translated into different natural languages.
c12241b
c12241b
4397c66
%package devel
0251ec1
Group: Development/Libraries
c81107a
Summary: Development files for quota RPC
80cb0d8
License: GPLv2
c81107a
# Do not run-require main package, the header files define RPC API to be
c81107a
# implemented by the developer, not an API for an existing quota library.
4397c66
4397c66
%description devel
c81107a
This package contains development header files for implementing disk quotas
4397c66
on remote machines.
4397c66
cvsdist f834de4
9dd3d3c
%package doc
9dd3d3c
Group: Documentation
9629f94
Summary: Additional documentation for disk quotas
9dd3d3c
Requires: quota =  %{epoch}:%{version}-%{release}
9dd3d3c
BuildArch: noarch
7aa563d
AutoReq: 0
9dd3d3c
9dd3d3c
%description doc
9dd3d3c
This package contains additional documentation for disk quotas concept in
9dd3d3c
Linux/UNIX environment.
9dd3d3c
9dd3d3c
cvsdist f834de4
%prep
67a767d
%setup -q
cvsdist f834de4
%patch0 -p1
cvsdist 902fba1
%ifnarch ppc ppc64
c75f5e0
%patch1 -p1
cvsdist 902fba1
%endif
c75f5e0
%patch2 -p1
67a767d
%patch3 -p1
ebd0cbd
%patch4 -p1
774297a
%patch5 -p1
774297a
%patch6 -p1
632c0f9
%patch7 -p1
94fa093
%patch8 -p1
2f2687c
%patch9 -p1
67a767d
# Unpack forgotten LDAP scripts
67a767d
tar -xzkf %{SOURCE5}
67a767d
# Regenerate build scripts, also because of Respect-enviroment-CFLAGS.patch
67a767d
autoreconf -f -i
4e8c834
cvsdist f834de4
%build
1595292
%global _hardened_build 1
cvsdist f834de4
%configure \
67a767d
    --enable-bsd-behaviour \
e48c3fa
    --enable-ext2direct=yes \
e48c3fa
    --enable-ldapmail=yes \
67a767d
    --enable-libwrap=yes \
17ea062
    --enable-netlink=yes \
67a767d
    --enable-nls \
67a767d
    --disable-rpath \
67a767d
%if %{with rpcsetquota}
17ea062
    --enable-rpcsetquota=yes \
67a767d
%else
67a767d
    --disable-rpcsetquota \
459c1f9
%endif
67a767d
    --disable-silent-rules \
67a767d
    --disable-xfs-roothack
cvsdist f834de4
make
cvsdist f834de4
cvsdist f834de4
cvsdist f834de4
%install
67a767d
make install DESTDIR=%{buildroot}
67a767d
rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
cvsdist f834de4
4d57643
install -p -m644 -D %{SOURCE1} $RPM_BUILD_ROOT%{_unitdir}/quota_nld.service
8139e22
install -p -m644 -D %{SOURCE2} \
8139e22
    $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/quota_nld
b4078f5
install -p -m644 -D %{SOURCE3} $RPM_BUILD_ROOT%{_unitdir}/rpc-rquotad.service
b4078f5
install -p -m644 -D %{SOURCE4} \
b4078f5
    $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/rpc-rquotad
8139e22
cvsdist f834de4
%find_lang %{name}
cvsdist f834de4
8139e22
67a767d
%check
67a767d
make check
67a767d
67a767d
0a55179
%post nld
27f3ba6
%systemd_post quota_nld.service
8139e22
0a55179
%preun nld
27f3ba6
%systemd_preun quota_nld.service
4d57643
4d57643
%postun nld
27f3ba6
%systemd_postun_with_restart quota_nld.service
8139e22
8139e22
ad8b0b3
%post rpc
ad8b0b3
%systemd_post rpc-rquotad.service
ad8b0b3
ad8b0b3
%preun rpc
ad8b0b3
%systemd_preun rpc-rquotad.service
ad8b0b3
ad8b0b3
%postun rpc
ad8b0b3
%systemd_postun_with_restart rpc-rquotad.service
ad8b0b3
ad8b0b3
c12241b
%files
67a767d
%{_bindir}/*
67a767d
%{_sbindir}/*
0a55179
%exclude %{_sbindir}/quota_nld
ad8b0b3
%exclude %{_sbindir}/rpc.rquotad
99bb297
%exclude %{_sbindir}/warnquota
67a767d
%{_mandir}/man1/*
67a767d
%{_mandir}/man8/*
0a55179
%exclude %{_mandir}/man8/quota_nld.8*
ad8b0b3
%exclude %{_mandir}/man8/rpc.rquotad.8*
99bb297
%exclude %{_mandir}/man8/warnquota.8*
9dd3d3c
%doc Changelog
0a55179
0a55179
%files nld
67a767d
%config(noreplace) %{_sysconfdir}/sysconfig/quota_nld
4d57643
%{_unitdir}/quota_nld.service
67a767d
%{_sbindir}/quota_nld
67a767d
%{_mandir}/man8/quota_nld.8*
9dd3d3c
%doc Changelog
cvsdist f834de4
ad8b0b3
%files rpc
67a767d
%config(noreplace) %{_sysconfdir}/sysconfig/rpc-rquotad
ad8b0b3
%{_unitdir}/rpc-rquotad.service
ad8b0b3
%{_sbindir}/rpc.rquotad
ad8b0b3
%{_mandir}/man8/rpc.rquotad.8*
ad8b0b3
%doc Changelog
ad8b0b3
99bb297
%files warnquota
67a767d
%config(noreplace) %{_sysconfdir}/quotagrpadmins
67a767d
%config(noreplace) %{_sysconfdir}/quotatab
67a767d
%config(noreplace) %{_sysconfdir}/warnquota.conf
67a767d
%{_sbindir}/warnquota
67a767d
%{_mandir}/man5/*
67a767d
%{_mandir}/man8/warnquota.8*
9dd3d3c
%doc Changelog README.ldap-support README.mailserver
99bb297
c12241b
%files nls -f %{name}.lang
80cb0d8
# All the other packages require quota-nls, COPYING here is enough.
80cb0d8
%license COPYING
c12241b
%doc Changelog
c12241b
4397c66
%files devel
80cb0d8
%license COPYING
4397c66
%dir %{_includedir}/rpcsvc
4397c66
%{_includedir}/rpcsvc/*
67a767d
%{_mandir}/man3/*
cvsdist f834de4
9dd3d3c
%files doc
7aa563d
%doc doc/* ldap-scripts
9dd3d3c
0a55179
cvsdist f834de4
%changelog
c2a20db
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.03-8
c2a20db
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c2a20db
94fa093
* Thu Nov 10 2016 Petr Pisar <ppisar@redhat.com> - 1:4.03-7
94fa093
- Fix checking a block read error (upstream bug #123)
2f2687c
- Use direct scanning also for ext4
94fa093
632c0f9
* Fri Jun 10 2016 Petr Pisar <ppisar@redhat.com> - 1:4.03-6
632c0f9
- Correct repquota indentation for file systems with hiden quota files
c81107a
- Remove unnecessary quota dependency from quota-devel package
80cb0d8
- Break licenses down to each package
632c0f9
7b0594d
* Thu Mar 10 2016 Petr Pisar <ppisar@redhat.com> - 1:4.03-5
7b0594d
- Start rpc-rquotad.service when starting nfs-server.service
7b0594d
e0c2c8b
* Thu Mar 03 2016 Petr Pisar <ppisar@redhat.com> - 1:4.03-4
e0c2c8b
- Declare quota-rpc requires rpcbind because of the rpc.rquotad daemon
e0c2c8b
774297a
* Mon Feb 22 2016 Petr Pisar <ppisar@redhat.com> - 1:4.03-3
774297a
- Query kernel for next quota on XFS or file system with hidden quota files
774297a
  (bug #1306195)
774297a
8c6725d
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.03-2
8c6725d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8c6725d
67a767d
* Wed Jan 06 2016 Petr Pisar <ppisar@redhat.com> - 1:4.03-1
67a767d
- 4.03 bump
ebd0cbd
- Work around Autoconf bug not to link ldap library to everything
ebd0cbd
  (bug #1296455)
67a767d
f2af6cf
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.02-4
f2af6cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f2af6cf
ad8b0b3
* Thu Apr 02 2015 Petr Pisar <ppisar@redhat.com> - 1:4.02-3
ad8b0b3
- Move rpc.rquotad daemon into quota-rpc sub-package
ad8b0b3
b4078f5
* Thu Apr 02 2015 Petr Pisar <ppisar@redhat.com> - 1:4.02-2
b4078f5
- Add rpc-rquotad.service file which was known as nfs-rquotad.service
b4078f5
  in nfs-utils (bug #1206260)
b4078f5
c75f5e0
* Wed Nov 26 2014 Petr Pisar <ppisar@redhat.com> - 1:4.02-1
c75f5e0
- 4.02 bump
c75f5e0
466a962
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.01-14
466a962
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
466a962
d2b6e4f
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.01-13
d2b6e4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d2b6e4f
93cccec
* Wed Mar 05 2014 Petr Pisar <ppisar@redhat.com> - 1:4.01-12
93cccec
- Prevent from grace period overflow in RPC transport (bug #1072769)
93cccec
48003d4
* Wed Oct 16 2013 Petr Pisar <ppisar@redhat.com> - 1:4.01-11
48003d4
- Move /sbin/* files under /usr (bug #983179)
1595292
- Harden executables due to rpc.rquotad and quota_nld daemons (bug #983179)
8adea27
- Document quotagrpadmins(5), quotatab(5), warnquota.conf(5), rcp.rquota(8)
8adea27
  (bug #983179)
48003d4
ca10e33
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.01-10
ca10e33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
ca10e33
8dffb7e
* Thu Jun 13 2013 Petr Pisar <ppisar@redhat.com> - 1:4.01-9
8dffb7e
- Close FILE handles on error too
8dffb7e
f989b93
* Wed Jun 12 2013 Petr Pisar <ppisar@redhat.com> - 1:4.01-8
f989b93
- Allow to set limits using multiplicative units
f989b93
0dad157
* Mon May 27 2013 Petr Pisar <ppisar@redhat.com> - 1:4.01-7
0dad157
- Add LGPLv2+ and GPLv2 to license declaration
63fdcdb
- Correct changelog dates
7aa563d
- Package additional LDAP scripts as a documentation
9f78061
- Package XFS-specific tools
0dad157
a6e2e4d
* Mon May 20 2013 Petr Pisar <ppisar@redhat.com> - 1:4.01-6
a6e2e4d
- Remove code for migration from systemv-style init script
a6e2e4d
- Drop useless dependency on initscripts (bug #964440)
a6e2e4d
0713020
* Thu Mar 14 2013 Petr Pisar <ppisar@redhat.com> - 1:4.01-5
0713020
- Add quotasync(1) manual page
0713020
- Fix quota, repquota, and quotasync usage help
0713020
cf20238
* Tue Feb 05 2013 Petr Pisar <ppisar@redhat.com> - 1:4.01-4
cf20238
- Do not fiddle with quota files on XFS and GFS (bug #846296)
13d4790
- Make sure option -d at quotacheck provides at least as much information as
13d4790
  option -v (SF#3602777)
cf20238
715fde4
* Mon Dec 03 2012 Petr Pisar <ppisar@redhat.com> - 1:4.01-3
715fde4
- Define charset in e-mails sent by warnquota (SF#3571589)
715fde4
27f3902
* Tue Sep 25 2012 Petr Pisar <ppisar@redhat.com> - 1:4.01-2
27f3902
- Make group warning message more official
27f3902
442211b
* Fri Sep 07 2012 Petr Pisar <ppisar@redhat.com> - 1:4.01-1
442211b
- 4.01 bump
442211b
27f3ba6
* Wed Aug 22 2012 Petr Pisar <ppisar@redhat.com> - 1:4.00-6
27f3ba6
- Modernize systemd scriptlets (bug #850288)
27f3ba6
916552f
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.00-5
916552f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
916552f
af764e2
* Tue Jul 03 2012 Petr Pisar <ppisar@redhat.com> - 1:4.00-4
af764e2
- Fix editting more users with edquota
7c70fe1
- Report all quotas on XFS (bug #837341)
af764e2
464088a
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.00-3
464088a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
464088a
3e24714
* Thu Sep  1 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-2
7ba2624
- Remove unneeded cryptographic library build-time dependencies
e48c3fa
- Fortify build-time configuration
4d57643
- Migrate quota_nld service from sysvinit to systemd
3e24714
- Document --print-below option in quota_nld service
7ba2624
4b1641c
* Tue Aug 23 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-1
4b1641c
- 4.00 bump
054c0b2
- Remove unneeded LDAP linking patch
17ea062
- Prevent from stripping by configure option
f3ce234
- Remove unneeded sed scripts on sources
fb4d8da
- Remove unneeded file removal
4b1641c
4c13f89
* Thu Aug 18 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.17.pre1
4c13f89
- Do not report missing utmp record to syslog (bug #731622)
4c13f89
9f434c0
* Fri Jul 15 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.16.pre1
9f434c0
- Report quotacheck failures by return code (bug #717982)
576e135
- Improve quotacheck error message (bug #717982)
9f434c0
1bc8c91
* Thu May 12 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.15.pre1
1bc8c91
- Make dirname static to work with nss_db (bug #703567)
b7cff5b
- Clean spec file
1bc8c91
ed16933
* Mon Apr 11 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.14.pre1
ed16933
- Initialize v2r1 ddquot padding in dump (bug #695409)
9fcb474
- Do not pass NULL to XGETQSTAT quotactl()
ed16933
c7197cf
* Mon Mar 21 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.13.pre1
e126b0b
- Fix repquota to get latest quota info header (bug #689458)
c7197cf
d489081
* Fri Mar 11 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.12.pre1
d489081
- Fix ddquot buffer leak
d489081
9c03353
* Thu Mar 10 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.11.pre1
9c03353
- Disable grace period/times remote setting
9c03353
bb1f11c
* Mon Feb 28 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.10.pre1
bb1f11c
- Do not use real domains in warnquota example
bb1f11c
fd4d641
* Thu Feb 17 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.9.pre1
fd4d641
- Explain meaning of the second column in repquota output
fb1f190
- Make RPC handle properly host names with colons (i.e. IPv6 server host name)
fd4d641
30fd974
* Wed Feb 09 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.8.pre1
30fd974
- Initialize vfsold block and inode value boundries for new quota file
30fd974
  (bug #668688)
30fd974
7982b26
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.00-0.7.pre1
7982b26
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7982b26
15a8b20
* Fri Feb 04 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.6.pre1
15a8b20
- Store quota_nld PID into PID file (bug #634137)
735d99b
- Do not allow non-root to control quota_nld service (bug #634137)
cd814ce
- Add quotasync tool (bug #596794)
ee7779b
- Implement quotacheck for GFS2 (bug #596794)
15a8b20
0104226
* Wed Feb 02 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.5.pre1
0104226
- Correct manual pages
0104226
619d785
* Tue Jan 11 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.4.pre1
619d785
- Make RPC block factor dynamic (bug #667757)
22865e8
- Check whether set limits fit into the range supported by quota format
22865e8
  (bug #668688)
5a6fb1c
- Check set limits fit into the range supported by RPC transport (bug #668691)
619d785
f7803c0
* Mon Jan 10 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.3.pre1
f7803c0
- Document --always-resolve option
f7803c0
4e8c834
* Tue Dec 14 2010 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.2.pre1
4e8c834
- Comment example quotatab to silent warnquota
4e8c834
402a886
* Tue Nov 16 2010 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.1.pre1
402a886
- 4.00-pre1 bump
c12241b
- Separate gettext catalogs becuase they are required by all binary sub-packages
402a886
7ed01ca
* Mon Nov 15 2010 Petr Pisar <ppisar@redhat.com> - 1:3.17-18
7ed01ca
- Break warnquota dependency on main package
7ed01ca
1b63382
* Mon Nov 15 2010 Petr Pisar <ppisar@redhat.com> - 1:3.17-17
1b63382
- Convert Changelog to UTF-8
1b63382
9dd3d3c
* Mon Nov 15 2010 Petr Pisar <ppisar@redhat.com> - 1:3.17-16
9dd3d3c
- Break dependecies on main package as there are none
9dd3d3c
- Add plain text documentation to each sub-package
9dd3d3c
- Package additional documentation into `doc' sub-package
9dd3d3c
8139e22
* Thu Nov 11 2010 Petr Pisar <ppisar@redhat.com> - 1:3.17-15
67a767d
- Add quota_nld daemon init script (bug #634169)
0a55179
- Sub-package quota_nld files to weak dependecies
99bb297
- Sub-package warnquota files to weak dependecies
8139e22
c9d8cd9
* Wed Oct 06 2010 Petr Pisar <ppisar@redhat.com> - 1:3.17-14
c9d8cd9
- Remove quotactl(2) as it's part of `man-pages' package (bug #640590)
c9d8cd9
eb602e4
* Tue May 11 2010 Petr Pisar <ppisar@redhat.com> 1:3.17-13
eb602e4
- Add GFS2 support
eb602e4
63fdcdb
* Mon May 10 2010 Petr Pisar <ppisar@redhat.com> 1:3.17-12
b944a1a
- Prevent corruptive read/write from/to NULL address in rpc.rquotad
b944a1a
  (Resolves #528581, example in #532342)
b944a1a
- Fix spelling in summary
b944a1a
Daniel Novotny 30ab821
* Fri Mar 12 2010 Daniel Novotny <dnovotny@redhat.com> 1:3.17-11
Daniel Novotny 30ab821
- the require from previous fix deleted altogether (it will
Daniel Novotny 30ab821
  be resolved automatically)
Daniel Novotny 30ab821
Daniel Novotny 5243998
* Fri Mar 12 2010 Daniel Novotny <dnovotny@redhat.com> 1:3.17-10
Daniel Novotny 5243998
- Requires: e2fsprogs changed to e2fsprogs-libs (#570005)
Daniel Novotny 5243998
Daniel Novotny 35ecdf6
* Tue Feb 23 2010 Daniel Novotny <dnovotny@redhat.com> 1:3.17-9
b944a1a
- fix #565124 - FTBFS quota-3.17-8.fc13: ImplicitDSOLinking
Daniel Novotny 35ecdf6
63fdcdb
* Tue Sep 29 2009 Ondrej Vasik <ovasik@redhat.com> 1:3.17-8
dda9deb
- add buildrequires for quota_nld, enable-netlink to build
dda9deb
  quota_nld (#526047)
dda9deb
4e78abe
* Fri Sep 18 2009 Ondrej Vasik <ovasik@redhat.com> 1:3.17-7
4e78abe
- Fix headers and structs in quotactl manpage(#524138)
4e78abe
d3c88d7
* Fri Aug 28 2009 Ondrej Vasik <ovasik@redhat.com> 1:3.17-6
d3c88d7
- symlink manpage for rpc.rquotad
d3c88d7
b8f4400
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.17-5
b8f4400
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b8f4400
5b31e8e
* Fri Mar 13 2009 Ondrej Vasik <ovasik@redhat.com> 1:3.17-4
5b31e8e
- clarify statements about LDAP in warnquota conf
5b31e8e
  (related to #490106)
5b31e8e
- fix parsing issue in warnquota.c(#490125)
5b31e8e
- enable rpcsetquota by default(#159292, #469753)
5b31e8e
4402cad
* Fri Mar 13 2009 Ondrej Vasik <ovasik@redhat.com> 1:3.17-3
4402cad
- add missing buildrequires needed to compile with
4402cad
  enable-ldapmail=try option with LDAP(#490106)
4402cad
8be19ed
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.17-2
8be19ed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8be19ed
374dfed
* Tue Jan 13 2009 Ondrej Vasik <ovasik@redhat.com> 1:3.17-1
374dfed
- new upstream release, remove already applied patches
374dfed
cdeeb00
* Mon Dec 08 2008 Ondrej Vasik <ovasik@redhat.com> 1:3.16-8
374dfed
- fix documentation inconsistency (now rpc(3) instead of
cdeeb00
  rpc(3N) in rquotad manpage) (#474836)
cdeeb00
4de0599
* Fri Nov 14 2008 Ondrej Vasik <ovasik@redhat.com> 1:3.16-7
4de0599
- fix quotaoff --help output (was same as quotaon output)
4de0599
4853690
* Thu Oct 30 2008 Ondrej Vasik <ovasik@redhat.com> 1:3.16-6
4853690
- fix implementation of ext4 support
4853690
  (by Mingming Cao, #469127)
4853690
4397c66
* Wed Sep 10 2008 Ondrej Vasik <ovasik@redhat.com> 1:3.16-5
4397c66
- fix rpmlint warnings - absolute symlink and not using epoch
4397c66
  in version in changelog (#226353)
4397c66
- rquota headers and manpage now in devel subpackage
4397c66
047b5d6
* Wed Aug 27 2008 Ondrej Vasik <ovasik@redhat.com> 3.16-4
047b5d6
- fix bug in warnquota which could result in bogus hostname
047b5d6
  and domainname (upstream)
047b5d6
- remove IMMUTABLE flag from quota file in quotacheck(upstream)
047b5d6
a89d13b
* Tue Aug 05 2008 Ondrej Vasik <ovasik@redhat.com> 3.16-3
a89d13b
- Add support for -h option (do not show invalid option
a89d13b
  error) at edquota,setquota and quota (#457898)
a89d13b
3a614a3
* Fri Jun 20 2008 Ondrej Vasik <ovasik@redhat.com> 3.16-2
3a614a3
- upstream fix of some typos, string formats + 4TB+ fix
3a614a3
  for repquota
3a614a3
- some additional stripping removal
3a614a3
- change default mode of binaries from 555 to 755
3a614a3
  (strip error messages in build log)
3a614a3
abfc993
* Wed Apr 23 2008 Ondrej Vasik <ovasik@redhat.com> 3.16-1
abfc993
- own directory of rpcsvc headers(#442143)
abfc993
- new upstream release
abfc993
cf484b1
* Wed Mar 12 2008 Ondrej Vasik <ovasik@redhat.com> 3.15-6
cf484b1
- added enable-ldapmail=try option(wonder how #133207
cf484b1
  got closed by FC-4 without it or warnquota.conf change)
cf484b1
- dropped with-ext2direct=no option - this option is 
cf484b1
  invalid and original bug was fixed in 3.07
cf484b1
a229abb
* Thu Mar  6 2008 Ondrej Vasik <ovasik@redhat.com> 3.15-5
a229abb
- added symbolic link for quotaoff man page(#436110)
a229abb
- don't ship xqmstats.8 man page as we don't ship those
a229abb
  binaries(#436100)
a229abb
a1c35b6
* Thu Feb 21 2008 Ondrej Vasik <ovasik@redhat.com> 3.15-4
a1c35b6
- added pointers to quota_nld and warnquota to some 
a1c35b6
  manpages(upstream, #83975)
a1c35b6
459c1f9
* Tue Feb 12 2008 Ondrej Vasik <ovasik@redhat.com> 3.15-3
459c1f9
- allow to build with rpcsetquota enabled(disabled by
459c1f9
  default, #159292)
459c1f9
- rebuild for gcc43
459c1f9
6a82bbd
* Thu Jan 24 2008 Steve Dickson <SteveD@RedHat.com> 3.15-2
6a82bbd
- More review comments:
6a82bbd
    - BuiltPreReq to BuiltReq
6a82bbd
    - Removed '.' From Summary
6a82bbd
    - Added 'GPLv2+' to License Tag
0d31bc8
    - Condensed the _sysconfdir entries in to one line
6a82bbd
b91cfe8
* Thu Jan 24 2008 Steve Dickson <SteveD@RedHat.com> 3.15-1
b91cfe8
- Upgraded to version 3.15 
b91cfe8
- Updated spec file per Merge Review (bz 226353)
b91cfe8
aa88b6e
* Thu Feb 15 2007  Steve Dickson <SteveD@RedHat.com> 3.14-1
aa88b6e
- Upgraded to version 3.14 (bz# 213641)
aa88b6e
a23f83f
* Mon Dec  4 2006 Thomas Woerner <twoerner@redhat.com> 1:3.13-1.3
a23f83f
- tcp_wrappers has a new devel and libs sub package, therefore changing build
a23f83f
  requirement for tcp_wrappers to tcp_wrappers-devel
a23f83f
3138b4e
* Wed Nov  1 2006 Steve Dickson <SteveD@RedHat.com> 1:3.13-1.2.3.2
3138b4e
- Added range checking on -p flag (bz 205145)
646ed1a
- Error message prints garbage characters (bz 201226)
3138b4e
3669cd4
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:3.13-1.2.3.1
3669cd4
- rebuild
3669cd4
0a51192
* Fri Jun 30 2006 Steve Dickson <steved@redhat.com> - 1:3.13-1.2.3
0a51192
- fix 192826 - quota config files should not be overwritten
0a51192
c48c16c
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:3.13-1.2.1
c48c16c
- bump again for double-long bug on ppc(64)
c48c16c
484c631
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:3.13-1.2
484c631
- rebuilt for new gcc4.1 snapshot and glibc changes
484c631
8d0f634
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
8d0f634
- rebuilt
8d0f634
05cdfac
* Mon Oct 31 2005 Steve Dickson <steved@redhat.com> 3.13-1
05cdfac
- Upgraded to version 3.13 (bz# 171245)
05cdfac
Florian La Roche 697a4ae
* Thu Aug 18 2005 Florian La Roche <laroche@redhat.com>
Florian La Roche 697a4ae
- change the "Requires: kernel" into a "Conflicts:"
Florian La Roche 697a4ae
riel bed7a64
* Sun Sep 26 2004 Rik van Riel <riel@redhat.com> 3.12-5
riel bed7a64
- add URL (bz# 131862)
riel bed7a64
a931058
* Fri Sep 24 2004 Steve Dickson <SteveD@RedHat.com>
633be73
- Fixed typos in warnquota.conf patch 
633be73
  (bz# 82250 and bz# 83974)
768a01e
5035648
* Mon Sep 13 2004 Steve Dickson <SteveD@RedHat.com>
5035648
- upgraded to 3.12
5035648
cvsdist b5cd5f0
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b5cd5f0
- rebuilt
cvsdist b5cd5f0
cvsdist b1cbb7d
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b1cbb7d
- rebuilt
cvsdist b1cbb7d
cvsdist 902fba1
* Tue Jan 27 2004 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 902fba1
- add -pie support
cvsdist 902fba1
- update to 3.10
cvsdist 902fba1
cvsdist 902fba1
* Sat Aug 16 2003  Steve Dickson <SteveD@RedHat.com>
cvsdist 902fba1
- upgraded to 3.0.9
cvsdist 902fba1
- added quota-3.09-root_sbindir.patch
cvsdist 902fba1
cvsdist 93febb6
* Sun Aug 10 2003 Elliot Lee <sopwith@redhat.com> 3.06-11
cvsdist 93febb6
- Rebuild
cvsdist 93febb6
cvsdist 93febb6
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 93febb6
- rebuilt
cvsdist 93febb6
cvsdist 93febb6
* Tue May 27 2003 Steve Dickson <SteveD@RedHat.com>
cvsdist 93febb6
- rebuilt for 7.3 errata
cvsdist 93febb6
cvsdist f834de4
* Tue Feb 25 2003 Elliot Lee <sopwith@redhat.com>
cvsdist f834de4
- rebuilt
cvsdist f834de4
cvsdist f834de4
* Sun Feb 23 2003 Tim Powers <timp@redhat.com>
cvsdist f834de4
- add buildprereq on tcp_wrappers
cvsdist f834de4
cvsdist f834de4
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist f834de4
- rebuilt
cvsdist f834de4
cvsdist f834de4
* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
cvsdist f834de4
- rebuild on all arches
cvsdist f834de4
cvsdist f834de4
cvsdist f834de4
* Fri Sep 6 2002 Philip Copeland <bryce@redhat.com> 3.06-5
cvsdist f834de4
- added --with-ext2direct=no to fix #73244
cvsdist f834de4
  without this users with UID's > 65535 will not
cvsdist f834de4
  be able to exist on a quota enabled FS
cvsdist f834de4
cvsdist f834de4
* Wed Aug 7 2002 Philip Copeland <bryce@redhat.com> 3.06-4
cvsdist f834de4
- Man page change. #60108
cvsdist f834de4
cvsdist f834de4
* Tue Aug 6 2002 Philip Copeland <bryce@redhat.com> 3.06-3
cvsdist f834de4
- Bah, I'd dropped epoch from the spec file but seems
cvsdist f834de4
  we need this if you want to upgrade as the epoch
cvsdist f834de4
  number has precedence over the version/release
cvsdist f834de4
  numbers.
cvsdist f834de4
cvsdist f834de4
* Wed Jul 17 2002 Philip Copeland <bryce@redhat.com> 3.06-2
cvsdist f834de4
- Lets stop the makefile from stripping the
cvsdist f834de4
  binaries as thats rpms job (apparently)
cvsdist f834de4
cvsdist f834de4
* Mon Jul 01 2002 Philip Copeland <bryce@redhat.com> 3.06-1
cvsdist f834de4
- Ditched the 3.01-pre9 src base for 3.06
cvsdist f834de4
  Rebuilt without any patchs
cvsdist f834de4
cvsdist f834de4
============================================================
cvsdist f834de4
cvsdist f834de4
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist f834de4
- automated rebuild
cvsdist f834de4
cvsdist f834de4
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist f834de4
- automated rebuild
cvsdist f834de4
cvsdist f834de4
* Mon Feb 25 2002 Elliot Lee <sopwith@redhat.com>
cvsdist f834de4
- IfArch the badkernelinclude patch for ppc-only.
cvsdist f834de4
- Update to 3.03
cvsdist f834de4
cvsdist f834de4
* Wed Dec 12 2001 Guy Streeter <streeter@redhat.com>
cvsdist f834de4
- Make #include of kernel header file work on non-x86
cvsdist f834de4
cvsdist f834de4
* Wed Sep  5 2001 Preston Brown <pbrown@redhat.com>
cvsdist f834de4
- require new initscripts
cvsdist f834de4
cvsdist f834de4
* Thu Aug 30 2001 Preston Brown <pbrown@redhat.com>
cvsdist f834de4
- fixed bug #52075 (problem with ext2 labels)
cvsdist f834de4
- backup data files off by default in quotacheck, optional backup flag added
cvsdist f834de4
- fix bug where giving a bad directory or device would cause 
cvsdist f834de4
  quotaon/quotacheck to simulate "-a" behaviour
cvsdist f834de4
- if a device name (i.e /dev/hda1) is passed, look up the corresponding mount
cvsdist f834de4
  point
cvsdist f834de4
cvsdist f834de4
* Wed Aug 29 2001 Preston Brown <pbrown@redhat.com>
cvsdist f834de4
- return an error code in more cases in convertquota
cvsdist f834de4
cvsdist f834de4
* Tue Aug 28 2001 Preston Brown <pbrown@redhat.com>
cvsdist f834de4
- 3.01pre9
cvsdist f834de4
cvsdist f834de4
* Fri Jul 20 2001 Preston Brown <pbrown@redhat.com>
cvsdist f834de4
- more cleanups on 3.01pre8
cvsdist f834de4
cvsdist f834de4
* Mon Jul  2 2001 Preston Brown <pbrown@redhat.com>
cvsdist f834de4
- 3.01 version, everything has changed again. :(
cvsdist f834de4
cvsdist f834de4
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
cvsdist f834de4
- Bump release + rebuild.
cvsdist f834de4
cvsdist f834de4
* Fri Mar 30 2001 Preston Brown <pbrown@redhat.com>
cvsdist f834de4
- use rpc.rquotad from here again (#33738)
cvsdist f834de4
cvsdist f834de4
* Thu Mar 15 2001 Preston Brown <pbrown@redhat.com>
cvsdist f834de4
- enable ALT_FORMAT for edquota
cvsdist f834de4
cvsdist f834de4
* Tue Mar 13 2001 Preston Brown <pbrown@redhat.com>
cvsdist f834de4
- I broke passing devices on the cmd line.  Fixed.
cvsdist f834de4
cvsdist f834de4
* Fri Mar 09 2001 Preston Brown <pbrown@redhat.com>
cvsdist f834de4
- quota 3.00 is required by recent kernel 2.4 changes
cvsdist f834de4
- no warnquota included this time, not yet ported
cvsdist f834de4
- quite a bit of work on quotacheck to make is backwards compatible
cvsdist f834de4
- we will likely go back to "quota 2.00" as these projects merge...
cvsdist f834de4
cvsdist f834de4
* Fri Feb 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist f834de4
- use "rm -f" instead of only "rm"
cvsdist f834de4
cvsdist f834de4
* Wed Feb  7 2001 Preston Brown <pbrown@redhat.com>
cvsdist f834de4
- fix quotacheck man page for -a option (#26380)
cvsdist f834de4
cvsdist f834de4
* Thu Feb  1 2001 Preston Brown <pbrown@redhat.com>
cvsdist f834de4
- 2.00 final, rolls in pretty much all our patches. :)
cvsdist f834de4
- fix reporting of in use dquot entries from quotastats
cvsdist f834de4
- change repquota man page to fix documentation of -v (#10330)
cvsdist f834de4
- include warnquota.conf
cvsdist f834de4
cvsdist f834de4
* Mon Nov 20 2000 Bill Nottingham <notting@redhat.com>
cvsdist f834de4
- fix ia64 build
cvsdist f834de4
cvsdist f834de4
* Mon Aug 21 2000 Jeff Johnson <jbj@redhat.com>
cvsdist f834de4
- add LABEL=foo support (#16390).
cvsdist f834de4
cvsdist f834de4
* Thu Jul 27 2000 Jeff Johnson <jbj@redhat.com>
cvsdist f834de4
- remote NFS quotas with different blocksize converted incorrectly (#11932).
cvsdist f834de4
cvsdist f834de4
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist f834de4
- automatic rebuild
cvsdist f834de4
cvsdist f834de4
* Thu Jun 15 2000 Jeff Johnson <jbj@redhat.com>
cvsdist f834de4
- FHS packaging.
cvsdist f834de4
cvsdist f834de4
* Wed May 10 2000 Jeff Johnson <jbj@redhat.com>
cvsdist f834de4
- apply patch5 (H.J. Lu)
cvsdist f834de4
cvsdist f834de4
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
cvsdist f834de4
- fix description
cvsdist f834de4
- man pages are compressed
cvsdist f834de4
cvsdist f834de4
* Tue Jan 18 2000 Preston Brown <pbrown@redhat.com>
cvsdist f834de4
- quota 2.00 series
cvsdist f834de4
- removed unnecessary patches
cvsdist f834de4
cvsdist f834de4
* Thu Aug  5 1999 Jeff Johnson <jbj@redhat.com>
cvsdist f834de4
- fix man page FUD (#4369).
cvsdist f834de4
cvsdist f834de4
* Thu May 13 1999 Peter Hanecak <hanecak@megaloman.sk>
6a82bbd
- changes to allow non-root users to build too (Makefile patch, %%attr)
cvsdist f834de4
cvsdist f834de4
* Tue Apr 13 1999 Jeff Johnson <jbj@redhat.com>
cvsdist f834de4
- fix for sparc64 quotas (#2147)
cvsdist f834de4
cvsdist f834de4
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist f834de4
- auto rebuild in the new build environment (release 5)
cvsdist f834de4
cvsdist f834de4
* Mon Dec 28 1998 Cristian Gafton <gafton@redhat.com>
cvsdist f834de4
- don't install rpc.rquotad - we will use the one from the knfsd package
cvsdist f834de4
  instead
cvsdist f834de4
cvsdist f834de4
* Thu Dec 17 1998 Jeff Johnson <jbj@redhat.com>
cvsdist f834de4
- merge ultrapenguin 1.1.9 changes.
cvsdist f834de4
cvsdist f834de4
* Thu May 07 1998 Prospector System <bugs@redhat.com>
cvsdist f834de4
- translations modified for de, fr, tr
cvsdist f834de4
cvsdist f834de4
* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
cvsdist f834de4
- removed patch for mntent
cvsdist f834de4
cvsdist f834de4
* Fri Mar 27 1998 Jakub Jelinek <jj@ultra.linux.cz>
cvsdist f834de4
- updated to quota 1.66
cvsdist f834de4
cvsdist f834de4
* Tue Jan 13 1998 Erik Troan <ewt@redhat.com>
cvsdist f834de4
- builds rquotad
cvsdist f834de4
- installs rpc.rquotad.8 symlink
cvsdist f834de4
cvsdist f834de4
* Mon Oct 20 1997 Erik Troan <ewt@redhat.com>
cvsdist f834de4
- removed /usr/include/rpcsvc/* from filelist
6a82bbd
- uses a buildroot and %%attr
cvsdist f834de4
cvsdist f834de4
* Thu Jun 19 1997 Erik Troan <ewt@redhat.com>
cvsdist f834de4
- built against glibc
cvsdist f834de4
cvsdist f834de4
* Tue Mar 25 1997 Erik Troan <ewt@redhat.com>
cvsdist f834de4
- Moved /usr/sbin/quota to /usr/bin/quota