Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/quota.git#84c08cdb360b4a622c8547f5075d7ce3f0dc134e
This commit is contained in:
DistroBaker 2021-02-03 04:18:06 +00:00
parent 5cfa3bde66
commit fcdb4c92de

View File

@ -13,7 +13,7 @@
Name: quota
Epoch: 1
Version: 4.06
Release: 2%{?dist}
Release: 3%{?dist}
Summary: System administration tools for monitoring users' disk usage
# quota_nld.c, quotaio_xfs.h: GPLv2
# bylabel.c copied from util-linux: GPLv2+
@ -344,6 +344,9 @@ make check
%changelog
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:4.06-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Dec 14 2020 Petr Pisar <ppisar@redhat.com> - 1:4.06-2
- Remove a dead code from process_file() (upstream bug #54)
- Fix a compilation warning in quotaops.c