Fix build
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
3d63652e9b
commit
1484f717c2
27
0001-python-Reference-proper-spec-py.c-filename.patch
Normal file
27
0001-python-Reference-proper-spec-py.c-filename.patch
Normal file
@ -0,0 +1,27 @@
|
||||
From c4f7f871e0d0b7faaaa16e93736b8dd39db200e2 Mon Sep 17 00:00:00 2001
|
||||
From: Igor Gnatenko <i.gnatenko.brain@gmail.com>
|
||||
Date: Sun, 2 Jun 2019 15:47:42 +0200
|
||||
Subject: [PATCH] python: Reference proper spec-py.c filename
|
||||
|
||||
Fixes: 73a41da965337aaacabd53924f1b67b967e0476e
|
||||
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
|
||||
---
|
||||
python/setup.py.in | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/python/setup.py.in b/python/setup.py.in
|
||||
index 4d507c24e..0ecb7a9b9 100644
|
||||
--- a/python/setup.py.in
|
||||
+++ b/python/setup.py.in
|
||||
@@ -31,7 +31,7 @@ rpmmod = Extension('rpm._rpm',
|
||||
'rpmstrpool-py.c', 'rpmfiles-py.c',
|
||||
'rpmarchive-py.c', 'rpmtd-py.c',
|
||||
'rpmte-py.c', 'rpmts-py.c',
|
||||
- 'spec-py',
|
||||
+ 'spec-py.c',
|
||||
'rpmmodule.c'],
|
||||
include_dirs = pkgconfig('--cflags'),
|
||||
library_dirs = pkgconfig('--libs-only-L'),
|
||||
--
|
||||
2.22.0.rc3
|
||||
|
3
rpm.spec
3
rpm.spec
@ -42,7 +42,8 @@ Source1: db-%{bdbver}.tar.gz
|
||||
%endif
|
||||
|
||||
# Disable autoconf config.site processing (#962837)
|
||||
Patch1: rpm-4.15.x-siteconfig.patch
|
||||
#Patch1: rpm-4.15.x-siteconfig.patch
|
||||
Patch1: 0001-python-Reference-proper-spec-py.c-filename.patch
|
||||
# In current Fedora, man-pages pkg owns all the localized man directories
|
||||
Patch3: rpm-4.9.90-no-man-dirs.patch
|
||||
# Temporary band-aid for rpm2cpio whining on payload size mismatch (#1142949)
|
||||
|
Loading…
Reference in New Issue
Block a user