46caab5
# Scan ext file systems directly to increase the performace of a quota
70e3c0c
# initialization and check
70e3c0c
%bcond_without quota_enables_extdirect
6c6a774
# Use netlink to monitor quota usage and warn interactive users
ca33956
%bcond_without quota_enables_netlink
46caab5
# Enable getting quotas remotely over network
576bbc0
%bcond_without quota_enables_rpc
46caab5
# Allow setting quota remotely over network
ca33956
%bcond_without quota_enables_rpcsetquota
46caab5
# Disable TCP Wrappers guard in the RPC quota daemon
0067576
%bcond_with quota_enables_tcpwrappers
576bbc0
576bbc0
Name:       quota
576bbc0
Epoch:      1
31917e7
Version:    4.09
0521830
Release:    2%{?dist}
576bbc0
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+
46caab5
# COPYING:                          GPLv2 text and a license declaration
70e3c0c
## Only in quota-rpc binary package
70e3c0c
# rquota_server.c:                  GPLv2+
70e3c0c
## Only in quota-rpc and quota-nls binary packages
70e3c0c
# rquota_svc.c:                     GPLv2+
80cb0d8
# svc_socket.c copied from glibc:   LGPLv2+
576bbc0
## Only in quota-nls binary package
576bbc0
# po/cs.po:                         GPLv2+
70e3c0c
## Only in quota-warnquota binary package
70e3c0c
# warnquota.c:                      GPLv2+
70e3c0c
## Not involved in any binary package
576bbc0
# aclocal.m4:                       FSFULLR and (GPLv2+ with exception)
67a767d
# ar-lib:                           GPLv2 with exception
576bbc0
# depcomp:                          GPLv2+ with exception
70e3c0c
# compile:                          GPLv2+ with exception
67a767d
# config.guess:                     GPLv3+ with exception
576bbc0
# config.rpath:                     GPLv2+ with exception
576bbc0
# config.sub:                       GPLv3+ with exception
67a767d
# configure:                        FSFUL
599891f
# install-sh:                       MIT and Public Domain
576bbc0
# m4/gettext.m4:                    GPL with exception
576bbc0
# m4/iconv.m4:                      GPL with exception
576bbc0
# m4/lib-ld.m4:                     GPL with exception
576bbc0
# m4/lib-link.m4:                   GPL with exception
576bbc0
# m4/lib-prefix.m4:                 GPL with exception
576bbc0
# m4/nls.m4:                        GPL with exception
576bbc0
# m4/po.m4:                         GPL with exception
576bbc0
# m4/progtest.m4:                   GPL with exception
576bbc0
# Makefile.in:                      FSFULLR
576bbc0
# missing:                          GPLv2+ with exception
67a767d
# mkinstalldirs:                    Public Domain
46caab5
License:    GPLv2 and GPLv2+
46caab5
URL:        http://sourceforge.net/projects/linuxquota/
46caab5
Source0:    http://downloads.sourceforge.net/linuxquota/%{name}-%{version}.tar.gz
46caab5
Source1:    quota_nld.service
46caab5
Source2:    quota_nld.sysconfig
46caab5
Source3:    rpc-rquotad.service
46caab5
Source4:    rpc-rquotad.sysconfig
46caab5
# Not accepted changes (378a64006bb1e818e84a1c77808563b802b028fa), bug #680919
46caab5
Patch0:     quota-4.06-warnquota-configuration-tunes.patch
46caab5
# Fix parsing a TCP port number
46caab5
Patch1:     quota-4.03-Validate-upper-bound-of-RPC-port.patch
dd6cc93
576bbc0
BuildRequires:  autoconf
576bbc0
BuildRequires:  automake
576bbc0
BuildRequires:  bash
576bbc0
BuildRequires:  coreutils
576bbc0
BuildRequires:  e2fsprogs-devel
576bbc0
BuildRequires:  gcc
576bbc0
BuildRequires:  gettext-devel
576bbc0
BuildRequires:  make
576bbc0
BuildRequires:  openldap-devel
70e3c0c
%if %{with quota_enables_extdirect}
70e3c0c
BuildRequires:  pkgconfig(com_err)
70e3c0c
BuildRequires:  pkgconfig(ext2fs)
70e3c0c
%endif
ca33956
%if %{with quota_enables_netlink}
576bbc0
BuildRequires:  pkgconfig(dbus-1)
576bbc0
BuildRequires:  pkgconfig(libnl-3.0) >= 3.1
576bbc0
BuildRequires:  pkgconfig(libnl-genl-3.0)
935de57
BuildRequires:  systemd-rpm-macros
576bbc0
%endif
576bbc0
%if %{with quota_enables_rpc}
7ab9b9e
BuildRequires:  rpcgen
576bbc0
BuildRequires:  pkgconfig(libtirpc)
935de57
BuildRequires:  systemd-rpm-macros
576bbc0
%if %{with quota_enables_tcpwrappers}
576bbc0
BuildRequires:  tcp_wrappers-devel
ca33956
%endif
576bbc0
%endif
576bbc0
Requires:       quota-nls = %{epoch}:%{version}-%{release}
576bbc0
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
ca33956
%if %{with quota_enables_netlink}
0a55179
%package nld
576bbc0
Summary:    quota_nld daemon
70e3c0c
License:    GPLv2 and GPLv2+
576bbc0
Requires:   quota-nls = %{epoch}:%{version}-%{release}
935de57
# For %%{_unitdir} directory
935de57
Requires:   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.
ca33956
%endif
0a55179
0a55179
576bbc0
%if %{with quota_enables_rpc}
ad8b0b3
%package rpc
576bbc0
Summary:    RPC quota daemon
70e3c0c
License:    LGPLv2+ and GPLv2 and GPLv2+
576bbc0
Requires:   quota-nls = %{epoch}:%{version}-%{release}
576bbc0
Requires:   rpcbind
935de57
# For %%{_unitdir} directory
935de57
Requires:   systemd
576bbc0
%if %{with quota_enables_tcpwrappers}
576bbc0
Requires:   tcp_wrappers
576bbc0
%endif
576bbc0
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.
576bbc0
%endif
ad8b0b3
ad8b0b3
99bb297
%package warnquota
576bbc0
Summary:    Send e-mail to users over quota
70e3c0c
License:    GPLv2 and GPLv2+
576bbc0
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
576bbc0
Summary:    Gettext catalogs for disk quota tools
46caab5
License:    LGPLv2+ and GPLv2 and GPLv2+
576bbc0
BuildArch:  noarch
c12241b
c12241b
%description nls
c12241b
Disk quota tools messages translated into different natural languages.
c12241b
c12241b
576bbc0
%if %{with quota_enables_rpc}
4397c66
%package devel
576bbc0
Summary:    Development files for quota RPC
576bbc0
License:    GPLv2
716ce4c
# libtirpc-devel for an included <rpc/rpc.h>
716ce4c
Requires:   libtirpc-devel
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.
576bbc0
%endif
4397c66
cvsdist f834de4
9dd3d3c
%package doc
576bbc0
Summary:    Additional documentation for disk quotas
576bbc0
Requires:   quota =  %{epoch}:%{version}-%{release}
576bbc0
BuildArch:  noarch
576bbc0
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
c75f5e0
%patch1 -p1
76d06b5
576bbc0
# Regenerate build scripts
67a767d
autoreconf -f -i
4e8c834
cvsdist f834de4
%build
1595292
%global _hardened_build 1
cvsdist f834de4
%configure \
67a767d
    --enable-bsd-behaviour \
