5b31e8e
#allow remote set quota by defined rpcsetquota to 1(set to 0 to disabled it)
5b31e8e
%{!?rpcsetquota:%define rpcsetquota 1}
459c1f9
cvsdist f834de4
Name: quota
6a82bbd
Summary: System administration tools for monitoring users' disk usage
cvsdist f834de4
Epoch: 1
442211b
Version: 4.01
cf20238
Release: 4%{?dist}
8564310
License: BSD and GPLv2+
riel bed7a64
URL: http://sourceforge.net/projects/linuxquota/
cvsdist f834de4
Group: System Environment/Base
Daniel Novotny 30ab821
Requires: initscripts >= 6.38 tcp_wrappers
c12241b
Requires: quota-nls = %{epoch}:%{version}-%{release}
Florian La Roche 697a4ae
Conflicts: kernel < 2.4
7ba2624
BuildRequires: e2fsprogs-devel gettext tcp_wrappers-devel
7ba2624
BuildRequires: openldap-devel dbus-devel libnl-devel
4d57643
BuildRequires: systemd-units
4b1641c
Source0: http://downloads.sourceforge.net/linuxquota/%{name}-%{version}.tar.gz
4d57643
Source1: quota_nld.service
8139e22
Source2: quota_nld.sysconfig
4b1641c
# Not accepted changes (378a64006bb1e818e84a1c77808563b802b028fa)
4b1641c
# Some of the lines have been superseded by other commits probably.
442211b
Patch0: quota-4.01-warnquota.patch
0b187d5
Patch1: quota-3.06-man-page.patch
0b187d5
Patch2: quota-3.06-pie.patch
0b187d5
Patch3: quota-3.13-wrong-ports.patch
27f3902
# Submitted to upstream, SF#3571486
27f3902
Patch4: quota-4.01-Make-group-warning-message-more-official.patch
715fde4
# In upstream after 4.01, SF#3571589
715fde4
Patch5: quota-4.01-define_charset_in_mail.patch
cf20238
# In upstream after 4.01, SF#3602786, bug #846296
cf20238
Patch6: quota-4.01-Do-not-fiddle-with-quota-files-on-XFS-and-GFS.patch
13d4790
# In upstream after 4.01, SF#3602777
13d4790
Patch7: quota-4.01-quotacheck-Make-sure-d-provides-at-least-as-much-inf.patch
d489081
cvsdist f834de4
cvsdist f834de4
%description
cvsdist f834de4
The quota package contains system administration tools for monitoring
b944a1a
and limiting user and or group disk usage per file system.
cvsdist f834de4
0a55179
0a55179
%package nld
0a55179
Summary: quota_nld daemon
0a55179
Group: System Environment/Base
c12241b
Requires: quota-nls = %{epoch}:%{version}-%{release}
4d57643
Requires(post): systemd-sysv systemd-units
4d57643
Requires(preun): systemd-units
4d57643
Requires(postun): systemd-units
0a55179
0a55179
%description nld
0a55179
Daemon that listens on netlink socket and processes received quota warnings.
0a55179
Note, that you have to enable the kernel support for sending quota messages
0a55179
over netlink (in Filesystems->Quota menu). The daemon supports forwarding
0a55179
warning messages to the system D-Bus (so that desktop manager can display
0a55179
a dialog) and writing them to the terminal user has last accessed.
0a55179
0a55179
99bb297
%package warnquota
99bb297
Summary: Send e-mail to users over quota
99bb297
Group: System Environment/Base
c12241b
Requires: quota-nls = %{epoch}:%{version}-%{release}
99bb297
99bb297
%description warnquota
c6b0e14
Utility that checks disk quota for each local file system and mails a warning
c6b0e14
message to those users who have reached their soft limit.  It is typically run
99bb297
via cron(8).
99bb297
99bb297
c12241b
%package nls
c12241b
Summary: Gettext catalogs for disk quota tools
c12241b
Group: System Environment/Base
c12241b
BuildArch: noarch
c12241b
c12241b
%description nls
c12241b
Disk quota tools messages translated into different natural languages.
c12241b
c12241b
4397c66
%package devel
4397c66
Summary: Development files for quota
4397c66
Group: System Environment/Base
4397c66
Requires: quota =  %{epoch}:%{version}-%{release}
4397c66
4397c66
%description devel
4397c66
The quota package contains system administration tools for monitoring
b944a1a
and limiting user and or group disk usage per file system.
4397c66
4397c66
This package contains development header files for implementing quotas
4397c66
on remote machines.
4397c66
cvsdist f834de4
9dd3d3c
%package doc
9dd3d3c
Summary: Additional documentation for disk quotas
9dd3d3c
Group: Documentation
9dd3d3c
Requires: quota =  %{epoch}:%{version}-%{release}
9dd3d3c
BuildArch: noarch
9dd3d3c
9dd3d3c
%description doc
9dd3d3c
This package contains additional documentation for disk quotas concept in
9dd3d3c
Linux/UNIX environment.
9dd3d3c
9dd3d3c
cvsdist f834de4
%prep
cvsdist f834de4
%setup -q -n quota-tools
cvsdist f834de4
%patch0 -p1
0b187d5
%patch1 -p1
cvsdist 902fba1
%ifnarch ppc ppc64
0b187d5
%patch2 -p1
cvsdist 902fba1
%endif
0b187d5
%patch3 -p1
27f3902
%patch4 -p1 -b .group_warning
715fde4
%patch5 -p1 -b .charset_in_mail
cf20238
%patch6 -p1 -b .gfs_files
13d4790
%patch7 -p1 -b .quotackeck_debug
cvsdist f834de4
3a614a3
#fix typos/mistakes in localized documentation
3a614a3
for pofile in $(find ./po/*.p*)
3a614a3
do
3a614a3
   sed -i 's/editting/editing/' "$pofile"
3a614a3
done
cvsdist f834de4
1b63382
# Fix charset
1b63382
for F in Changelog; do
1b63382
    iconv -f latin1 -t utf-8 <"$F" >"${F}.utf8"
1b63382
    touch -r "$F"{,.utf8}
1b63382
    mv "$F"{.utf8,}
1b63382
done
1b63382
4e8c834
cvsdist f834de4
%build
cvsdist f834de4
%configure \
e48c3fa
    --enable-ext2direct=yes \
e48c3fa
    --enable-ldapmail=yes \
17ea062
    --enable-netlink=yes \
e48c3fa
    --enable-rootsbin=yes \
459c1f9
%if %{rpcsetquota}
17ea062
    --enable-rpcsetquota=yes \
459c1f9
%endif
17ea062
    --enable-strip-binaries=no
cvsdist f834de4
make
cvsdist f834de4
cvsdist f834de4
cvsdist f834de4
%install
cvsdist f834de4
mkdir -p %{buildroot}/sbin
cvsdist f834de4
mkdir -p %{buildroot}%{_sysconfdir}
cvsdist f834de4
mkdir -p %{buildroot}%{_sbindir}
cvsdist f834de4
mkdir -p %{buildroot}%{_bindir}
c9d8cd9
mkdir -p %{buildroot}%{_mandir}/{man1,man3,man8}
3a614a3
make install INSTALL='install -p' ROOTDIR=%{buildroot}
cvsdist f834de4
install -m 644 warnquota.conf %{buildroot}%{_sysconfdir}
cvsdist 902fba1
#
cvsdist f834de4
# we don't support XFS yet
cvsdist f834de4
#
cvsdist f834de4
rm -f %{buildroot}%{_sbindir}/quot
cvsdist f834de4
rm -f %{buildroot}%{_sbindir}/xqmstats
cvsdist f834de4
rm -f %{buildroot}%{_mandir}/man8/quot.*
a229abb
rm -f %{buildroot}%{_mandir}/man8/xqmstats.*
d3c88d7
ln -s  quotaon.8.gz \
a229abb
  %{buildroot}%{_mandir}/man8/quotaoff.8
d3c88d7
ln -s rquotad.8.gz \
d3c88d7
   %{buildroot}%{_mandir}/man8/rpc.rquotad.8
cvsdist f834de4
4d57643
install -p -m644 -D %{SOURCE1} $RPM_BUILD_ROOT%{_unitdir}/quota_nld.service
8139e22
install -p -m644 -D %{SOURCE2} \
8139e22
    $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/quota_nld
8139e22
cvsdist f834de4
%find_lang %{name}
cvsdist f834de4
8139e22
0a55179
%post nld
27f3ba6
%systemd_post quota_nld.service
8139e22
0a55179
%preun nld
27f3ba6
%systemd_preun quota_nld.service
4d57643
4d57643
%postun nld
27f3ba6
%systemd_postun_with_restart quota_nld.service
8139e22
4d57643
%triggerun -- %{name}-nld < 1:4.00-2
4d57643
echo 'quota-nld: User must migrate to systemd target manually by runnig:'
4d57643
echo '  systemd-sysv-convert --apply quota_nld'
4d57643
# Save the current service runlevel info
4d57643
/usr/bin/systemd-sysv-convert --save quota_nld >/dev/null 2>&1 || :
4d57643
# Run these because the SysV package being removed won't do them
4d57643
/sbin/chkconfig --del quota_nld >/dev/null 2>&1 || :
4d57643
/bin/systemctl try-restart quota_nld.service >/dev/null 2>&1 || :
4d57643
8139e22
c12241b
%files
cvsdist f834de4
%attr(0755,root,root) /sbin/*
cvsdist f834de4
%attr(0755,root,root) %{_bindir}/*
cvsdist f834de4
%attr(0755,root,root) %{_sbindir}/*
0a55179
%exclude %{_sbindir}/quota_nld
99bb297
%exclude %{_sbindir}/warnquota
cvsdist f834de4
%attr(0644,root,root) %{_mandir}/man1/*
cvsdist f834de4
%attr(0644,root,root) %{_mandir}/man8/*
0a55179
%exclude %{_mandir}/man8/quota_nld.8*
99bb297
%exclude %{_mandir}/man8/warnquota.8*
9dd3d3c
%doc Changelog
0a55179
0a55179
%files nld
0a55179
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/sysconfig/quota_nld
4d57643
%{_unitdir}/quota_nld.service
0a55179
%attr(0755,root,root) %{_sbindir}/quota_nld
0a55179
%attr(0644,root,root) %{_mandir}/man8/quota_nld.8*
9dd3d3c
%doc Changelog
cvsdist f834de4
99bb297
%files warnquota
99bb297
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/quotagrpadmins
99bb297
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/quotatab
99bb297
%config(noreplace) %attr(0644,root,root) %{_sysconfdir}/warnquota.conf
99bb297
%attr(0755,root,root) %{_sbindir}/warnquota
99bb297
%attr(0644,root,root) %{_mandir}/man8/warnquota.8*
9dd3d3c
%doc Changelog README.ldap-support README.mailserver
99bb297
c12241b
%files nls -f %{name}.lang
c12241b
%doc Changelog
c12241b
4397c66
%files devel
4397c66
%dir %{_includedir}/rpcsvc
4397c66
%{_includedir}/rpcsvc/*
4397c66
%attr(0644,root,root) %{_mandir}/man3/*
cvsdist f834de4
9dd3d3c
%files doc
9dd3d3c
%doc doc/*
9dd3d3c
0a55179
cvsdist f834de4
%changelog
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
8139e22
- Add quota_nld deamon 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
b944a1a
* Tue 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
dda9deb
* Mon 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