- readd the provides of db-*, we're not going to switch to db 6.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libdb-4_8?expand=0&rev=34
This commit is contained in:
parent
24fc784a4e
commit
281c2db59a
@ -1,7 +1,7 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 07:30:46 UTC 2013 - coolo@suse.com
|
Tue Jul 23 07:30:46 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
- readd the provides of db-devel, we're not going to switch to db 6.0
|
- readd the provides of db-*, we're not going to switch to db 6.0
|
||||||
too eagerly: http://lwn.net/Articles/557487/
|
too eagerly: http://lwn.net/Articles/557487/
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -52,6 +52,8 @@ This package contains the necessary runtime libraries.
|
|||||||
%package -n db48-utils
|
%package -n db48-utils
|
||||||
Summary: Command Line tools for Managing Berkeley DB Databases
|
Summary: Command Line tools for Managing Berkeley DB Databases
|
||||||
Group: Productivity/Databases/Tools
|
Group: Productivity/Databases/Tools
|
||||||
|
Provides: db-utils = %{version}
|
||||||
|
Obsoletes: db-utils < %{version}
|
||||||
|
|
||||||
%description -n db48-utils
|
%description -n db48-utils
|
||||||
The Berkeley DB Database is a programmatic toolkit that provides
|
The Berkeley DB Database is a programmatic toolkit that provides
|
||||||
@ -63,7 +65,9 @@ databases.
|
|||||||
%package -n db48-doc
|
%package -n db48-doc
|
||||||
Summary: Documentation for Berkeley DB
|
Summary: Documentation for Berkeley DB
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
Provides: db-doc = %{version}
|
||||||
Provides: db-utils-doc = %{version}
|
Provides: db-utils-doc = %{version}
|
||||||
|
Obsoletes: db-doc < %{version}
|
||||||
%if 0%{?suse_version} >= 1120
|
%if 0%{?suse_version} >= 1120
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
@ -80,7 +84,7 @@ Group: Development/Libraries/C and C++
|
|||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
Conflicts: libdb-4_5-devel
|
Conflicts: libdb-4_5-devel
|
||||||
Provides: db-devel
|
Provides: db-devel = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The Berkeley DB Database is a programmatic toolkit that provides
|
The Berkeley DB Database is a programmatic toolkit that provides
|
||||||
|
Loading…
Reference in New Issue
Block a user