From 716ce4c86c0271c5f4d3601bd5d5713e16e98da6 Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Sep 02 2020 12:17:14 +0000 Subject: Require libtirpc-devel by quota-devel because of rpc/rpc.h rpc/rpc.h was provided by glibc-devel and requiring glibc* is prohibited. The file was moved to libtirpc-devel, so we can declare the dependency now. --- diff --git a/quota.spec b/quota.spec index c35e006..87a418b 100644 --- a/quota.spec +++ b/quota.spec @@ -13,7 +13,7 @@ Name: quota Epoch: 1 Version: 4.05 -Release: 15%{?dist} +Release: 16%{?dist} Summary: System administration tools for monitoring users' disk usage # quota_nld.c, quotaio_xfs.h: GPLv2 # bylabel.c copied from util-linux: GPLv2+ @@ -204,6 +204,8 @@ Disk quota tools messages translated into different natural languages. %package devel Summary: Development files for quota RPC License: GPLv2 +# libtirpc-devel for an included +Requires: libtirpc-devel # Do not run-require main package, the header files define RPC API to be # implemented by the developer, not an API for an existing quota library. @@ -397,6 +399,9 @@ make check %changelog +* Wed Sep 02 2020 Petr Pisar - 1:4.05-16 +- Require libtirpc-devel by quota-devel because of rpc/rpc.h + * Mon Aug 24 2020 Petr Pisar - 1:4.05-15 - Fix setting individual limits for XFS - Modernize systemd unit packaging