Skip to content

Commit 9cb4d57

Browse files
daniviga3nids
authored andcommittedOct 24, 2018
[RPM] Patch for F29 is not needed anymore (#8304)
1 parent 4464089 commit 9cb4d57

File tree

2 files changed

+0
-69
lines changed

2 files changed

+0
-69
lines changed
 

‎rpm/qgis.spec.template

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ Source5: %{name}-mime.xml
4646
# https://github.com/qgis/QGIS/commit/718581ffb12b723f9a3c0ae01b7ec2d8aed9d4bb.patch
4747
Patch0: %{name}-lib64.patch
4848

49-
# Fix build error "PyCapsule_GetPointer called with incorrect name" on >=F29
50-
# https://issues.qgis.org/issues/19476
51-
Patch1: %{name}-fix-sip-name.patch
52-
5349
# Compiling stuff
5450
BuildRequires: bison
5551
BuildRequires: clang
@@ -188,9 +184,6 @@ Please refer to %{name}-server-README.fedora for details!
188184
%prep
189185
%setup -q
190186
%patch0 -p0 -b .lib64
191-
%if 0%{?fedora} >= 29
192-
%patch1 -p1
193-
%endif
194187

195188
# Remove executable permissions from source code files
196189
find . \( -name "*.cpp" -o -name "*.h" \) -type f -perm /111 -execdir chmod -x {} \+

‎rpm/sources/qgis-fix-sip-name.patch

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.