Blame SPECS/quota.spec

273bc0
# Use netlink to monitor quota usage and warn interactive users
273bc0
%bcond_without quota_enables_netlink
273bc0
# Enable getting quotas over remotely
273bc0
%bcond_without quota_enables_rpc
273bc0
# Allow setting quota remotely
273bc0
%bcond_without quota_enables_rpcsetquota
273bc0
# Disable TCP Wrappers guard in RPC quota daemon
273bc0
%bcond_with quota_enables_tcpwrappers
273bc0
273bc0
Name:       quota
273bc0
Epoch:      1
273bc0
Version:    4.04
273bc0
Release:    10%{?dist}
273bc0
Summary:    System administration tools for monitoring users' disk usage
273bc0
# quota_nld.c, quotaio_xfs.h:       GPLv2
273bc0
# bylabel.c copied from util-linux: GPLv2+
273bc0
# doc/quotas.ms, quotaops.c, quot.c, quotaon.c, edquota.c, quot.h, quota.c,
273bc0
# quotaio_v1.c:                     BSD
273bc0
# COPYING:                          GPLv2 text and license declaration
273bc0
## Only in quota-rpc and quota-nls binary package
273bc0
# svc_socket.c copied from glibc:   LGPLv2+
273bc0
## Only in quota-nls binary package
273bc0
# po/cs.po:                         GPLv2+
273bc0
## Not involved in the binary package
273bc0
# aclocal.m4:                       FSFULLR and (GPLv2+ with exception)
273bc0
# ar-lib:                           GPLv2 with exception
273bc0
# depcomp:                          GPLv2+ with exception
273bc0
# config.guess:                     GPLv3+ with exception
273bc0
# config.rpath:                     GPLv2+ with exception
273bc0
# config.sub:                       GPLv3+ with exception
273bc0
# configure:                        FSFUL
273bc0
# install-sh:                       MIT
273bc0
# m4/gettext.m4:                    GPL with exception
273bc0
# m4/iconv.m4:                      GPL with exception
273bc0
# m4/lib-ld.m4:                     GPL with exception
273bc0
# m4/lib-link.m4:                   GPL with exception
273bc0
# m4/lib-prefix.m4:                 GPL with exception
273bc0
# m4/nls.m4:                        GPL with exception
273bc0
# m4/po.m4:                         GPL with exception
273bc0
# m4/progtest.m4:                   GPL with exception
273bc0
# Makefile.in:                      FSFULLR
273bc0
# missing:                          GPLv2+ with exception
273bc0
# mkinstalldirs:                    Public Domain
273bc0
License: BSD and GPLv2 and GPLv2+
273bc0
URL: http://sourceforge.net/projects/linuxquota/
273bc0
Source0: http://downloads.sourceforge.net/linuxquota/%{name}-%{version}.tar.gz
273bc0
Source1: quota_nld.service
273bc0
Source2: quota_nld.sysconfig
273bc0
Source3: rpc-rquotad.service
273bc0
Source4: rpc-rquotad.sysconfig
273bc0
# Not accepted changes (378a64006bb1e818e84a1c77808563b802b028fa)
273bc0
Patch0: quota-4.04-warnquota-configuration-tunes.patch
273bc0
Patch1: quota-4.03-Validate-upper-bound-of-RPC-port.patch
273bc0
# Install rquotad(3) only if RPC is enabled,
273bc0
# <https://sourceforge.net/p/linuxquota/patches/45/>, in upstream after 4.04
273bc0
Patch2: quota-4.04-Install-rquota-3-only-if-RPC-is-enabled.patch
273bc0
# Pass TIRPC header files location to all RPC compilation units,
273bc0
# <https://sourceforge.net/p/linuxquota/patches/46/>, in upstream after 4.04
273bc0
Patch3: quota-4.04-Add-TIRPC_CFLAGS-globally-to-CFLAGS-for-RPC-support-.patch
273bc0
# Do not iterate over negative UIDs in repquota,
273bc0
# <https://sourceforge.net/p/linuxquota/patches/47/>, in upstream after 4.04
273bc0
Patch4: quota-4.04-repquota-Fix-output-when-user-2-exists.patch
273bc0
# Fix snprintf overflows in warnquota,
273bc0
# <https://sourceforge.net/p/linuxquota/patches/48/>, in upstream after 4.04
273bc0
Patch5: quota-4.04-warnquota-Check-snprintf-for-overflows.patch
273bc0
# Fix user name search in utmp log,
273bc0
# <https://sourceforge.net/p/linuxquota/patches/48/>, in upstream after 4.04
273bc0
Patch6: quota-4.04-warnquota-Fix-comparing-user-name-to-non-null-termin.patch
273bc0
# Avoid questions in quotacheck non-interactive mode, in upstream after 4.04
273bc0
Patch7: quota-4.04-quotacheck-Avoid-question-in-non-interactive-mode.patch
273bc0
# Report an error when quotacheck fails to cache quota files,
273bc0
# in upstream after 4.04
273bc0
Patch8: quota-4.04-quotacheck-Report-error-when-caching-of-quota-file-f.patch
273bc0
# Report an error if quota file magic is invalid, in upstream after 4.04
273bc0
Patch9: quota-4.04-quotacheck-Fail-check-if-quota-file-magic-is-invalid.patch
273bc0
# Fix busy loop in rpc.rquotad, bug #1575956,
273bc0
# <https://sourceforge.net/p/linuxquota/feature-requests/16/>
273bc0
Patch10: quota-4.04-Listen-on-a-TCP-socket.patch
273bc0
# Fix current block usage limit in RPC client, in upstream after 4.04,
273bc0
# <https://sourceforge.net/p/linuxquota/bugs/127/>
273bc0
Patch11: quota-4.04-rpc-Fix-wrong-limit-for-space-usage.patch
273bc0
# Distinguish between none quota limits and no allocated resources in quota(1)
273bc0
# tool output, proposed to upstream,
273bc0
# <https://sourceforge.net/p/linuxquota/bugs/128/>
273bc0
Patch12: quota-4.04-quota-1-Distinguish-between-none-quota-limits-and-no.patch
273bc0
# Fix a descriptor leak, bug #1602674, proposed to upstream,
273bc0
# <https://sourceforge.net/p/linuxquota/bugs/129/>
273bc0
Patch13: quota-4.04-convertquota-Fix-a-file-descriptor-leak-in-convert_e.patch
273bc0
# Fix a descriptor leak, bug #1602674, proposed to upstream,
273bc0
# <https://sourceforge.net/p/linuxquota/bugs/129/>
273bc0
Patch14: quota-4.04-quotackeck-Fix-a-directory-descriptor-leak-in-scan_d.patch
273bc0
# Fix a descriptor leak, bug #1602674, proposed to upstream,
273bc0
# <https://sourceforge.net/p/linuxquota/bugs/129/>
273bc0
Patch15: quota-4.04-xqmstats-Fix-a-file-descriptor-leak-in-main.patch
273bc0
BuildRequires:  autoconf
273bc0
BuildRequires:  automake
273bc0
BuildRequires:  bash
273bc0
BuildRequires:  coreutils
273bc0
BuildRequires:  e2fsprogs-devel
273bc0
BuildRequires:  gcc
273bc0
BuildRequires:  gettext-devel
273bc0
BuildRequires:  make
273bc0
BuildRequires:  openldap-devel
273bc0
%if %{with quota_enables_netlink}
273bc0
BuildRequires:  pkgconfig(dbus-1)
273bc0
BuildRequires:  pkgconfig(libnl-3.0) >= 3.1
273bc0
BuildRequires:  pkgconfig(libnl-genl-3.0)
273bc0
%endif
273bc0
%if %{with quota_enables_rpc}
273bc0
BuildRequires:  rpcgen
273bc0
BuildRequires:  pkgconfig(libtirpc)
273bc0
BuildRequires:  systemd
273bc0
%if %{with quota_enables_tcpwrappers}
273bc0
BuildRequires:  tcp_wrappers-devel
273bc0
%endif
273bc0
%endif
273bc0
Requires:       quota-nls = %{epoch}:%{version}-%{release}
273bc0
Conflicts:      kernel < 2.4
273bc0
273bc0
%description
273bc0
The quota package contains system administration tools for monitoring
273bc0
and limiting user and or group disk usage per file system.
273bc0
273bc0
273bc0
%if %{with quota_enables_netlink}
273bc0
%package nld
273bc0
Summary:    quota_nld daemon
273bc0
Requires:   quota-nls = %{epoch}:%{version}-%{release}
273bc0
Requires(post):     systemd
273bc0
Requires(preun):    systemd
273bc0
Requires(postun):   systemd
273bc0
273bc0
%description nld
273bc0
Daemon that listens on netlink socket and processes received quota warnings.
273bc0
Note, that you have to enable the kernel support for sending quota messages
273bc0
over netlink (in Filesystems->Quota menu). The daemon supports forwarding
273bc0
warning messages to the system D-Bus (so that desktop manager can display
273bc0
a dialog) and writing them to the terminal user has last accessed.
273bc0
%endif
273bc0
273bc0
273bc0
%if %{with quota_enables_rpc}
273bc0
%package rpc
273bc0
Summary:    RPC quota daemon
273bc0
License:    BSD and LGPLv2+ and GPLv2 and GPLv2+
273bc0
Requires:   quota-nls = %{epoch}:%{version}-%{release}
273bc0
Requires:   rpcbind
273bc0
%if %{with quota_enables_tcpwrappers}
273bc0
Requires:   tcp_wrappers
273bc0
%endif
273bc0
Requires(post):     systemd
273bc0
Requires(preun):    systemd
273bc0
Requires(postun):   systemd
273bc0
Conflicts:  quota < 1:4.02-3
273bc0
273bc0
%description rpc
273bc0
The RPC daemon allows to query and set disk quotas over network. If you run
273bc0
the daemon on NFS server, you could use quota tools to manage the quotas from
273bc0
NFS client.
273bc0
%endif
273bc0
273bc0
273bc0
%package warnquota
273bc0
Summary:    Send e-mail to users over quota
273bc0
Requires:   quota-nls = %{epoch}:%{version}-%{release}
273bc0
273bc0
%description warnquota
273bc0
Utility that checks disk quota for each local file system and mails a warning
273bc0
message to those users who have reached their soft limit.  It is typically run
273bc0
via cron(8).
273bc0
273bc0
273bc0
%package nls
273bc0
Summary:    Gettext catalogs for disk quota tools
273bc0
License:    BSD and LGPLv2+ and GPLv2 and GPLv2+
273bc0
BuildArch:  noarch
273bc0
273bc0
%description nls
273bc0
Disk quota tools messages translated into different natural languages.
273bc0
273bc0
273bc0
%if %{with quota_enables_rpc}
273bc0
%package devel
273bc0
Summary:    Development files for quota RPC
273bc0
License:    GPLv2
273bc0
# Do not run-require main package, the header files define RPC API to be
273bc0
# implemented by the developer, not an API for an existing quota library.
273bc0
273bc0
%description devel
273bc0
This package contains development header files for implementing disk quotas
273bc0
on remote machines.
273bc0
%endif
273bc0
273bc0
273bc0
%package doc
273bc0
Summary:    Additional documentation for disk quotas
273bc0
Requires:   quota =  %{epoch}:%{version}-%{release}
273bc0
BuildArch:  noarch
273bc0
AutoReq:    0
273bc0
273bc0
%description doc
273bc0
This package contains additional documentation for disk quotas concept in
273bc0
Linux/UNIX environment.
273bc0
273bc0
273bc0
%prep
273bc0
%setup -q
273bc0
%patch0 -p1
273bc0
%patch1 -p1
273bc0
%patch2 -p1
273bc0
%patch3 -p1
273bc0
%patch4 -p1
273bc0
%patch5 -p1
273bc0
%patch6 -p1
273bc0
%patch7 -p1
273bc0
%patch8 -p1
273bc0
%patch9 -p1
273bc0
%patch10 -p1
273bc0
%patch11 -p1
273bc0
%patch12 -p1
273bc0
%patch13 -p1
273bc0
%patch14 -p1
273bc0
%patch15 -p1
273bc0
# Regenerate build scripts
273bc0
autoreconf -f -i
273bc0
273bc0
%build
273bc0
%global _hardened_build 1
273bc0
%configure \
273bc0
    --enable-bsd-behaviour \
