diff --git a/linuxdoc-tools.spec b/linuxdoc-tools.spec index c40eb6d..1085a2b 100644 --- a/linuxdoc-tools.spec +++ b/linuxdoc-tools.spec @@ -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 0.9.21-12 +- versioned obsoletes were before Version definition(#376671) + * Fri Oct 26 2007 Ondrej Vasik 0.9.21-11 - rpmlint check - fixed some cosmetic things, versioned provides and License tag