Added fullversioned Provides to fix broken dependency

This commit is contained in:
Jan Staněk 2013-09-23 10:58:43 +02:00
parent fa192e70eb
commit 3c8f4bc2fc
1 changed files with 8 additions and 1 deletions

View File

@ -6,11 +6,12 @@
%define realver 3080002
%define docver 3080002
%define rpmver 3.8.0
%define fullver %{rpmver}.2
Summary: Library that implements an embeddable SQL database engine
Name: sqlite
Version: %{rpmver}
Release: 2%{?dist}
Release: 3%{?dist}
License: Public Domain
Group: Applications/Databases
URL: http://www.sqlite.org/
@ -43,6 +44,9 @@ BuildRequires: tcl-devel
%endif
BuildRoot: %{_tmppath}/%{name}-root
# Provide full package version
Provides: sqlite = %{fullver}
%description
SQLite is a C library that implements an SQL database engine. A large
subset of SQL92 is supported. A complete database is stored in a
@ -197,6 +201,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Mon Sep 23 2013 Jan Stanek <jstanek@redhat.com> - 3.8.0-3
- Added fullversioned Provides to fix broken dependency
* Mon Sep 16 2013 Jan Stanek <jstanek@redhat.com> - 3.8.0-2
- Dropped problematic percentile-2.1.50 test