[packages/deltarpm] - added rpm5 bcond - rel 5
baggins
baggins at pld-linux.org
Mon Feb 22 12:54:38 CET 2021
commit e7e1b7f8c12468565f5343b76f1018c5e07b9808
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Feb 22 12:54:18 2021 +0100
- added rpm5 bcond
- rel 5
deltarpm.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/deltarpm.spec b/deltarpm.spec
index 29d0cee..2780c64 100644
--- a/deltarpm.spec
+++ b/deltarpm.spec
@@ -1,12 +1,13 @@
#
# Conditional build:
%bcond_without python3 # CPython3 module
+%bcond_with rpm5 # build with rpm5
#
Summary: Create deltas between rpms
Summary(pl.UTF-8): Generowanie różnic między pakietami rpm
Name: deltarpm
Version: 3.6.1
-Release: 4
+Release: 5
License: BSD
Group: Base
#Source0Download: https://github.com/rpm-software-management/deltarpm/releases
@@ -96,7 +97,7 @@ Ten pakiet zawiera wiązania Pythona 3 do deltarpm.
%setup -q
%patch0 -p1
%patch1 -p1
-%patch2 -p1
+%{?with_rpm5:%patch2 -p1}
%patch3 -p1
%if %{without python3}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/deltarpm.git/commitdiff/e7e1b7f8c12468565f5343b76f1018c5e07b9808
More information about the pld-cvs-commit
mailing list