diff --git a/python-validate_email.changes b/python-validate_email.changes index fd4886e..85624d4 100644 --- a/python-validate_email.changes +++ b/python-validate_email.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 10 15:45:32 UTC 2018 - toddrme2178@gmail.com + +- Don't forget python-rpm-macros + ------------------------------------------------------------------- Wed Dec 13 15:24:26 UTC 2017 - tchvatal@suse.com diff --git a/python-validate_email.spec b/python-validate_email.spec index b660c03..d2cfd27 100644 --- a/python-validate_email.spec +++ b/python-validate_email.spec @@ -1,7 +1,7 @@ # # spec file for package python-validate_email # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,7 @@ Group: Development/Languages/Python Url: https://github.com/syrusakbary/validate_email Source: https://files.pythonhosted.org/packages/source/v/validate_email/validate_email-%{version}.tar.gz BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages @@ -43,7 +44,8 @@ properly formatted and really exists. %python_install %files %{python_files} -%doc LICENSE README.rst +%doc README.rst +%license LICENSE %{python_sitelib}/* %changelog