Building my first RPM

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I am trying to build Python RPM and trying to keep .spec file as simple as I can.

build, compile, install and package is completed and now I have the binary RPM
to install, but getting below error at the time of installation:

error: failed dependencies:
        /usr/local/bin/python is needed by Python-3.4.2-1

any idea what I am doing wrong ?
Do I need to have python 2 ? to have python 3 installed ?
or I am missing some thing in .spec file ?

For now I am packaging what ever it is in buildroot directory.

make DESTDIR=${RPM_BUILD_ROOT} install


%files
%defattr(-,root,system,-)
/usr/local/bin/*
/usr/local/lib/*
/usr/local/share/*
/usr/local/include/*

thanks


_______________________________________________
Rpm-list mailing list
Rpm-list@xxxxxxxxxxxxx
http://lists.rpm.org/mailman/listinfo/rpm-list

[Index of Archives]     [RPM Ecosystem]     [Linux Kernel]     [Red Hat Install]     [PAM]     [Red Hat Watch]     [Red Hat Development]     [Red Hat]     [Gimp]     [Yosemite News]     [IETF Discussion]

  Powered by Linux