Fix provides in apache-commons-logging

This commit is contained in:
Stanislav Ochotnicky 2010-05-07 09:29:44 +00:00
parent b2b4590a50
commit 1be39ebfaa

View File

@ -5,7 +5,7 @@
Name: apache-%{short_name}
Version: 1.1.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Apache Commons Logging
License: ASL 2.0
Group: Development/Libraries
@ -42,7 +42,7 @@ Requires(postun):jpackage-utils
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Provides: jakarta-commons-logging = 0:1.0.4
Provides: jakarta-commons-logging = 0:%{version}-%{release}
Obsoletes: jakarta-commons-logging <= 0:1.0.4
@ -137,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT
# -----------------------------------------------------------------------------
%changelog
* Fri May 7 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.1-4
- Fix provides
* Thu May 6 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.1-3
- Revert to using default permissions
- Drop "Package" from summary, improve javadoc summary text