rust2rpm: use changelog timestamp without time and timezone on Fedora
This commit is contained in:
parent
f52cbe0232
commit
d7b59b3757
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ def main():
|
|||
|
||||
kwargs["generate_buildrequires"] = args.dynamic_buildrequires
|
||||
|
||||
if args.target in {"opensuse", "fedora"}:
|
||||
if args.target in {"opensuse"}:
|
||||
kwargs["date"] = time.strftime("%a %b %d %T %Z %Y")
|
||||
else:
|
||||
kwargs["date"] = time.strftime("%a %b %d %Y")
|
||||
|
|
Loading…
Reference in a new issue