dshea pushed to python-pyudev (f21). "Use %license for the license file"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Jun 12 13:59:19 UTC 2015


From ae831498840afc2e7d2163e224c5c945e7887126 Mon Sep 17 00:00:00 2001
From: David Shea <dshea at redhat.com>
Date: Wed, 28 Jan 2015 16:41:43 -0500
Subject: Use %license for the license file


diff --git a/python-pyudev.spec b/python-pyudev.spec
index 17be93c..5ce2a9c 100644
--- a/python-pyudev.spec
+++ b/python-pyudev.spec
@@ -1,6 +1,6 @@
 Name:             python-pyudev
 Version:          0.16.1
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          A libudev binding
 
 License:          LGPLv2+
@@ -62,16 +62,21 @@ cp -a . %{py3dir}
 ( cd %{py3dir} && %{__python3} setup.py install --skip-build --root $RPM_BUILD_ROOT )
 
 %files
-%doc COPYING README.rst CHANGES.rst
+%license COPYING
+%doc README.rst CHANGES.rst
 %{python2_sitelib}/pyudev
 %{python2_sitelib}/pyudev-%{version}-*.egg-info
 
 %files -n python3-pyudev
-%doc COPYING README.rst CHANGES.rst
+%license COPYING
+%doc README.rst CHANGES.rst
 %{python3_sitelib}/pyudev
 %{python3_sitelib}/pyudev-%{version}-*.egg-info
 
 %changelog
+* Wed Jan 28 2015 David Shea <dshea at redhat.com> - 0.16-2
+- Use %%license for the license file
+
 * Wed Dec 10 2014 David Shea <dshea at redhat.com> - 0.16-1
 - Update to pyudev-0.16.1 (#880644)
 - Apply a patch from upstream to remove a global reference to libudev (#1170337)
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-pyudev.git/commit/?h=f21&id=ae831498840afc2e7d2163e224c5c945e7887126


More information about the scm-commits mailing list