From 8aa3f869126757eef496fd9bc64eb0de358e5f40 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Thu, 16 Apr 2020 16:30:04 -0400 Subject: kernel-5.7.0-0.rc1.20200416git9786cab67457.1 * Thu Apr 16 2020 Jeremy Cline [5.7.0-0.rc1.20200416git9786cab67457.1] - 9786cab67457 rebase - Copy distro files rather than moving them (Jeremy Cline) - Place the buildid before the dist in the release (Jeremy Cline) - Drop DIST from release commits and tags (Jeremy Cline) - Sync up with Fedora arm configuration prior to merging (Jeremy Cline) - Disable CONFIG_PROTECTED_VIRTUALIZATION_GUEST for zfcpdump (Jeremy Cline) Resolves: rhbz# Signed-off-by: Jeremy Cline --- update_scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update_scripts.sh') diff --git a/update_scripts.sh b/update_scripts.sh index 77d795287..bbfd6f11f 100755 --- a/update_scripts.sh +++ b/update_scripts.sh @@ -8,5 +8,5 @@ TARGET=$1 for i in $RPM_SOURCE_DIR/*.$TARGET; do NEW=`echo $i | sed s/.$TARGET//` - mv $i $NEW + cp $i $NEW done -- cgit