]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- adjusted alternative db to 6.1 (as of rpm 5.4.15)
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 7 Jan 2015 20:01:50 +0000 (21:01 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 7 Jan 2015 20:01:50 +0000 (21:01 +0100)
poldek.spec

index dcd970bf1ed3b7f359a11bc66ecec484ce44da97..1401d343e22fdf8c2d3d3c6db8ab41e1d6a5dff0 100644 (file)
@@ -4,7 +4,7 @@
 %bcond_without imode   # don't build interactive mode
 %bcond_without python  # don't build python bindings
 %bcond_with    snap    # install configs for official Th snapshot
-%bcond_with    db60    # DB 6.0 instead of 5.2
+%bcond_with    db61    # DB 6.1 instead of 5.2
 %bcond_with    rpm4    # use rpm4/db4.7 instead of rpm5
 
 # current snapshot name
@@ -12,9 +12,9 @@
 
 # required versions (forced to avoid SEGV with mixed db used by rpm and poldek)
 # NOTE: poldek links with "system db" (-ldb) anyway if it exists
-%if %{with db60}
-%define                db_pkg          db6.0
-%define                ver_db          6.0
+%if %{with db61}
+%define                db_pkg          db6.1
+%define                ver_db          6.1
 %define                ver_db_rel      1
 %else
 %define                db_pkg          db5.2
This page took 0.062655 seconds and 4 git commands to generate.