libdb: Explicitely show the solver than libdb-devel obsoletes compat-db-headers

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2016-10-19 00:08:34 +02:00
parent 81b36b9024
commit ebaf588e61
1 changed files with 6 additions and 1 deletions

View File

@ -8,7 +8,7 @@ version_major = 6
version_minor = 1
version_patch = 26
version = %{version_major}.%{version_minor}.%{version_patch}
release = 1
release = 2
thisapp = db-%{version}
soversion = %{version_major}.%{version_minor}
@ -93,9 +93,14 @@ packages
package %{name}-devel
template DEVEL
obsoletes
compat-db-headers
end
# You cannot install libdb-devel and db4-devel
# at the same time.
conflicts
compat-db-headers
db4-devel
end