commit f6764fbdf7354a79d6ba0cb53d5e1dd7a5f57d92
Author: Jan Rękorajski <[email protected]>
Date:   Mon Feb 22 08:31:12 2021 +0100

    - renamed rpm4 bcond to rpm5, making rpm.org rpm4 default
    - rel 5

 poldek.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/poldek.spec b/poldek.spec
index e9ed27e..9c6e3a4 100644
--- a/poldek.spec
+++ b/poldek.spec
@@ -7,14 +7,14 @@
 %bcond_without imode   # don't build interactive mode
 %bcond_with    python  # don't build python bindings
 %bcond_with    snap    # install configs for official Th snapshot
-%bcond_with    rpm4    # use rpm4 instead of rpm5
+%bcond_with    rpm5    # use rpm5 instead of rpm4
 %bcond_with    tests   # tests
 
 # current snapshot name
 %define                SNAP    2020
 
 # required versions (forced to avoid SEGV with mixed db used by rpm and poldek)
-%if %{with rpm4}
+%if %{without rpm5}
 %define                db_pkg          db
 %define                ver_db          5.3
 %define                ver_rpm         1:4.14
@@ -25,7 +25,7 @@
 %define                ver_rpm         5.4.10
 %endif
 
-%define                rel     4
+%define                rel     5
 Summary:       RPM packages management helper tool
 Summary(hu.UTF-8):     RPM csomagkezelést segítő eszköz
 Summary(pl.UTF-8):     Pomocnicze narzędzie do zarządzania pakietami RPM
@@ -112,7 +112,7 @@ BuildRequires:      zstd-static
 %endif
 Requires(postun):      awk
 Requires(postun):      sed >= 4.0
-%if %{with rpm4}
+%if %{without rpm5}
 Requires:      %{db_pkg} >= %{ver_db_devel}
 %else
 Requires:      %{db_pkg} >= %{ver_db}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/poldek.git/commitdiff/f6764fbdf7354a79d6ba0cb53d5e1dd7a5f57d92

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to