Open uday-projectn opened 2 years ago
sudo rpm -qvRp rpmfile.rpm
This command is giving below output.
pre,interp: /bin/sh
post,interp: /bin/sh
manual: bzip2
manual: bzip2-devel
manual: gcc
manual: git
manual: libffi-devel
manual: openssl-devel
manual: readline-devel
rpmlib: rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib: rpmlib(PayloadFilesHavePrefix) <= 4.0-1
manual: rsync
manual: sqlite
manual: sqlite-devel
manual: tk-devel
manual: xz-devel
manual: zip
manual: zlib-devel
Trying to install pyenv as part of --before-install. For that, some predefined packages are required.
So, kept all of them under dependency section of fpm with -d one by one, But they are not getting installed with the rpm generated.
My python script for that.