(* For rationale behind always bumping the spec file, see comment
* in 'fedora.ml'.
*)
- (* XXX Automate common specfile fixes. *)
- let title = rebuild_name ^ " rebuild." in
+ let title =
+ if not (file_contains_string specfile rebuild_name) then
+ rebuild_name ^ " rebuild."
+ else
+ "Bump release and rebuild." in
sh "rpmdev-bumpspec -c %s %s" (quote title) specfile;
+ (* XXX Automate common specfile fixes. *)
+
sh "
cd %s
echo 'Please make further changes as required to the spec file %s.spec'