diff --git a/fix-openssl-include-path.diff b/fix-openssl-include-path.diff deleted file mode 100644 index 7640f65..0000000 --- a/fix-openssl-include-path.diff +++ /dev/null @@ -1,13 +0,0 @@ -Index: M2Crypto-0.27.0/setup.py -=================================================================== ---- M2Crypto-0.27.0.orig/setup.py -+++ M2Crypto-0.27.0/setup.py -@@ -159,7 +164,7 @@ class _M2CryptoBuildExt(build_ext.build_ - - if platform.system() == "Linux": - self.include_dirs += _get_additional_includes() -- inc_openssl_dir = '/usr/include/openssl' -+ inc_openssl_dir = '/usr/include/' - if inc_openssl_dir not in self.include_dirs: - self.include_dirs.append(inc_openssl_dir) - log.debug('self.include_dirs = %s', self.include_dirs) diff --git a/python-M2Crypto.spec b/python-M2Crypto.spec index 46b5fa7..c06ecbb 100644 --- a/python-M2Crypto.spec +++ b/python-M2Crypto.spec @@ -1,7 +1,7 @@ # # spec file for package python-M2Crypto # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed