[packages/rpm-build-tools] do db-devel replacement on exact match only

atler atler at pld-linux.org
Wed Jun 16 18:06:25 CEST 2021


commit 6c0815acb433421bd8b1e167f76be9200709335f
Author: Jan Palus <atler at pld-linux.org>
Date:   Wed Jun 16 18:05:07 2021 +0200

    do db-devel replacement on exact match only
    
    ...not on any package ending with "db-devel"

 builder.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/builder.sh b/builder.sh
index c8123ea..453625d 100755
--- a/builder.sh
+++ b/builder.sh
@@ -596,7 +596,7 @@ depspecname() {
 
 		s/apache\(EAPI\)-devel/apache-devel/
 
-		s/db-devel/db5.3-devel/
+		s/^db-devel/db5.3-devel/
 		s/libjpeg-devel/libjpeg-turbo-devel/
 	'
 }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/6c0815acb433421bd8b1e167f76be9200709335f



More information about the pld-cvs-commit mailing list