From a8fafdf45dd155038a6a03b2f8e67277fbe42eb03ac4b87362b1124e24d25341 Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Thu, 13 Dec 2018 09:25:56 +0000 Subject: [PATCH] - Use %license macro OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-betamax?expand=0&rev=11 --- python-betamax.changes | 1 + python-betamax.spec | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/python-betamax.changes b/python-betamax.changes index 1c5f836..38fdfc0 100644 --- a/python-betamax.changes +++ b/python-betamax.changes @@ -7,6 +7,7 @@ Thu Dec 13 09:23:17 UTC 2018 - Thomas Bechtold existing cassette files. **This may cause new cassettes to be generated.** - Fix bug where there may be an exception raised in a ``betamax.exceptions.BetamaxError`` repr. +- Use %license macro ------------------------------------------------------------------- Tue May 16 15:57:27 UTC 2017 - dmueller@suse.com diff --git a/python-betamax.spec b/python-betamax.spec index fd2b72b..d4b0d35 100644 --- a/python-betamax.spec +++ b/python-betamax.spec @@ -47,7 +47,8 @@ much easier. %files %{python_files} %defattr(-,root,root,-) -%doc AUTHORS.rst LICENSE README.rst +%doc AUTHORS.rst README.rst +%license LICENSE %{python_sitelib}/* %changelog