diff --git a/pylibacl.spec b/pylibacl.spec index 7f18079..9859b12 100644 --- a/pylibacl.spec +++ b/pylibacl.spec @@ -1,12 +1,14 @@ -Name: pylibacl -Summary: POSIX.1e ACLs library wrapper for python -Version: 0.2.1 -Release: 5%{?dist} -License: GPL -Group: Development/Libraries -URL: http://pylibacl.sourceforge.net/ +Name: pylibacl +Summary: POSIX.1e ACLs library wrapper for python +Version: 0.2.1 +Release: 6%{?dist} +License: GPL +Group: Development/Libraries +URL: http://pylibacl.sourceforge.net/ Source: http://downloads.sourceforge.net/pylibacl/pylibacl-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Provides: python-libacl = %{version}-%{release} +Obsoletes: python-libacl <= %{version}-%{release} #libacl package is already forced by RPM Requires: python >= 2.2 BuildRequires: python-devel, libacl-devel @@ -34,6 +36,9 @@ CFLAGS="%{optflags}" %{__python} setup.py build %doc BENCHMARK IMPLEMENTATION MANIFEST PLATFORMS README *.html *.txt %changelog +* Wed Apr 25 2007 Marcin Zajaczkowski - 0.2.1-6 + - added Provides/Obsoletes tags + * Sat Apr 21 2007 Marcin Zajaczkowski - 0.2.1-5 - removed redundant after name change "exclude" tag - comments cleanup