From 28b610e9fb79594c49bc64c7c331d0aaab382e7e Mon Sep 17 00:00:00 2001 From: Isaac Pittman Date: Mar 08 2023 16:33:15 +0000 Subject: Restore execute permission to get_sources.sh In [04de77](https://git.centos.org/centos-git-common/c/04de770) the execute permission was removed from `get_sources.sh`, which causes `into_srpm.sh` to fail with the following error: ``` You need get_sources.sh from centos-git-common in PATH ``` This fix restore the execute permission. --- diff --git a/get_sources.sh b/get_sources.sh old mode 100644 new mode 100755