Add obsoletes to javadoc subpackage
This commit is contained in:
parent
cd4e9a39d7
commit
9a97dacbb4
@ -4,7 +4,7 @@
|
||||
|
||||
Name: apache-%{short_name}
|
||||
Version: 1.1.1
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Summary: Apache Commons Logging
|
||||
License: ASL 2.0
|
||||
Group: Development/Libraries
|
||||
@ -42,8 +42,8 @@ Requires(postun):jpackage-utils
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||
|
||||
# This should go away with F-17
|
||||
Provides: jakarta-commons-logging = 0:%{version}-%{release}
|
||||
Obsoletes: jakarta-commons-logging <= 0:1.0.4
|
||||
Provides: jakarta-%{short_name} = 0:%{version}-%{release}
|
||||
Obsoletes: jakarta-%{short_name} <= 0:1.0.4
|
||||
|
||||
%description
|
||||
The commons-logging package provides a simple, component oriented
|
||||
@ -61,6 +61,7 @@ Summary: API documentation for %{name}
|
||||
Group: Documentation
|
||||
Requires: jpackage-utils
|
||||
|
||||
Obsoletes: jakarta-%{short_name}-javadoc <= 0:1.0.4
|
||||
|
||||
%description javadoc
|
||||
%{summary}.
|
||||
@ -149,6 +150,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
# -----------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Wed May 12 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.1-8
|
||||
- Add obsoletes to javadoc subpackage
|
||||
|
||||
* Wed May 12 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.1-7
|
||||
- Fix symlink problems introduced previously in r5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user