From 4bc2932881557936f13a37aac3966078cf67c4c5 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 24 Jun 2021 09:06:00 -0400 Subject: [PATCH] Add license file to new -doc subpackage --- python-sure.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-sure.spec b/python-sure.spec index a4f8ab5..8a9110d 100644 --- a/python-sure.spec +++ b/python-sure.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 1.4.11 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Idiomatic assertion toolkit with human-friendly failure messages License: GPLv3+ @@ -98,6 +98,7 @@ env PYTHONPATH="${PWD}" %make_build -C docs/ html SPHINXOPTS='%{?_smp_mflags}' %files doc +%license COPYING %doc CHANGELOG.md %doc README.rst %doc TODO.rst @@ -105,6 +106,9 @@ env PYTHONPATH="${PWD}" %make_build -C docs/ html SPHINXOPTS='%{?_smp_mflags}' %changelog +* Thu Jun 24 2021 Benjamin A. Beasley - 1.4.11-15 +- Add license file to new -doc subpackage + * Wed Jun 23 2021 Benjamin A. Beasley - 1.4.11-14 - Rename %%pypi_name to %%srcname - Switch to GitHub tarball, which includes docs/