versioned obsoletes moved after definition of Version(#376671)

This commit is contained in:
Ondrej Vasik 2007-11-12 09:35:51 +00:00
parent 7ab6c6a8f3
commit 058f1fc070

View File

@ -2,10 +2,8 @@
Summary: A text formatting package based on SGML
Name: linuxdoc-tools
Obsoletes: sgml-tools <= %{version}
Obsoletes: linuxdoc-sgml <= %{version}
Version: 0.9.21
Release: 11%{?dist}
Release: 12%{?dist}
License: Freely redistributable without restriction
Group: Applications/Publishing
Source: http://http.us.debian.org/debian/pool/main/l/linuxdoc-tools/%{name}_%{version}.tar.gz
@ -23,6 +21,8 @@ Requires: jade gawk groff
%if %{tetex}
Requires: tetex-latex
%endif
Obsoletes: sgml-tools <= %{version}
Obsoletes: linuxdoc-sgml <= %{version}
Provides: sgml-tools = %{version}
Provides: linuxdoc-sgml = %{version}
@ -101,6 +101,9 @@ exit 0
%{_mandir}/*/*
%changelog
* Mon Nov 12 2007 Ondrej Vasik <ovasik@redhat.com> 0.9.21-12
- versioned obsoletes were before Version definition(#376671)
* Fri Oct 26 2007 Ondrej Vasik <ovasik@redhat.com> 0.9.21-11
- rpmlint check
- fixed some cosmetic things, versioned provides and License tag