[python-augeas/f16] Update to 0.4.1-1

Greg Swift xaeth at fedoraproject.org
Tue Jan 17 12:50:16 UTC 2012


commit 95da952f21512633f055b77f80f9a43da67777cd
Author: Greg Swift <gregswift at gmail.com>
Date:   Tue Jan 17 06:50:15 2012 -0600

    Update to 0.4.1-1

 python-augeas.spec |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/python-augeas.spec b/python-augeas.spec
index e143c9a..7e79596 100644
--- a/python-augeas.spec
+++ b/python-augeas.spec
@@ -1,9 +1,13 @@
 # sitelib for noarch packages, sitearch for others (remove the unneeded one)
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
+%if ! 0%{?fedora}%{?rhel} || 0%{?fedora} >= 9 || 0%{?rhel} >= 6
+%bcond_without egg
+%endif
+
 Name:		python-augeas
-Version:	0.3.0
-Release:	7%{?dist}
+Version:	0.4.1
+Release:	1%{?dist}
 Summary:	Python bindings to augeas
 Group:		Development/Languages
 License:	LGPLv2+
@@ -39,11 +43,15 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc COPYING AUTHORS README.txt
 %{python_sitelib}/augeas.py*
-%if 0%{?fedora} >= 9 || 0%{?rhel} >= 6
+%if %{with egg}
 %{python_sitelib}/*augeas*.egg-info
 %endif
 
 %changelog
+* Mon Jan 16 2012 Greg Swift <gregswift at gmail.com> 0.4.1-1
+- version 0.4.1
+- include egg only on F-9, RHEL-6 and later
+
 * Fri Feb 18 2011 Harald Hoyer <harald at redhat.com> 0.3.0-7
 - only include egg-info, if fedora >=9 or rhel >= 6
 Resolves: rhbz#661452


More information about the scm-commits mailing list