Blame 0001-Use-correct-source-file-for-rpmsign-module.patch
|
Igor Gnatenko |
082d5d |
From 3936d5a227dfcfd502588c6fd8f52ccb826f11c4 Mon Sep 17 00:00:00 2001
|
|
Panu Matilainen |
012365 |
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
|
|
Panu Matilainen |
012365 |
Date: Wed, 20 Apr 2016 15:39:36 +0200
|
|
Igor Gnatenko |
082d5d |
Subject: [PATCH 01/49] Use correct source file for rpmsign module
|
|
Panu Matilainen |
012365 |
|
|
Igor Gnatenko |
082d5d |
(cherry picked from commit eb632e5158fa4ef993b0e5df2a354f0be7a7a71d)
|
|
Panu Matilainen |
012365 |
---
|
|
Panu Matilainen |
012365 |
python/setup.py.in | 2 +-
|
|
Panu Matilainen |
012365 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
Panu Matilainen |
012365 |
|
|
Panu Matilainen |
012365 |
diff --git a/python/setup.py.in b/python/setup.py.in
|
|
Panu Matilainen |
012365 |
index b2c394136..f94873fe5 100644
|
|
Panu Matilainen |
012365 |
--- a/python/setup.py.in
|
|
Panu Matilainen |
012365 |
+++ b/python/setup.py.in
|
|
Panu Matilainen |
012365 |
@@ -48,7 +48,7 @@ rpmbuild_mod = Extension('rpm._rpmb',
|
|
Panu Matilainen |
012365 |
)
|
|
Panu Matilainen |
012365 |
|
|
Panu Matilainen |
012365 |
rpmsign_mod = Extension('rpm._rpms',
|
|
Panu Matilainen |
012365 |
- sources = ['rpmbmodule.c'],
|
|
Panu Matilainen |
012365 |
+ sources = ['rpmsmodule.c'],
|
|
Panu Matilainen |
012365 |
include_dirs = pkgconfig('--cflags'),
|
|
Panu Matilainen |
012365 |
libraries = pkgconfig('--libs') + ['rpmsign'],
|
|
Panu Matilainen |
012365 |
extra_compile_args = cflags,
|
|
Igor Gnatenko |
082d5d |
--
|
|
Igor Gnatenko |
082d5d |
2.13.2
|
|
Igor Gnatenko |
082d5d |
|