From 59ad0257c2143876c130be21469a6f6c2393bf8013c658eaaa52e436b58cda68 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 21 Nov 2021 13:05:48 +0000 Subject: [PATCH] - Limit %%files a little bit more. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mkdocs-bootstrap?expand=0&rev=2 --- python-mkdocs-bootstrap.changes | 5 +++++ python-mkdocs-bootstrap.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/python-mkdocs-bootstrap.changes b/python-mkdocs-bootstrap.changes index d3bb2e4..b9d314b 100644 --- a/python-mkdocs-bootstrap.changes +++ b/python-mkdocs-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 21 13:05:41 UTC 2021 - Matej Cepl + +- Limit %%files a little bit more. + ------------------------------------------------------------------- Thu Nov 18 13:55:37 UTC 2021 - Elisei Roca diff --git a/python-mkdocs-bootstrap.spec b/python-mkdocs-bootstrap.spec index 0ecc4ff..693635d 100644 --- a/python-mkdocs-bootstrap.spec +++ b/python-mkdocs-bootstrap.spec @@ -23,12 +23,12 @@ Version: 1.1 Release: 0 Summary: Bootstrap theme for MkDocs License: BSD-2-Clause -URL: http://mkdocs.github.io/mkdocs-bootstrap/ +URL: https://mkdocs.github.io/mkdocs-bootstrap/ Source: https://files.pythonhosted.org/packages/source/m/mkdocs-bootstrap/mkdocs-bootstrap-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module mkdocs >= 1.1} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-mkdocs >= 1.1 BuildArch: noarch %python_subpackages @@ -49,6 +49,6 @@ Bootstrap theme for MkDocs %files %{python_files} %doc README.md %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/mkdocs_bootstrap* %changelog