From 27528c99383b5a50633f167f001ee6d3573b0857 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 19 Sep 2013 18:21:47 +0100 Subject: [PATCH] Adjust bumpspec comment according to context. --- fedora_ocaml_rebuild.ml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/fedora_ocaml_rebuild.ml b/fedora_ocaml_rebuild.ml index 2b270fd..9dc151d 100644 --- a/fedora_ocaml_rebuild.ml +++ b/fedora_ocaml_rebuild.ml @@ -167,10 +167,15 @@ and specfile_updated pkg = (* 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' -- 1.8.3.1