/[packages]/updates/6/rpm/current/SOURCES/rpm-4.13.0-python-rpmsign.patch
ViewVC logotype

Contents of /updates/6/rpm/current/SOURCES/rpm-4.13.0-python-rpmsign.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1151734 - (show annotations) (download)
Thu Sep 7 11:28:10 2017 UTC (6 years, 7 months ago) by tv
File size: 831 byte(s)
- Fix rpmsign python module import failing (rhbz#1462671)
- Really ignore unknown tags in the signature header (rhbz#1480492)
- Fix testsuite with recent NSS-versions
- Fix rpmbuild world writable empty (tmp) dirs in debuginfo (rhbz#641022)
1 From eb632e5158fa4ef993b0e5df2a354f0be7a7a71d Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
3 Date: Wed, 20 Apr 2016 15:39:36 +0200
4 Subject: [PATCH] Use correct source file for rpmsign module
5
6 ---
7 python/setup.py.in | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/python/setup.py.in b/python/setup.py.in
11 index b2c394136..f94873fe5 100644
12 --- a/python/setup.py.in
13 +++ b/python/setup.py.in
14 @@ -48,7 +48,7 @@ rpmbuild_mod = Extension('rpm._rpmb',
15 )
16
17 rpmsign_mod = Extension('rpm._rpms',
18 - sources = ['rpmbmodule.c'],
19 + sources = ['rpmsmodule.c'],
20 include_dirs = pkgconfig('--cflags'),
21 libraries = pkgconfig('--libs') + ['rpmsign'],
22 extra_compile_args = cflags,

  ViewVC Help
Powered by ViewVC 1.1.30