From 44cf1f23a79d9efbe9a15c969b8489c86d0a6ba1 Mon Sep 17 00:00:00 2001 From: clime Date: Jan 20 2019 16:59:09 +0000 Subject: fix spec files after CACHE to OUTPUT rename --- diff --git a/macros/rpkg-macros.spec.rpkg b/macros/rpkg-macros.spec.rpkg index 360b25b..8f8abf2 100644 --- a/macros/rpkg-macros.spec.rpkg +++ b/macros/rpkg-macros.spec.rpkg @@ -16,7 +16,7 @@ VCS: {{{ git_vcs }}} # Source is created by: # git clone https://pagure.io/rpkg-util.git # cd rpkg-util/macros -# git checkout {{{ echo -n "${CACHE[git_name]}-${CACHE[git_version]}" }}}-1 +# git checkout {{{ echo -n "${OUTPUT[git_name]}-${OUTPUT[git_version]}" }}}-1 # ./rpkg spec --sources Source0: {{{ if [ "$(rpm --eval '%rhel')" = 6 ]; then git_dir_archive; else git_dir_pack; fi }}} diff --git a/preproc/preproc.spec.rpkg b/preproc/preproc.spec.rpkg index ddfea23..4935bc8 100644 --- a/preproc/preproc.spec.rpkg +++ b/preproc/preproc.spec.rpkg @@ -20,7 +20,7 @@ VCS: {{{ git_vcs }}} # Source is created by: # git clone https://pagure.io/rpkg-util.git # cd rpkg-util/preproc -# git checkout {{{ echo -n "${CACHE[git_name]}-${CACHE[git_version]}" }}}-1 +# git checkout {{{ echo -n "${OUTPUT[git_name]}-${OUTPUT[git_version]}" }}}-1 # ./rpkg spec --sources Source0: {{{ if [ "$(rpm --eval '%rhel')" = 6 ]; then git_dir_archive; else git_dir_pack; fi }}} diff --git a/rpkg-util.spec.rpkg b/rpkg-util.spec.rpkg index 8d829f8..1ffb638 100644 --- a/rpkg-util.spec.rpkg +++ b/rpkg-util.spec.rpkg @@ -26,7 +26,7 @@ VCS: {{{ git_dir_vcs }}} # Source is created by: # git clone https://pagure.io/rpkg-util.git # cd rpkg-util -# git checkout {{{ echo -n "${CACHE[git_name]}-${CACHE[git_version]}" }}}-1 +# git checkout {{{ echo -n "${OUTPUT[git_name]}-${OUTPUT[git_version]}" }}}-1 # ./rpkg spec --sources Source0: {{{ if [ "$(rpm --eval '%rhel')" = 6 ]; then git_dir_archive; else git_dir_pack; fi }}}