Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们必须为 centos 的两种架构(i386 和 x86_64)编译二进制 RPM。当我们想要同时安装两者时,我们在公共文件上存在冲突(如 /usr/include、/bin、...)
是否有 .spec 创建规则有助于避免这些冲突?
我找到了一个链接(其他消息来源似乎同意):
据我了解,答案是:
<binary>-32
<binary>-64