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.
我正在使用fedora 10 linux。我为我的软件创建了一个 RPM,它运行良好。但我想要以下功能“如果我安装 RPM,它将检查该系统中是否有可用的 JRE 1.5 或更高版本(如果可用)然后安装 RPM,否则我想显示下载 JRE 的 URL。
有什么我必须在我的 .spec 文件中写的吗
我怎样才能实现这种类型的功能。
谢谢 Sunil Kumar Sahoo
我插入以下行以检查您的规范文件中的 jre 1.5 或更高版本 Requires:jre >= 1.5