Skip to content

Commit 5d9d78d

Browse files
author
Alexander Stefanov
committed
put back macro
1 parent 7d77eed commit 5d9d78d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def generate_config():
130130
print_conf("config_opts['dist'] = '%s'" % platform_name)
131131
print_conf("config_opts['macros']['%%packager'] = '%s <%s>'" % (uname, email))
132132
print_conf("config_opts['macros']['%_topdir'] = '%s/build' % config_opts['chroothome']")
133-
#print_conf("config_opts['macros']['%_rpmfilename'] = '%%{NAME}-%%{VERSION}-%%{RELEASE}-%%{DISTTAG}.%%{ARCH}.rpm'")
133+
print_conf("config_opts['macros']['%_rpmfilename'] = '%%{NAME}-%%{VERSION}-%%{RELEASE}-%%{DISTTAG}.%%{ARCH}.rpm'")
134134
print_conf("config_opts['macros']['%cross_compiling'] = '0' # ABF should generally be considered native builds")
135135
if platform_arch == "e2kv4":
136136
print_conf("config_opts['macros']['%debug_package'] = '%{nil}'")

0 commit comments

Comments
 (0)