开发者

Understanding how rpmbuild works

开发者 https://www.devze.com 2022-12-30 04:24 出处:网络
It seems that the RPM logic is quite different from what I know already and I am having some issues understanding the \"RPM logic\". For my work, I have to create a documentation on \"How-to create a

It seems that the RPM logic is quite different from what I know already and I am having some issues understanding the "RPM logic". For my work, I have to create a documentation on "How-to create a RPM package on Red Hat 5".

I'm used to Debian and it's derivatives (Ubuntu, and so on) and thus to Debian packages (aka. .deb files).

From what I read, it seems that ones need to be root to create a RPM package. While I understand why root could be required to install a package, I still don't understand why elevated privileges should be needed just to create one.

If I t开发者_StackOverflow社区ry to create a RPM package as a user, changing the buildroot it fails on the %installstep because I don't have permission to write files into /usr/bin. Fair enough but... why does it want to copy my files into /usr/bin at this step?! I just want to create the package, not install it!

I'm sure I'm missing something here. Is there anyone who could give me at least a basic understanding of how rpmbuild works and why?


Will this do?


You don't need to be root to build RPM packages. I recommend you to read this two part article to get you started.


The official Maximum RPM book also has a chapter on Having RPM Use a Different Build Area, which allows non-root users to build RPMs.

0

精彩评论

暂无评论...
验证码 换一张
取 消