From 5323054b365fac53ce190aa4926b71107d1966ce Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Mon, 11 Oct 2021 23:30:00 +0200 Subject: [PATCH] package should also own the directory %{python3_sitelib}/augeas/ Previously only contents of the directory where claimed by this package. --- python-augeas.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-augeas.spec b/python-augeas.spec index 6a604ad..5919260 100644 --- a/python-augeas.spec +++ b/python-augeas.spec @@ -44,7 +44,7 @@ pytest-3 %license COPYING %doc AUTHORS README.txt %{python3_sitelib}/augeas.py -%{python3_sitelib}/augeas/* +%{python3_sitelib}/augeas/ %{python3_sitelib}/python_augeas-*.egg-info %{python3_sitelib}/__pycache__/*