Skip to content

Commit

Permalink
[RPM] Patch for F29 is not needed anymore (#8304)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniviga authored and 3nids committed Oct 24, 2018
1 parent 4464089 commit 9cb4d57
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 69 deletions.
7 changes: 0 additions & 7 deletions rpm/qgis.spec.template
Expand Up @@ -46,10 +46,6 @@ Source5: %{name}-mime.xml
# https://github.com/qgis/QGIS/commit/718581ffb12b723f9a3c0ae01b7ec2d8aed9d4bb.patch
Patch0: %{name}-lib64.patch

# Fix build error "PyCapsule_GetPointer called with incorrect name" on >=F29
# https://issues.qgis.org/issues/19476
Patch1: %{name}-fix-sip-name.patch

# Compiling stuff
BuildRequires: bison
BuildRequires: clang
Expand Down Expand Up @@ -188,9 +184,6 @@ Please refer to %{name}-server-README.fedora for details!
%prep
%setup -q
%patch0 -p0 -b .lib64
%if 0%{?fedora} >= 29
%patch1 -p1
%endif

# Remove executable permissions from source code files
find . \( -name "*.cpp" -o -name "*.h" \) -type f -perm /111 -execdir chmod -x {} \+
Expand Down
62 changes: 0 additions & 62 deletions rpm/sources/qgis-fix-sip-name.patch

This file was deleted.

0 comments on commit 9cb4d57

Please sign in to comment.