#9951 Using the legacy datestamp in mass rebuilds
Merged 3 years ago by mohanboddu. Opened 3 years ago by mohanboddu.
mohanboddu/releng f34-mass-rebuild  into  main

file modified
+1 -1
@@ -141,7 +141,7 @@ 

          continue

  

      # rpmdev-bumpspec

-     bumpspec = ['rpmdev-bumpspec', '-u', user, '-c', comment,

+     bumpspec = ['rpmdev-bumpspec', '-D', '-u', user, '-c', comment,

                  os.path.join(workdir, name, spec)]

      print('Bumping %s' % spec)

      if runme(bumpspec, 'bumpspec', name, enviro):

Pull-Request has been merged by mohanboddu

3 years ago
Metadata