forked from pool/pesign-obs-integration
22 lines
735 B
Diff
22 lines
735 B
Diff
|
From 1441e0e2b3ece30febd88a0476189865b6738695 Mon Sep 17 00:00:00 2001
|
||
|
From: Callum Farmer <gmbr3@opensuse.org>
|
||
|
Date: Tue, 12 Jul 2022 11:44:57 +0100
|
||
|
Subject: [PATCH] Don't copy rpmlintrc to OTHER
|
||
|
|
||
|
---
|
||
|
pesign-repackage.spec.in | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/pesign-repackage.spec.in b/pesign-repackage.spec.in
|
||
|
index 7b3d2e5..0c77133 100644
|
||
|
--- a/pesign-repackage.spec.in
|
||
|
+++ b/pesign-repackage.spec.in
|
||
|
@@ -87,6 +87,7 @@ popd
|
||
|
# Copy files other than the meta files and RPMs to %_topdir/OTHER
|
||
|
OTHER_FILES=`find %_sourcedir/ -maxdepth 1 -type f \
|
||
|
-not -regex '.*\.\(rpm\|spec\|rsasign\|sig\|crt\)' \
|
||
|
+ -not -regex '.*\rpmlintrc' \
|
||
|
-not -name "_buildenv" \
|
||
|
-not -name "_statistics" \
|
||
|
-not -name "logfile" \
|