Skip to content
Advertisement

Tag: packaging

RPM require kernel-devel package of currently installed kernel

I have written an RPM spec that has a requirement for the kernel-devel package. However, that is satisfied by the installation of any kernel-devel package. How do I specify that the RPM requires the kernel-devel package of the currently running kernel version. For example, our customer could be running 3.10.0-514, however the latest is 3.10.0-693. If you execute “yum install

[ Python 2.7 ]Package program with Pynsist

I am packaging a Python 2.7 program with the lastest version of Pynsist. I’ve created an installer.cfg file following this example. But when I try to package my application running into the application folder it comes up with So the problem I think is with Pygame. On Google there in nothing about this, but i cannot use others programs for

How do I create a native Debian package for static files?

I have a need to Debianize some static resources for a software project but am confused by the available information and could use some guidance in doing so. Here are the materials I’ve been reading: Rolling your own Debian packages Debian New Maintainer’s Guide Debian Library Packaging Guide Debian Mentors FAQ The Debian New Maintainer’s Guide seems the most apropos,

Advertisement