From d83db8eb318e95a083a3bd24386a7673f3bf3110d7e2d695848fc1b56b76c924 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 10 May 2018 15:49:14 +0000 Subject: [PATCH] Accepting request 606248 from home:TheBlackCat:branches:devel:languages:python - Don't forget python-rpm-macros OBS-URL: https://build.opensuse.org/request/show/606248 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-validate_email?expand=0&rev=4 --- python-validate_email.changes | 5 +++++ python-validate_email.spec | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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