273bc0
    --enable-ext2direct=yes \
273bc0
    --enable-ldapmail=yes \
273bc0
%if %{with quota_enables_tcpwrappers}
273bc0
    --enable-libwrap=yes \
273bc0
%else
273bc0
    --disable-libwrap \
273bc0
%endif
273bc0
%if %{with quota_enables_netlink}
273bc0
    --enable-netlink=yes \
273bc0
%else
273bc0
    --disable-netlink \
273bc0
%endif
273bc0
    --enable-nls \
273bc0
    --disable-rpath \
273bc0
%if %{with quota_enables_rpc}
273bc0
    --enable-rpc=yes \
273bc0
%else
273bc0
    --disable-rpc \
273bc0
%endif
273bc0
%if %{with quota_enables_rpcsetquota}
273bc0
    --enable-rpcsetquota=yes \
273bc0
%else
273bc0
    --disable-rpcsetquota \
273bc0
%endif
273bc0
    --disable-silent-rules \
273bc0
    --disable-xfs-roothack
273bc0
make
273bc0
273bc0
273bc0
%install
273bc0
make install DESTDIR=%{buildroot}
273bc0
rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
273bc0
273bc0
%if %{with quota_enables_netlink}
273bc0
install -p -m644 -D %{SOURCE1} $RPM_BUILD_ROOT%{_unitdir}/quota_nld.service
273bc0
install -p -m644 -D %{SOURCE2} \
273bc0
    $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/quota_nld
