what now ?

- change release number if some files changes ?

- write a graphical interface ?

- something about package signature ?
(detect passed signature with SIGGPG, ask for new one .)

--------------------------------------------------------
fix shell syntax with http://www.shellcheck.net/ on plugins

plugin un_prelink : add test of prelink bin

ref : https://tldp.org/LDP/abs/html/string-manipulation.html
remove sed in plugins (set_tag unset_tag)

remove sed in rpmrebuild code (use bash subsitution)

clean man pages
 sed -i -e 's/ $//'
 blank ligne between section SH
 same also

shellcheck
shell posix
https://www.it-connect.fr/linux-verifier-compatibilite-posix-dn-script-avec-shellsheck/

-------------------------------------------
2.20 check all rpm tags
unused_tag => verify if missing tags
used => example => get fedora spec

pb chown (rpmrebuild_buildroot.sh) -> need to run as root
  env RPMREBUILD_IGNORE_FILE_ERROR
  next version : option

---------------------------------------------------------------
same quote code rpmrebuild_files and processing_func.src (CheckMissing)
see Quote function in rpmrebuild_lib.src
