From 8e0d34a59404fb015dea39eaea5fca35663d5a5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Thu, 28 Nov 2019 12:31:13 +0100 Subject: [PATCH] Do not own empty directory Each subpackage using that directory owns it. No need to own it. --- json-c.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/json-c.spec b/json-c.spec index d889c3d..4f73da3 100644 --- a/json-c.spec +++ b/json-c.spec @@ -17,7 +17,7 @@ Name: json-c Version: 0.13.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: JSON implementation in C License: MIT @@ -149,7 +149,6 @@ end %files -%doc %dir %{_pkgdocdir} %license AUTHORS %license COPYING %{_libdir}/lib%{name}.so.%{so_ver}* @@ -175,6 +174,9 @@ end %changelog +* Thu Nov 28 2019 Petr Menšík - 0.13.1-8 +- Remove empty doc dir from library package + * Wed Nov 06 2019 Miroslav Lichvar 0.13.1-7 - Disable rdrand support (#1745333)