The attached patch has been working well in the development of Scientific Linux 7. Since the attached patch allows for overriding a hard coded value, I'm hopeful that it will be considered for upstream inclusion.

Pat
--- Begin Message ---
From: Pat Riehecky <[email protected]>

---
 src/bin/pungi.py |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/bin/pungi.py b/src/bin/pungi.py
index fc72b69..24f2f08 100755
--- a/src/bin/pungi.py
+++ b/src/bin/pungi.py
@@ -255,6 +255,12 @@ if __name__ == '__main__':
           help="Flag to enable processing the BuildInstall stage")
         parser.add_option("-I", action="store_true", default=False, 
dest="do_createiso",
           help="Flag to enable processing the CreateISO stage")
+       parser.add_option("--relnotepkgs", dest="relnotepkgs", type="string",
+          action="callback", callback=set_config, callback_args=(config, ),
+          help='Rpms which contain the release notes')
+       parser.add_option("--relnotefilere", dest="relnotefilere", 
type="string",
+          action="callback", callback=set_config, callback_args=(config, ),
+          help='Which files are the release notes -- GPL EULA')
 
 
         (opts, args) = parser.parse_args()
-- 
1.7.1


--- End Message ---
--
buildsys mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/buildsys

Reply via email to