| |
@@ -187,7 +187,7 @@
|
| |
|
| |
|
| |
rlLogInfo "buildcustom with --builddeps"
|
| |
- builddeps='postgresql-devel'
|
| |
+ builddeps='libarchive-devel'
|
| |
rlRun 'cleanup_resultdir'
|
| |
rlRun "quick_package_script 'BUILDDEPS=\"$builddeps\" generate_specfile'"
|
| |
rlRun -s "copr buildcustom $PROJECT --script script --script-builddeps \"$builddeps\" --nowait"
|
| |
It was removed from F30 and replaced with libpq-devel;
libarchive-devel OTOH should be everywhere.
Fixes: #687, PR#689