Blame SPECS/quota.spec

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