70e3c0c
%if %{with quota_enables_extdirect}
e48c3fa
    --enable-ext2direct=yes \
70e3c0c
%else
70e3c0c
    --enable-ext2direct=no \
70e3c0c
%endif
e48c3fa
    --enable-ldapmail=yes \
576bbc0
%if %{with quota_enables_tcpwrappers}
67a767d
    --enable-libwrap=yes \
576bbc0
%else
576bbc0
    --disable-libwrap \
576bbc0
%endif
ca33956
%if %{with quota_enables_netlink}
17ea062
    --enable-netlink=yes \
ca33956
%else
ca33956
    --disable-netlink \
ca33956
%endif
67a767d
    --enable-nls \
cd5d626
    --with-pid-dir=/run \
67a767d
    --disable-rpath \
576bbc0
%if %{with quota_enables_rpc}
ca33956
    --enable-rpc=yes \
576bbc0
%else
576bbc0
    --disable-rpc \
576bbc0
%endif
ca33956
%if %{with quota_enables_rpcsetquota}
17ea062
    --enable-rpcsetquota=yes \
67a767d
%else
67a767d
    --disable-rpcsetquota \
459c1f9
%endif
67a767d
    --disable-silent-rules \
67a767d
    --disable-xfs-roothack
c9c99ce
%{make_build}
cvsdist f834de4
cvsdist f834de4
cvsdist f834de4
%install
c9c99ce
%{make_install}
67a767d
rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
cvsdist f834de4
ca33956
%if %{with quota_enables_netlink}
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
ca33956
%endif
576bbc0
%if %{with quota_enables_rpc}
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
576bbc0
%endif
8139e22
cvsdist f834de4
%find_lang %{name}
cvsdist f834de4
8139e22
67a767d
%check
67a767d
make check
67a767d
67a767d
ca33956
%if %{with quota_enables_netlink}
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
ca33956
%endif
8139e22
8139e22
576bbc0
%if %{with quota_enables_rpc}
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
576bbc0
%endif
ad8b0b3
ad8b0b3
c12241b
%files
67a767d
%{_bindir}/*
67a767d
%{_sbindir}/*
0a55179
%exclude %{_sbindir}/quota_nld
576bbc0
%if %{with quota_enables_rpc}
ad8b0b3
%exclude %{_sbindir}/rpc.rquotad
576bbc0
%endif
99bb297
%exclude %{_sbindir}/warnquota
67a767d
%{_mandir}/man1/*
67a767d
%{_mandir}/man8/*
0a55179
%exclude %{_mandir}/man8/quota_nld.8*
576bbc0
%if %{with quota_enables_rpc}
ad8b0b3
%exclude %{_mandir}/man8/rpc.rquotad.8*
576bbc0
%endif
99bb297
%exclude %{_mandir}/man8/warnquota.8*
9dd3d3c
%doc Changelog
0a55179
ca33956
%if %{with quota_enables_netlink}
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
ca33956
%endif
cvsdist f834de4
576bbc0
%if %{with quota_enables_rpc}
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
576bbc0
%endif
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
576bbc0
%if %{with quota_enables_rpc}
4397c66
%files devel
80cb0d8
%license COPYING
4397c66
%dir %{_includedir}/rpcsvc
4397c66
%{_includedir}/rpcsvc/*
67a767d
%{_mandir}/man3/*
576bbc0
%endif
cvsdist f834de4
9dd3d3c
%files doc
7aa563d
%doc doc/* ldap-scripts
9dd3d3c
0a55179
cvsdist f834de4
%changelog
0521830
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.09-2
0521830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
0521830
31917e7
* Mon Sep 26 2022 Lukas Czerner <lczerner@redhat.com> - 1:4.09-1
31917e7
- New upstream release 4.09
31917e7
6f002e8
* Wed Sep 21 2022 Lukas Czerner <lczerner@redhat.com> - 1:4.08-1
6f002e8
- New upstream release 4.08
6f002e8
76d06b5
* Tue Sep 20 2022 Lukas Czerner <lczerner@redhat.com> - 1:4.07-1
76d06b5
- New upstream release 4.07
76d06b5
56e3765
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.06-8
56e3765
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
56e3765
dd6cc93
* Fri Jan 21 2022 Lukas Czerner <lczerner@redhat.com> - 1:4.06-7
dd6cc93
- Always display message about deprecated usage in quotacheck and quotaon
dd6cc93
- Fix strncat usage in common.c
dd6cc93
- Fix strncpy usage quotasys.c
dd6cc93
0f7111b
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.06-6
0f7111b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
0f7111b
4ce08cf
* Wed Mar 17 2021 Petr Pisar <ppisar@redhat.com> - 1:4.06-5
4ce08cf
- Fix sa_mask initialization when registering PID file removal
4ce08cf
  (upstream bug #141)
4ce08cf
85565d7
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1:4.06-4
85565d7
- Rebuilt for updated systemd-rpm-macros
85565d7
  See https://pagure.io/fesco/issue/2583.
85565d7
84c08cd
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.06-3
84c08cd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
84c08cd
d814f10
* Mon Dec 14 2020 Petr Pisar <ppisar@redhat.com> - 1:4.06-2
d814f10
- Remove a dead code from process_file() (upstream bug #54)
2c6fe29
- Fix a compilation warning in quotaops.c
3c3fbd0
- Warn when kernel XFS large time stamp does fit into (32-bit) user-space
3c3fbd0
  time_t
96c8603
- Do not use a pointless compiler-internal __P() macro
d814f10
46caab5
* Tue Nov 10 2020 Petr Pisar <ppisar@redhat.com> - 1:4.06-1
46caab5
- 4.06 bump
46caab5
5cf058e
* Fri Nov 06 2020 Petr Pisar <ppisar@redhat.com> - 1:4.05-17
5cf058e
- Support grace period expirations past 2038 year for XFS
6a6022b
- Add a synopsis for a project quota option in the quota tool
67fdd80
- Add a --filesystem option to the quota tool
917fd26
- Complain that ext4 external quota files are deprecated
5cf058e
716ce4c
* Wed Sep 02 2020 Petr Pisar <ppisar@redhat.com> - 1:4.05-16
716ce4c
- Require libtirpc-devel by quota-devel because of rpc/rpc.h
716ce4c
a6ce046
* Mon Aug 24 2020 Petr Pisar <ppisar@redhat.com> - 1:4.05-15
a6ce046
- Fix setting individual limits for XFS
935de57
- Modernize systemd unit packaging
a6ce046
ba1d88b
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.05-14
ba1d88b
- Second attempt - Rebuilt for
ba1d88b
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
ba1d88b
cd6174a
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.05-13
cd6174a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
cd6174a
05f9215
* Mon May 18 2020 Petr Pisar <ppisar@redhat.com> - 1:4.05-12
05f9215
- Set kernel option when setting XFS grace times
05f9215
8b6f8d5
* Mon May 11 2020 Petr Pisar <ppisar@redhat.com> - 1:4.05-11
8b6f8d5
- Pass quota type for Q_XFS_GETQSTAT
8b6f8d5
a79338e
* Thu Mar 26 2020 Petr Pisar <ppisar@redhat.com> - 1:4.05-10
a79338e
- Use an upstream's patch for ignoring disabled quotas (bug #1805110)
a79338e
467ef82
* Fri Feb 21 2020 Petr Pisar <ppisar@redhat.com> - 1:4.05-9
467ef82
- Fix ignoring disabled quotas (bug #1805110)
467ef82
7275d7d
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.05-8
7275d7d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
7275d7d
6e9d785
* Wed Nov 06 2019 Petr Pisar <ppisar@redhat.com> - 1:4.05-7
6e9d785
- Remove a patch for freeing a parsed configuration in warnquota
6e9d785
9e26235
* Tue Nov 05 2019 Petr Pisar <ppisar@redhat.com> - 1:4.05-6
9e26235
- Optimize out useless checking of file systems with hidden quota files
8cf7036
- Fix warnquota --help output
09b6e2d
- Fix checking for the LDAP failures in the warnquota tool
a2a7378
- Report detailed LDAP failures
0c47f5f
- Document CC_TO in warquota.conf is looked up with LDAP
5865da5
- Initialize all members of a configparams structure in warnquota
e2c93db
- Free parsed configuration in warnquota
9e26235
376b09c
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.05-5
376b09c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
376b09c
cd5d626
* Thu May 30 2019 Petr Pisar <ppisar@redhat.com> - 1:4.05-4
cd5d626
- Move quota_nld.pid file to /run (upstream patch #49)
cd5d626
6787f00
* Wed May 29 2019 Petr Pisar <ppisar@redhat.com> - 1:4.05-3
6787f00
- Run quota_nld service as tty group
6787f00
5eda098
* Mon May 27 2019 Petr Pisar <ppisar@redhat.com> - 1:4.05-2
5eda098
- Report an error if an RPC fails on an explicitly requested file system
5eda098
  (upstream bug #134)
0d36e5c
- Fix Free Software Foundation's postal address (upstream bug #133)
5eda098
70e3c0c
* Tue Apr 02 2019 Petr Pisar <ppisar@redhat.com> - 1:4.05-1
70e3c0c
- 4.05 bump
70e3c0c
- License changed (only edquota tool contains a BSD code now)
70e3c0c
- quot tool was removed
70e3c0c
94d5a2f
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.04-11
94d5a2f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
94d5a2f
bfc729c
* Thu Aug 23 2018 Petr Pisar <ppisar@redhat.com> - 1:4.04-10
bfc729c
- Fix file descriptor leaks in error code paths
bfc729c
47a961a
* Tue Jul 24 2018 Petr Pisar <ppisar@redhat.com> - 1:4.04-9
47a961a
- Distinguish between none quota limits and no allocated resources in quota(1)
47a961a
  tool output
47a961a
467928d
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.04-8
467928d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
467928d
84b2b01
* Wed May 30 2018 Petr Pisar <ppisar@redhat.com> - 1:4.04-7
84b2b01
- Fix current block usage limit in RPC client
84b2b01
706ef8f
* Tue May 22 2018 Petr Pisar <ppisar@redhat.com> - 1:4.04-6
706ef8f
- Fix busy loop in rpc.rquotad (bug #1575956)
706ef8f
fd1c849
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.04-5
fd1c849
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
fd1c849
182a0dd
* Mon Feb 05 2018 Petr Pisar <ppisar@redhat.com> - 1:4.04-4
182a0dd
- Avoid questions in quotacheck non-interactive mode
361e071
- Report an error when quotacheck fails to cache quota files
cd4ae93
- Report an error if quota file magic is invalid
182a0dd
7ab9b9e
* Mon Feb 05 2018 Petr Pisar <ppisar@redhat.com> - 1:4.04-3
7ab9b9e
- rpcgen tool split from glibc-common package
6202ce9
- Pass TIRPC header files location to all RPC compilation units
edad676
- Do not iterate over negative UIDs in repquota
046a421
- Fix mistakes in warnquota reported by GCC 8
7ab9b9e
0067576
* Thu Nov 30 2017 Petr Pisar <ppisar@redhat.com> - 1:4.04-2
0067576
- Disable TCP wrappers (bug #1518778)
0067576
576bbc0
* Wed Sep 06 2017 Petr Pisar <ppisar@redhat.com> - 1:4.04-1
576bbc0
- 4.04 bump
576bbc0
707fbd5
* Mon Aug 28 2017 Petr Pisar <ppisar@redhat.com> - 1:4.03-12
707fbd5
- Fix memory leaks when running quotacheck on ext file systems (bug #1483543)
707fbd5
a013e2f
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.03-11
a013e2f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
a013e2f
b4e71a7
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.03-10
b4e71a7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b4e71a7
61c205a
* Tue Jul 04 2017 Petr Pisar <ppisar@redhat.com> - 1:4.03-9
61c205a
- Fix disabling features at build time
b598068
- Fix a race between checking for and opening a directory to be scanned
464daff
- Fix an undefined behavior on parsing yes-no answer
3421683
- Check for setuid and setgid calls failure in edquota tool
d80c97b
- Check for failures when reading edquota input
070965c
- Check for failures when duplicating a file handle
61c205a
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