diff options
author | B. Stack <bgstack15@gmail.com> | 2022-01-04 15:03:38 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-01-04 15:03:38 -0500 |
commit | 0bf555b2f2ec4ad2a01fc58a9ca86e9491ad804e (patch) | |
tree | ad04db2ee4ec04bf3ec2adb562e6cb08c88227dd /newmoon | |
parent | fix typo in series file (diff) | |
download | stackrpms-0bf555b2f2ec4ad2a01fc58a9ca86e9491ad804e.tar.gz stackrpms-0bf555b2f2ec4ad2a01fc58a9ca86e9491ad804e.tar.bz2 stackrpms-0bf555b2f2ec4ad2a01fc58a9ca86e9491ad804e.zip |
use correct opensource-tracking commit
Diffstat (limited to 'newmoon')
-rw-r--r-- | newmoon/newmoon.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newmoon/newmoon.spec b/newmoon/newmoon.spec index 31b789a..07f1525 100644 --- a/newmoon/newmoon.spec +++ b/newmoon/newmoon.spec @@ -6,7 +6,7 @@ # git submodule | awk -v "name=platform" '$2 == name {gsub("-","",$1); print $1}' #%%global submodule_platform_tag RELBASE_20210817 %global badname palemoon -%global git_commit fd92034fe425320e6ee13e43b676c91a68969029 +%global git_commit db5ee3c1968212742b4ed8b9883069ea7b03f0e1 %global tarballdir %{badname}-%{git_commit} # additional repos to get python27 and devtoolset-7 |