- fix provides/obsoletes

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxslt?expand=0&rev=23
This commit is contained in:
Dirk Mueller 2011-09-08 16:35:31 +00:00 committed by Git OBS Bridge
parent 99412b4c1a
commit 1c43121039
3 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
libxslt1
obsoletes "libxslt-<targettype>"
libxslt-devel
requires -libxslt-<targettype>
requires "libxslt1-<targettype> = <version>"
obsoletes "libxslt-devel-<targettype> <= <version>"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 8 18:33:54 CEST 2011 - dmueller@suse.de
- fix provides/obsoletes
-------------------------------------------------------------------
Tue Aug 2 15:09:50 UTC 2011 - idonmez@novell.com

View File

@ -58,11 +58,10 @@ engine.
%package -n libxslt1
Summary: XSL Transformation Library
Group: System/Libraries
Provides: libxslt = %{version}
Obsoletes: %{name} < %{version}
Obsoletes: libxslt <= %{version}
Provides: xsltproc = %{version}
%description -n libxslt1