From fa15618c4647fa42e0e280cf3faf58699197c4cd Mon Sep 17 00:00:00 2001 From: Greg Swift Date: Mon, 16 Jan 2012 15:32:43 -0600 Subject: [PATCH] Update to 0.4.1-1 --- .gitignore | 1 + python-augeas.spec | 14 +++++++++++--- sources | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d5b648c..83fe739 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ python-augeas-0.3.0.tar.gz +/python-augeas-0.4.1.tar.gz diff --git a/python-augeas.spec b/python-augeas.spec index 9dc9059..dbf382e 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: 8%{?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 0.4.1-1 +- version 0.4.1 +- include egg only on F-9, RHEL-6 and later + * Sat Jan 14 2012 Fedora Release Engineering - 0.3.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild diff --git a/sources b/sources index 007d69a..bb339af 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -428fb2a54dea896131dbae5af10fccac python-augeas-0.3.0.tar.gz +cf5742a6e84c1cc894cedd1984aaa915 python-augeas-0.4.1.tar.gz