Accepting request 184053 from devel:libraries:c_c++

- readd the provides of db-*, we're not going to switch to db 6.0
  too eagerly: http://lwn.net/Articles/557487/

OBS-URL: https://build.opensuse.org/request/show/184053
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdb-4_8?expand=0&rev=19
This commit is contained in:
Stephan Kulow 2013-07-24 13:07:40 +00:00 committed by Git OBS Bridge
commit 4fccf4294e
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 23 07:30:46 UTC 2013 - coolo@suse.com
- readd the provides of db-*, we're not going to switch to db 6.0
too eagerly: http://lwn.net/Articles/557487/
-------------------------------------------------------------------
Wed Jun 19 11:13:31 UTC 2013 - werner@suse.de

View File

@ -52,6 +52,8 @@ This package contains the necessary runtime libraries.
%package -n db48-utils
Summary: Command Line tools for Managing Berkeley DB Databases
Group: Productivity/Databases/Tools
Provides: db-utils = %{version}
Obsoletes: db-utils < %{version}
%description -n db48-utils
The Berkeley DB Database is a programmatic toolkit that provides
@ -63,7 +65,9 @@ databases.
%package -n db48-doc
Summary: Documentation for Berkeley DB
Group: Development/Libraries/C and C++
Provides: db-doc = %{version}
Provides: db-utils-doc = %{version}
Obsoletes: db-doc < %{version}
%if 0%{?suse_version} >= 1120
BuildArch: noarch
%endif
@ -80,7 +84,7 @@ Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
Requires: glibc-devel
Conflicts: libdb-4_5-devel
Provides: db-devel
Provides: db-devel = %{version}
%description devel
The Berkeley DB Database is a programmatic toolkit that provides