From 7c3f9742b032addedd3ff4f11490527703f9002e Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Jan 03 2018 13:41:58 +0000 Subject: Fix directory ownership in python3-bind subpackage --- diff --git a/bind.spec b/bind.spec index 30a82f6..9195f45 100644 --- a/bind.spec +++ b/bind.spec @@ -27,7 +27,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: MPLv2.0 Version: 9.11.2 -Release: 3%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist} +Release: 4%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -1154,9 +1154,12 @@ rm -rf ${RPM_BUILD_ROOT} %{python3_sitelib}/*py* %dir %{python3_sitelib}/isc %{python3_sitelib}/isc/*py -%{python3_sitelib}/isc/__pycache__/*py* +%{python3_sitelib}/isc/__pycache__ %changelog +* Wed Jan 03 2018 Lumír Balhar - 32:9.11.2-4 +- Fix directory ownership in python3-bind subpackage + * Fri Dec 15 2017 Petr Menšík - 32:9.11.2-3 - Own python3-bind isc directory (#1522944) - Make tsstsig system test pass again (#1500017)