[packages/adapter: 176/631] - PreReq->Requires (arekm req)

glen glen at pld-linux.org
Mon Sep 12 19:49:13 CEST 2016


commit 307f5229d2141a1230d9f03e00232b0a6ad4e2c0
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Mon Aug 15 20:07:29 2005 +0000

    - PreReq->Requires (arekm req)
    
    Changed files:
        adapter.awk -> 1.169

 adapter.awk | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/adapter.awk b/adapter.awk
index cf3e429..eb2c8ec 100644
--- a/adapter.awk
+++ b/adapter.awk
@@ -423,6 +423,10 @@ preamble == 1 {
 		next
 	}
 
+	if (field ~ /prereq:/) {
+		$1 = "Requires:"
+	}
+
 	if (field ~ /packager:|distribution:|docdir:|prefix:/)
 		next
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/adapter.git/commitdiff/6ca0126d4d0c8c79feb7db10b0a0fade0f3b8885



More information about the pld-cvs-commit mailing list