aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Iurt/Urpmi.pm
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2022-04-26 19:46:03 +0000
committerPascal Terjan <pterjan@mageia.org>2022-04-26 19:46:03 +0000
commit84b709bad5d60a0da907e1db6036e89db6ef20da (patch)
tree0cc4a908a168a51ebdff97153427f26a842ff4d3 /lib/Iurt/Urpmi.pm
parentcef4f68aedff52d0bfbc9dca867d3d7724a7020b (diff)
downloadiurt-84b709bad5d60a0da907e1db6036e89db6ef20da.tar
iurt-84b709bad5d60a0da907e1db6036e89db6ef20da.tar.gz
iurt-84b709bad5d60a0da907e1db6036e89db6ef20da.tar.bz2
iurt-84b709bad5d60a0da907e1db6036e89db6ef20da.tar.xz
iurt-84b709bad5d60a0da907e1db6036e89db6ef20da.zip
iurt: Fix src.rpm name (mga#30344)0.7.17.1
Diffstat (limited to 'lib/Iurt/Urpmi.pm')
-rw-r--r--lib/Iurt/Urpmi.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Iurt/Urpmi.pm b/lib/Iurt/Urpmi.pm
index 4214893..7cce25e 100644
--- a/lib/Iurt/Urpmi.pm
+++ b/lib/Iurt/Urpmi.pm
@@ -538,7 +538,7 @@ sub recreate_srpm {
plog("ERROR: failed to get the name of the generated src.rpm");
return;
}
- my $file = "$chroot_tmp/home/$luser/rpmbuild/SRPMS/$generated_srpm_name.src.rpm";
+ my $file = "$chroot_tmp/home/$luser/rpmbuild/SRPMS/$generated_srpm_name";
my ($new_srpm) = basename($file);
my $prefix = get_package_prefix($srpm);
my $newfile = "$chroot_tmp/home/$luser/rpmbuild/SRPMS/$prefix$new_srpm";