273bc0
%endif
273bc0
%if %{with quota_enables_rpc}
273bc0
install -p -m644 -D %{SOURCE3} $RPM_BUILD_ROOT%{_unitdir}/rpc-rquotad.service
273bc0
install -p -m644 -D %{SOURCE4} \
273bc0
    $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/rpc-rquotad
273bc0
%endif
273bc0
273bc0
%find_lang %{name}
273bc0
273bc0
273bc0
%check
273bc0
make check
273bc0
273bc0
273bc0
%if %{with quota_enables_netlink}
273bc0
%post nld
273bc0
%systemd_post quota_nld.service
273bc0
273bc0
%preun nld
273bc0
%systemd_preun quota_nld.service
273bc0
273bc0
%postun nld
273bc0
%systemd_postun_with_restart quota_nld.service
273bc0
%endif
273bc0
273bc0
273bc0
%if %{with quota_enables_rpc}
273bc0
%post rpc
273bc0
%systemd_post rpc-rquotad.service
273bc0
273bc0
%preun rpc
273bc0
%systemd_preun rpc-rquotad.service
273bc0
273bc0
%postun rpc
273bc0
%systemd_postun_with_restart rpc-rquotad.service
273bc0
%endif
273bc0
273bc0
273bc0
%files
273bc0
%{_bindir}/*
273bc0
%{_sbindir}/*
273bc0
%exclude %{_sbindir}/quota_nld
273bc0
%if %{with quota_enables_rpc}
273bc0
%exclude %{_sbindir}/rpc.rquotad
273bc0
%endif
273bc0
%exclude %{_sbindir}/warnquota
273bc0
%{_mandir}/man1/*
273bc0
%{_mandir}/man8/*
273bc0
%exclude %{_mandir}/man8/quota_nld.8*
273bc0
%if %{with quota_enables_rpc}
273bc0
%exclude %{_mandir}/man8/rpc.rquotad.8*
273bc0
%endif
273bc0
%exclude %{_mandir}/man8/warnquota.8*
273bc0
%doc Changelog
273bc0
273bc0
%if %{with quota_enables_netlink}
273bc0
%files nld
273bc0
%config(noreplace) %{_sysconfdir}/sysconfig/quota_nld
273bc0
%{_unitdir}/quota_nld.service
273bc0
%{_sbindir}/quota_nld
273bc0
%{_mandir}/man8/quota_nld.8*
273bc0
%doc Changelog
273bc0
%endif
273bc0
273bc0
%if %{with quota_enables_rpc}
273bc0
%files rpc
273bc0
%config(noreplace) %{_sysconfdir}/sysconfig/rpc-rquotad
273bc0
%{_unitdir}/rpc-rquotad.service
273bc0
%{_sbindir}/rpc.rquotad
273bc0
%{_mandir}/man8/rpc.rquotad.8*
273bc0
%doc Changelog
273bc0
%endif
273bc0
273bc0
%files warnquota
273bc0
%config(noreplace) %{_sysconfdir}/quotagrpadmins
273bc0
%config(noreplace) %{_sysconfdir}/quotatab
273bc0
%config(noreplace) %{_sysconfdir}/warnquota.conf
273bc0
%{_sbindir}/warnquota
273bc0
%{_mandir}/man5/*
273bc0
%{_mandir}/man8/warnquota.8*
273bc0
%doc Changelog README.ldap-support README.mailserver
273bc0
273bc0
%files nls -f %{name}.lang
273bc0
# All the other packages require quota-nls, COPYING here is enough.
273bc0
%license COPYING
273bc0
%doc Changelog
273bc0
273bc0
%if %{with quota_enables_rpc}
273bc0
%files devel
273bc0
%license COPYING
273bc0
%dir %{_includedir}/rpcsvc
273bc0
%{_includedir}/rpcsvc/*
273bc0
%{_mandir}/man3/*
273bc0
%endif
273bc0
273bc0
%files doc
273bc0
%doc doc/* ldap-scripts
273bc0
273bc0
273bc0
%changelog
273bc0
* Thu Aug 23 2018 Petr Pisar <ppisar@redhat.com> - 1:4.04-10
273bc0
- Fix file descriptor leaks in error code paths (bug #1602674)
273bc0
273bc0
* Tue Jul 24 2018 Petr Pisar <ppisar@redhat.com> - 1:4.04-9
273bc0
- Distinguish between none quota limits and no allocated resources in quota(1)
273bc0
  tool output
273bc0
273bc0
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.04-8
273bc0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
273bc0
273bc0
* Wed May 30 2018 Petr Pisar <ppisar@redhat.com> - 1:4.04-7
273bc0
- Fix current block usage limit in RPC client
273bc0
273bc0
* Tue May 22 2018 Petr Pisar <ppisar@redhat.com> - 1:4.04-6
273bc0
- Fix busy loop in rpc.rquotad (bug #1575956)
273bc0
273bc0
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.04-5
273bc0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
273bc0
273bc0
* Mon Feb 05 2018 Petr Pisar <ppisar@redhat.com> - 1:4.04-4
273bc0
- Avoid questions in quotacheck non-interactive mode
273bc0
- Report an error when quotacheck fails to cache quota files
273bc0
- Report an error if quota file magic is invalid
273bc0
273bc0
* Mon Feb 05 2018 Petr Pisar <ppisar@redhat.com> - 1:4.04-3
273bc0
- rpcgen tool split from glibc-common package
273bc0
- Pass TIRPC header files location to all RPC compilation units
273bc0
- Do not iterate over negative UIDs in repquota
273bc0
- Fix mistakes in warnquota reported by GCC 8
273bc0
273bc0
* Thu Nov 30 2017 Petr Pisar <ppisar@redhat.com> - 1:4.04-2
273bc0
- Disable TCP wrappers (bug #1518778)
273bc0
273bc0
* Wed Sep 06 2017 Petr Pisar <ppisar@redhat.com> - 1:4.04-1
273bc0
- 4.04 bump
273bc0
273bc0
* Mon Aug 28 2017 Petr Pisar <ppisar@redhat.com> - 1:4.03-12
273bc0
- Fix memory leaks when running quotacheck on ext file systems (bug #1483543)
273bc0
273bc0
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.03-11
273bc0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
273bc0
273bc0
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.03-10
273bc0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
273bc0
273bc0
* Tue Jul 04 2017 Petr Pisar <ppisar@redhat.com> - 1:4.03-9
273bc0
- Fix disabling features at build time
273bc0
- Fix a race between checking for and opening a directory to be scanned
273bc0
- Fix an undefined behavior on parsing yes-no answer
273bc0
- Check for setuid and setgid calls failure in edquota tool
273bc0
- Check for failures when reading edquota input
273bc0
- Check for failures when duplicating a file handle
273bc0
273bc0
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.03-8
273bc0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
273bc0
273bc0
* Thu Nov 10 2016 Petr Pisar <ppisar@redhat.com> - 1:4.03-7
273bc0
- Fix checking a block read error (upstream bug #123)
273bc0
- Use direct scanning also for ext4
273bc0
273bc0
* Fri Jun 10 2016 Petr Pisar <ppisar@redhat.com> - 1:4.03-6
273bc0
- Correct repquota indentation for file systems with hiden quota files
273bc0
- Remove unnecessary quota dependency from quota-devel package
273bc0
- Break licenses down to each package
273bc0
273bc0
* Thu Mar 10 2016 Petr Pisar <ppisar@redhat.com> - 1:4.03-5
273bc0
- Start rpc-rquotad.service when starting nfs-server.service
273bc0
273bc0
* Thu Mar 03 2016 Petr Pisar <ppisar@redhat.com> - 1:4.03-4
273bc0
- Declare quota-rpc requires rpcbind because of the rpc.rquotad daemon
273bc0
273bc0
* Mon Feb 22 2016 Petr Pisar <ppisar@redhat.com> - 1:4.03-3
273bc0
- Query kernel for next quota on XFS or file system with hidden quota files
273bc0
  (bug #1306195)
273bc0
273bc0
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.03-2
273bc0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
273bc0
273bc0
* Wed Jan 06 2016 Petr Pisar <ppisar@redhat.com> - 1:4.03-1
273bc0
- 4.03 bump
273bc0
- Work around Autoconf bug not to link ldap library to everything
273bc0
  (bug #1296455)
273bc0
273bc0
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.02-4
273bc0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
273bc0
273bc0
* Thu Apr 02 2015 Petr Pisar <ppisar@redhat.com> - 1:4.02-3
273bc0
- Move rpc.rquotad daemon into quota-rpc sub-package
273bc0
273bc0
* Thu Apr 02 2015 Petr Pisar <ppisar@redhat.com> - 1:4.02-2
273bc0
- Add rpc-rquotad.service file which was known as nfs-rquotad.service
273bc0
  in nfs-utils (bug #1206260)
273bc0
273bc0
* Wed Nov 26 2014 Petr Pisar <ppisar@redhat.com> - 1:4.02-1
273bc0
- 4.02 bump
273bc0
273bc0
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.01-14
273bc0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
273bc0
273bc0
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.01-13
273bc0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
273bc0
273bc0
* Wed Mar 05 2014 Petr Pisar <ppisar@redhat.com> - 1:4.01-12
273bc0
- Prevent from grace period overflow in RPC transport (bug #1072769)
273bc0
273bc0
* Wed Oct 16 2013 Petr Pisar <ppisar@redhat.com> - 1:4.01-11
273bc0
- Move /sbin/* files under /usr (bug #983179)
273bc0
- Harden executables due to rpc.rquotad and quota_nld daemons (bug #983179)
273bc0
- Document quotagrpadmins(5), quotatab(5), warnquota.conf(5), rcp.rquota(8)
273bc0
  (bug #983179)
273bc0
273bc0
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.01-10
273bc0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
273bc0
273bc0
* Thu Jun 13 2013 Petr Pisar <ppisar@redhat.com> - 1:4.01-9
273bc0
- Close FILE handles on error too
273bc0
273bc0
* Wed Jun 12 2013 Petr Pisar <ppisar@redhat.com> - 1:4.01-8
273bc0
- Allow to set limits using multiplicative units
273bc0
273bc0
* Mon May 27 2013 Petr Pisar <ppisar@redhat.com> - 1:4.01-7
273bc0
- Add LGPLv2+ and GPLv2 to license declaration
273bc0
- Correct changelog dates
273bc0
- Package additional LDAP scripts as a documentation
273bc0
- Package XFS-specific tools
273bc0
273bc0
* Mon May 20 2013 Petr Pisar <ppisar@redhat.com> - 1:4.01-6
273bc0
- Remove code for migration from systemv-style init script
273bc0
- Drop useless dependency on initscripts (bug #964440)
273bc0
273bc0
* Thu Mar 14 2013 Petr Pisar <ppisar@redhat.com> - 1:4.01-5
273bc0
- Add quotasync(1) manual page
273bc0
- Fix quota, repquota, and quotasync usage help
273bc0
273bc0
* Tue Feb 05 2013 Petr Pisar <ppisar@redhat.com> - 1:4.01-4
273bc0
- Do not fiddle with quota files on XFS and GFS (bug #846296)
273bc0
- Make sure option -d at quotacheck provides at least as much information as
273bc0
  option -v (SF#3602777)
273bc0
273bc0
* Mon Dec 03 2012 Petr Pisar <ppisar@redhat.com> - 1:4.01-3
273bc0
- Define charset in e-mails sent by warnquota (SF#3571589)
273bc0
273bc0
* Tue Sep 25 2012 Petr Pisar <ppisar@redhat.com> - 1:4.01-2
273bc0
- Make group warning message more official
273bc0
273bc0
* Fri Sep 07 2012 Petr Pisar <ppisar@redhat.com> - 1:4.01-1
273bc0
- 4.01 bump
273bc0
273bc0
* Wed Aug 22 2012 Petr Pisar <ppisar@redhat.com> - 1:4.00-6
273bc0
- Modernize systemd scriptlets (bug #850288)
273bc0
273bc0
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.00-5
273bc0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
273bc0
273bc0
* Tue Jul 03 2012 Petr Pisar <ppisar@redhat.com> - 1:4.00-4
273bc0
- Fix editting more users with edquota
273bc0
- Report all quotas on XFS (bug #837341)
273bc0
273bc0
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.00-3
273bc0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
273bc0
273bc0
* Thu Sep  1 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-2
273bc0
- Remove unneeded cryptographic library build-time dependencies
273bc0
- Fortify build-time configuration
273bc0
- Migrate quota_nld service from sysvinit to systemd
273bc0
- Document --print-below option in quota_nld service
273bc0
273bc0
* Tue Aug 23 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-1
273bc0
- 4.00 bump
273bc0
- Remove unneeded LDAP linking patch
273bc0
- Prevent from stripping by configure option
273bc0
- Remove unneeded sed scripts on sources
273bc0
- Remove unneeded file removal
273bc0
273bc0
* Thu Aug 18 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.17.pre1
273bc0
- Do not report missing utmp record to syslog (bug #731622)
273bc0
273bc0
* Fri Jul 15 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.16.pre1
273bc0
- Report quotacheck failures by return code (bug #717982)
273bc0
- Improve quotacheck error message (bug #717982)
273bc0
273bc0
* Thu May 12 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.15.pre1
273bc0
- Make dirname static to work with nss_db (bug #703567)
273bc0
- Clean spec file
273bc0
273bc0
* Mon Apr 11 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.14.pre1
273bc0
- Initialize v2r1 ddquot padding in dump (bug #695409)
273bc0
- Do not pass NULL to XGETQSTAT quotactl()
273bc0
273bc0
* Mon Mar 21 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.13.pre1
273bc0
- Fix repquota to get latest quota info header (bug #689458)
273bc0
273bc0
* Fri Mar 11 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.12.pre1
273bc0
- Fix ddquot buffer leak
273bc0
273bc0
* Thu Mar 10 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.11.pre1
273bc0
- Disable grace period/times remote setting
273bc0
273bc0
* Mon Feb 28 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.10.pre1
273bc0
- Do not use real domains in warnquota example
273bc0
273bc0
* Thu Feb 17 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.9.pre1
273bc0
- Explain meaning of the second column in repquota output
273bc0
- Make RPC handle properly host names with colons (i.e. IPv6 server host name)
273bc0
273bc0
* Wed Feb 09 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.8.pre1
273bc0
- Initialize vfsold block and inode value boundries for new quota file
273bc0
  (bug #668688)
273bc0
273bc0
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:4.00-0.7.pre1
273bc0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
273bc0
273bc0
* Fri Feb 04 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.6.pre1
273bc0
- Store quota_nld PID into PID file (bug #634137)
273bc0
- Do not allow non-root to control quota_nld service (bug #634137)
273bc0
- Add quotasync tool (bug #596794)
273bc0
- Implement quotacheck for GFS2 (bug #596794)
273bc0
273bc0
* Wed Feb 02 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.5.pre1
273bc0
- Correct manual pages
273bc0
273bc0
* Tue Jan 11 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.4.pre1
273bc0
- Make RPC block factor dynamic (bug #667757)
273bc0
- Check whether set limits fit into the range supported by quota format
273bc0
  (bug #668688)
273bc0
- Check set limits fit into the range supported by RPC transport (bug #668691)
273bc0
273bc0
* Mon Jan 10 2011 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.3.pre1
273bc0
- Document --always-resolve option
273bc0
273bc0
* Tue Dec 14 2010 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.2.pre1
273bc0
- Comment example quotatab to silent warnquota
273bc0
273bc0
* Tue Nov 16 2010 Petr Pisar <ppisar@redhat.com> - 1:4.00-0.1.pre1
273bc0
- 4.00-pre1 bump
273bc0
- Separate gettext catalogs becuase they are required by all binary sub-packages
273bc0
273bc0
* Mon Nov 15 2010 Petr Pisar <ppisar@redhat.com> - 1:3.17-18
273bc0
- Break warnquota dependency on main package
273bc0
273bc0
* Mon Nov 15 2010 Petr Pisar <ppisar@redhat.com> - 1:3.17-17
273bc0
- Convert Changelog to UTF-8
273bc0
273bc0
* Mon Nov 15 2010 Petr Pisar <ppisar@redhat.com> - 1:3.17-16
273bc0
- Break dependecies on main package as there are none
273bc0
- Add plain text documentation to each sub-package
273bc0
- Package additional documentation into `doc' sub-package
273bc0
273bc0
* Thu Nov 11 2010 Petr Pisar <ppisar@redhat.com> - 1:3.17-15
273bc0
- Add quota_nld daemon init script (bug #634169)
273bc0
- Sub-package quota_nld files to weak dependecies
273bc0
- Sub-package warnquota files to weak dependecies
273bc0
273bc0
* Wed Oct 06 2010 Petr Pisar <ppisar@redhat.com> - 1:3.17-14
273bc0
- Remove quotactl(2) as it's part of `man-pages' package (bug #640590)
273bc0
273bc0
* Tue May 11 2010 Petr Pisar <ppisar@redhat.com> 1:3.17-13
273bc0
- Add GFS2 support
273bc0
273bc0
* Mon May 10 2010 Petr Pisar <ppisar@redhat.com> 1:3.17-12
273bc0
- Prevent corruptive read/write from/to NULL address in rpc.rquotad
273bc0
  (Resolves #528581, example in #532342)
273bc0
- Fix spelling in summary
273bc0
273bc0
* Fri Mar 12 2010 Daniel Novotny <dnovotny@redhat.com> 1:3.17-11
273bc0
- the require from previous fix deleted altogether (it will
273bc0
  be resolved automatically)
273bc0
273bc0
* Fri Mar 12 2010 Daniel Novotny <dnovotny@redhat.com> 1:3.17-10
273bc0
- Requires: e2fsprogs changed to e2fsprogs-libs (#570005)
273bc0
273bc0
* Tue Feb 23 2010 Daniel Novotny <dnovotny@redhat.com> 1:3.17-9
273bc0
- fix #565124 - FTBFS quota-3.17-8.fc13: ImplicitDSOLinking
273bc0
273bc0
* Tue Sep 29 2009 Ondrej Vasik <ovasik@redhat.com> 1:3.17-8
273bc0
- add buildrequires for quota_nld, enable-netlink to build
273bc0
  quota_nld (#526047)
273bc0
273bc0
* Fri Sep 18 2009 Ondrej Vasik <ovasik@redhat.com> 1:3.17-7
273bc0
- Fix headers and structs in quotactl manpage(#524138)
273bc0
273bc0
* Fri Aug 28 2009 Ondrej Vasik <ovasik@redhat.com> 1:3.17-6
273bc0
- symlink manpage for rpc.rquotad
273bc0
273bc0
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.17-5
273bc0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
273bc0
273bc0
* Fri Mar 13 2009 Ondrej Vasik <ovasik@redhat.com> 1:3.17-4
273bc0
- clarify statements about LDAP in warnquota conf
273bc0
  (related to #490106)
273bc0
- fix parsing issue in warnquota.c(#490125)
273bc0
- enable rpcsetquota by default(#159292, #469753)
273bc0
273bc0
* Fri Mar 13 2009 Ondrej Vasik <ovasik@redhat.com> 1:3.17-3
273bc0
- add missing buildrequires needed to compile with
273bc0
  enable-ldapmail=try option with LDAP(#490106)
273bc0
273bc0
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.17-2
273bc0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
273bc0
273bc0
* Tue Jan 13 2009 Ondrej Vasik <ovasik@redhat.com> 1:3.17-1
273bc0
- new upstream release, remove already applied patches
273bc0
273bc0
* Mon Dec 08 2008 Ondrej Vasik <ovasik@redhat.com> 1:3.16-8
273bc0
- fix documentation inconsistency (now rpc(3) instead of
273bc0
  rpc(3N) in rquotad manpage) (#474836)
273bc0
273bc0
* Fri Nov 14 2008 Ondrej Vasik <ovasik@redhat.com> 1:3.16-7
273bc0
- fix quotaoff --help output (was same as quotaon output)
273bc0
273bc0
* Thu Oct 30 2008 Ondrej Vasik <ovasik@redhat.com> 1:3.16-6
273bc0
- fix implementation of ext4 support
273bc0
  (by Mingming Cao, #469127)
273bc0
273bc0
* Wed Sep 10 2008 Ondrej Vasik <ovasik@redhat.com> 1:3.16-5
273bc0
- fix rpmlint warnings - absolute symlink and not using epoch
273bc0
  in version in changelog (#226353)
273bc0
- rquota headers and manpage now in devel subpackage
273bc0
273bc0
* Wed Aug 27 2008 Ondrej Vasik <ovasik@redhat.com> 3.16-4
273bc0
- fix bug in warnquota which could result in bogus hostname
273bc0
  and domainname (upstream)
273bc0
- remove IMMUTABLE flag from quota file in quotacheck(upstream)
273bc0
273bc0
* Tue Aug 05 2008 Ondrej Vasik <ovasik@redhat.com> 3.16-3
273bc0
- Add support for -h option (do not show invalid option
273bc0
  error) at edquota,setquota and quota (#457898)
273bc0
273bc0
* Fri Jun 20 2008 Ondrej Vasik <ovasik@redhat.com> 3.16-2
273bc0
- upstream fix of some typos, string formats + 4TB+ fix
273bc0
  for repquota
273bc0
- some additional stripping removal
273bc0
- change default mode of binaries from 555 to 755
273bc0
  (strip error messages in build log)
273bc0
273bc0
* Wed Apr 23 2008 Ondrej Vasik <ovasik@redhat.com> 3.16-1
273bc0
- own directory of rpcsvc headers(#442143)
273bc0
- new upstream release
273bc0
273bc0
* Wed Mar 12 2008 Ondrej Vasik <ovasik@redhat.com> 3.15-6
273bc0
- added enable-ldapmail=try option(wonder how #133207
273bc0
  got closed by FC-4 without it or warnquota.conf change)
273bc0
- dropped with-ext2direct=no option - this option is 
273bc0
  invalid and original bug was fixed in 3.07
273bc0
273bc0
* Thu Mar  6 2008 Ondrej Vasik <ovasik@redhat.com> 3.15-5
273bc0
- added symbolic link for quotaoff man page(#436110)
273bc0
- don't ship xqmstats.8 man page as we don't ship those
273bc0
  binaries(#436100)
273bc0
273bc0
* Thu Feb 21 2008 Ondrej Vasik <ovasik@redhat.com> 3.15-4
273bc0
- added pointers to quota_nld and warnquota to some 
273bc0
  manpages(upstream, #83975)
273bc0
273bc0
* Tue Feb 12 2008 Ondrej Vasik <ovasik@redhat.com> 3.15-3
273bc0
- allow to build with rpcsetquota enabled(disabled by
273bc0
  default, #159292)
273bc0
- rebuild for gcc43
273bc0
273bc0
* Thu Jan 24 2008 Steve Dickson <SteveD@RedHat.com> 3.15-2
273bc0
- More review comments:
273bc0
    - BuiltPreReq to BuiltReq
273bc0
    - Removed '.' From Summary
273bc0
    - Added 'GPLv2+' to License Tag
273bc0
    - Condensed the _sysconfdir entries in to one line
273bc0
273bc0
* Thu Jan 24 2008 Steve Dickson <SteveD@RedHat.com> 3.15-1
273bc0
- Upgraded to version 3.15 
273bc0
- Updated spec file per Merge Review (bz 226353)
273bc0
273bc0
* Thu Feb 15 2007  Steve Dickson <SteveD@RedHat.com> 3.14-1
273bc0
- Upgraded to version 3.14 (bz# 213641)
273bc0
273bc0
* Mon Dec  4 2006 Thomas Woerner <twoerner@redhat.com> 1:3.13-1.3
273bc0
- tcp_wrappers has a new devel and libs sub package, therefore changing build
273bc0
  requirement for tcp_wrappers to tcp_wrappers-devel
273bc0
273bc0
* Wed Nov  1 2006 Steve Dickson <SteveD@RedHat.com> 1:3.13-1.2.3.2
273bc0
- Added range checking on -p flag (bz 205145)
273bc0
- Error message prints garbage characters (bz 201226)
273bc0
273bc0
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:3.13-1.2.3.1
273bc0
- rebuild
273bc0
273bc0
* Fri Jun 30 2006 Steve Dickson <steved@redhat.com> - 1:3.13-1.2.3
273bc0
- fix 192826 - quota config files should not be overwritten
273bc0
273bc0
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:3.13-1.2.1
273bc0
- bump again for double-long bug on ppc(64)
273bc0
273bc0
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:3.13-1.2
273bc0
- rebuilt for new gcc4.1 snapshot and glibc changes
273bc0
273bc0
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
273bc0
- rebuilt
273bc0
273bc0
* Mon Oct 31 2005 Steve Dickson <steved@redhat.com> 3.13-1
273bc0
- Upgraded to version 3.13 (bz# 171245)
273bc0
273bc0
* Thu Aug 18 2005 Florian La Roche <laroche@redhat.com>
273bc0
- change the "Requires: kernel" into a "Conflicts:"
273bc0
273bc0
* Sun Sep 26 2004 Rik van Riel <riel@redhat.com> 3.12-5
273bc0
- add URL (bz# 131862)
273bc0
273bc0
* Fri Sep 24 2004 Steve Dickson <SteveD@RedHat.com>
273bc0
- Fixed typos in warnquota.conf patch 
273bc0
  (bz# 82250 and bz# 83974)
273bc0
273bc0
* Mon Sep 13 2004 Steve Dickson <SteveD@RedHat.com>
273bc0
- upgraded to 3.12
273bc0
273bc0
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
273bc0
- rebuilt
273bc0
273bc0
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
273bc0
- rebuilt
273bc0
273bc0
* Tue Jan 27 2004 Florian La Roche <Florian.LaRoche@redhat.de>
273bc0
- add -pie support
273bc0
- update to 3.10
273bc0
273bc0
* Sat Aug 16 2003  Steve Dickson <SteveD@RedHat.com>
273bc0
- upgraded to 3.0.9
273bc0
- added quota-3.09-root_sbindir.patch
273bc0
273bc0
* Sun Aug 10 2003 Elliot Lee <sopwith@redhat.com> 3.06-11
273bc0
- Rebuild
273bc0
273bc0
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
273bc0
- rebuilt
273bc0
273bc0
* Tue May 27 2003 Steve Dickson <SteveD@RedHat.com>
273bc0
- rebuilt for 7.3 errata
273bc0
273bc0
* Tue Feb 25 2003 Elliot Lee <sopwith@redhat.com>
273bc0
- rebuilt
273bc0
273bc0
* Sun Feb 23 2003 Tim Powers <timp@redhat.com>
273bc0
- add buildprereq on tcp_wrappers
273bc0
273bc0
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
273bc0
- rebuilt
273bc0
273bc0
* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
273bc0
- rebuild on all arches
273bc0
273bc0
273bc0
* Fri Sep 6 2002 Philip Copeland <bryce@redhat.com> 3.06-5
273bc0
- added --with-ext2direct=no to fix #73244
273bc0
  without this users with UID's > 65535 will not
273bc0
  be able to exist on a quota enabled FS
273bc0
273bc0
* Wed Aug 7 2002 Philip Copeland <bryce@redhat.com> 3.06-4
273bc0
- Man page change. #60108
273bc0
273bc0
* Tue Aug 6 2002 Philip Copeland <bryce@redhat.com> 3.06-3
273bc0
- Bah, I'd dropped epoch from the spec file but seems
273bc0
  we need this if you want to upgrade as the epoch
273bc0
  number has precedence over the version/release
273bc0
  numbers.
273bc0
273bc0
* Wed Jul 17 2002 Philip Copeland <bryce@redhat.com> 3.06-2
273bc0
- Lets stop the makefile from stripping the
273bc0
  binaries as thats rpms job (apparently)
273bc0
273bc0
* Mon Jul 01 2002 Philip Copeland <bryce@redhat.com> 3.06-1
273bc0
- Ditched the 3.01-pre9 src base for 3.06
273bc0
  Rebuilt without any patchs
273bc0
273bc0
============================================================
273bc0
273bc0
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
273bc0
- automated rebuild
273bc0
273bc0
* Thu May 23 2002 Tim Powers <timp@redhat.com>
273bc0
- automated rebuild
273bc0
273bc0
* Mon Feb 25 2002 Elliot Lee <sopwith@redhat.com>
273bc0
- IfArch the badkernelinclude patch for ppc-only.
273bc0
- Update to 3.03
273bc0
273bc0
* Wed Dec 12 2001 Guy Streeter <streeter@redhat.com>
273bc0
- Make #include of kernel header file work on non-x86
273bc0
273bc0
* Wed Sep  5 2001 Preston Brown <pbrown@redhat.com>
273bc0
- require new initscripts
273bc0
273bc0
* Thu Aug 30 2001 Preston Brown <pbrown@redhat.com>
273bc0
- fixed bug #52075 (problem with ext2 labels)
273bc0
- backup data files off by default in quotacheck, optional backup flag added
273bc0
- fix bug where giving a bad directory or device would cause 
273bc0
  quotaon/quotacheck to simulate "-a" behaviour
273bc0
- if a device name (i.e /dev/hda1) is passed, look up the corresponding mount
273bc0
  point
273bc0
273bc0
* Wed Aug 29 2001 Preston Brown <pbrown@redhat.com>
273bc0
- return an error code in more cases in convertquota
273bc0
273bc0
* Tue Aug 28 2001 Preston Brown <pbrown@redhat.com>
273bc0
- 3.01pre9
273bc0
273bc0
* Fri Jul 20 2001 Preston Brown <pbrown@redhat.com>
273bc0
- more cleanups on 3.01pre8
273bc0
273bc0
* Mon Jul  2 2001 Preston Brown <pbrown@redhat.com>
273bc0
- 3.01 version, everything has changed again. :(
273bc0
273bc0
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
273bc0
- Bump release + rebuild.
273bc0
273bc0
* Fri Mar 30 2001 Preston Brown <pbrown@redhat.com>
273bc0
- use rpc.rquotad from here again (#33738)
273bc0
273bc0
* Thu Mar 15 2001 Preston Brown <pbrown@redhat.com>
273bc0
- enable ALT_FORMAT for edquota
273bc0
273bc0
* Tue Mar 13 2001 Preston Brown <pbrown@redhat.com>
273bc0
- I broke passing devices on the cmd line.  Fixed.
273bc0
273bc0
* Fri Mar 09 2001 Preston Brown <pbrown@redhat.com>
273bc0
- quota 3.00 is required by recent kernel 2.4 changes
273bc0
- no warnquota included this time, not yet ported
273bc0
- quite a bit of work on quotacheck to make is backwards compatible
273bc0
- we will likely go back to "quota 2.00" as these projects merge...
273bc0
273bc0
* Fri Feb 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
273bc0
- use "rm -f" instead of only "rm"
273bc0
273bc0
* Wed Feb  7 2001 Preston Brown <pbrown@redhat.com>
273bc0
- fix quotacheck man page for -a option (#26380)
273bc0
273bc0
* Thu Feb  1 2001 Preston Brown <pbrown@redhat.com>
273bc0
- 2.00 final, rolls in pretty much all our patches. :)
273bc0
- fix reporting of in use dquot entries from quotastats
273bc0
- change repquota man page to fix documentation of -v (#10330)
273bc0
- include warnquota.conf
273bc0
273bc0
* Mon Nov 20 2000 Bill Nottingham <notting@redhat.com>
273bc0
- fix ia64 build
273bc0
273bc0
* Mon Aug 21 2000 Jeff Johnson <jbj@redhat.com>
273bc0
- add LABEL=foo support (#16390).
273bc0
273bc0
* Thu Jul 27 2000 Jeff Johnson <jbj@redhat.com>
273bc0
- remote NFS quotas with different blocksize converted incorrectly (#11932).
273bc0
273bc0
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
273bc0
- automatic rebuild
273bc0
273bc0
* Thu Jun 15 2000 Jeff Johnson <jbj@redhat.com>
273bc0
- FHS packaging.
273bc0
273bc0
* Wed May 10 2000 Jeff Johnson <jbj@redhat.com>
273bc0
- apply patch5 (H.J. Lu)
273bc0
273bc0
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
273bc0
- fix description
273bc0
- man pages are compressed
273bc0
273bc0
* Tue Jan 18 2000 Preston Brown <pbrown@redhat.com>
273bc0
- quota 2.00 series
273bc0
- removed unnecessary patches
273bc0
273bc0
* Thu Aug  5 1999 Jeff Johnson <jbj@redhat.com>
273bc0
- fix man page FUD (#4369).
273bc0
273bc0
* Thu May 13 1999 Peter Hanecak <hanecak@megaloman.sk>
273bc0
- changes to allow non-root users to build too (Makefile patch, %%attr)
273bc0
273bc0
* Tue Apr 13 1999 Jeff Johnson <jbj@redhat.com>
273bc0
- fix for sparc64 quotas (#2147)
273bc0
273bc0
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
273bc0
- auto rebuild in the new build environment (release 5)
273bc0
273bc0
* Mon Dec 28 1998 Cristian Gafton <gafton@redhat.com>
273bc0
- don't install rpc.rquotad - we will use the one from the knfsd package
273bc0
  instead
273bc0
273bc0
* Thu Dec 17 1998 Jeff Johnson <jbj@redhat.com>
273bc0
- merge ultrapenguin 1.1.9 changes.
273bc0
273bc0
* Thu May 07 1998 Prospector System <bugs@redhat.com>
273bc0
- translations modified for de, fr, tr
273bc0
273bc0
* Thu Apr 30 1998 Cristian Gafton <gafton@redhat.com>
273bc0
- removed patch for mntent
273bc0
273bc0
* Fri Mar 27 1998 Jakub Jelinek <jj@ultra.linux.cz>
273bc0
- updated to quota 1.66
273bc0
273bc0
* Tue Jan 13 1998 Erik Troan <ewt@redhat.com>
273bc0
- builds rquotad
273bc0
- installs rpc.rquotad.8 symlink
273bc0
273bc0
* Mon Oct 20 1997 Erik Troan <ewt@redhat.com>
273bc0
- removed /usr/include/rpcsvc/* from filelist
273bc0
- uses a buildroot and %%attr
273bc0
273bc0
* Thu Jun 19 1997 Erik Troan <ewt@redhat.com>
273bc0
- built against glibc
273bc0
273bc0
* Tue Mar 25 1997 Erik Troan <ewt@redhat.com>
273bc0
- Moved /usr/sbin/quota to /usr/bin/quota