]> git.pld-linux.org Git - packages/deltarpm.git/commitdiff
- added rpm5 bcond auto/th/deltarpm-3.6.1-5
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 22 Feb 2021 11:54:18 +0000 (12:54 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 22 Feb 2021 11:54:18 +0000 (12:54 +0100)
- rel 5

deltarpm.spec

index 29d0cee3e9e8c6ee37c1681a4614f2cdd76702fd..2780c6424c1363cca7e081c1dd36236368731e93 100644 (file)
@@ -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}
This page took 0.039488 seconds and 4 git commands to generate.