[pyxattr/f16] revert accidentally merged changes for f17+ only

Marcin Zajaczkowski szpak at fedoraproject.org
Wed Jun 27 17:34:08 UTC 2012


commit cacefc48aa982fe4ad5f3392f7de0419ff591449
Author: Marcin Zajaczkowski <szpak at users.sourceforge.net>
Date:   Wed Jun 27 11:53:51 2012 +0200

    revert accidentally merged changes for f17+ only

 pyxattr.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/pyxattr.spec b/pyxattr.spec
index 396fb5e..3589c70 100644
--- a/pyxattr.spec
+++ b/pyxattr.spec
@@ -1,12 +1,15 @@
 Name:		pyxattr
 Summary:	Extended attributes library wrapper for Python
 Version:	0.5.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 #license version is precised on a website
 License:	LGPLv2+
 Group:		Development/Libraries
 URL:		http://pyxattr.sourceforge.net/
 Source:		https://github.com/downloads/iustin/pyxattr/pyxattr-%{version}.tar.gz
+#python-xattr name was used in DAG repository
+Provides:	python-xattr = %{version}-%{release}
+Obsoletes:	python-xattr <= %{version}-%{release}
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 #libattr package is already forced by RPM
 Requires:	python >= 2.2
@@ -39,6 +42,10 @@ CFLAGS="%{optflags}" %{__python} setup.py build
 %doc COPYING NEWS README
 
 %changelog
+* Wed Jun 27 2012 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.5.1-2
+- revert removal of provide/obsolete of python-xattr in f16 branch - it was
+intended to use in f17+ only
+
 * Tue Jun 26 2012 Marcin Zajaczkowski <mszpak ATT wp DOTT pl> - 0.5.1-1
 - updated to 0.5.1
 - fix bugs found with cpychecker (bug 809974)


More information about the scm-commits mailing list