do not obsolete self
This commit is contained in:
parent
a2a7a96369
commit
bf0c80ba58
@ -3,7 +3,7 @@
|
|||||||
Summary: A text formatting package based on SGML
|
Summary: A text formatting package based on SGML
|
||||||
Name: linuxdoc-tools
|
Name: linuxdoc-tools
|
||||||
Version: 0.9.66
|
Version: 0.9.66
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: Copyright only
|
License: Copyright only
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
Source: http://http.us.debian.org/debian/pool/main/l/linuxdoc-tools/%{name}_%{version}.tar.gz
|
Source: http://http.us.debian.org/debian/pool/main/l/linuxdoc-tools/%{name}_%{version}.tar.gz
|
||||||
@ -17,10 +17,10 @@ Requires: jade gawk groff
|
|||||||
%if %{tetex}
|
%if %{tetex}
|
||||||
Requires: tex(latex)
|
Requires: tex(latex)
|
||||||
%endif
|
%endif
|
||||||
Obsoletes: sgml-tools <= %{version}
|
Obsoletes: sgml-tools < %{version}-%{release}
|
||||||
Obsoletes: linuxdoc-sgml <= %{version}
|
Obsoletes: linuxdoc-sgml < %{version}-%{release}
|
||||||
Provides: sgml-tools = %{version}
|
Provides: sgml-tools = %{version}-%{release}
|
||||||
Provides: linuxdoc-sgml = %{version}
|
Provides: linuxdoc-sgml = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Linuxdoc-tools is a text formatting suite based on SGML (Standard
|
Linuxdoc-tools is a text formatting suite based on SGML (Standard
|
||||||
@ -96,6 +96,9 @@ exit 0
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 18 2009 Ondrej Vasik <ovasik@redhat.com> 0.9.66-3
|
||||||
|
- do not obsolete self
|
||||||
|
|
||||||
* Fri Dec 18 2009 Ondrej Vasik <ovasik@redhat.com> 0.9.66-2
|
* Fri Dec 18 2009 Ondrej Vasik <ovasik@redhat.com> 0.9.66-2
|
||||||
- License Copyright only
|
- License Copyright only
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user