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:
commit
4fccf4294e
@ -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
|
Wed Jun 19 11:13:31 UTC 2013 - werner@suse.de
|
||||||
|
|
||||||
|
@ -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