From fcdb4c92de2c14fc3cd3d12c7b5edb314eecfe55 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 04:18:06 +0000 Subject: [PATCH] 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 --- quota.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/quota.spec b/quota.spec index c6c1189..17a557e 100644 --- a/quota.spec +++ b/quota.spec @@ -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 - 1:4.06-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Dec 14 2020 Petr Pisar - 1:4.06-2 - Remove a dead code from process_file() (upstream bug #54) - Fix a compilation warning in quotaops.c