日本語のみで絞り込む

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:6か月以内
  • 2023/12/13 -I am able to create rpm package for RHEL 6/7/8, CentOS 6/7/8, Oracle Linux 6/7/8 , Rocky Linux 8 with same spec file but not with Rocky Linux 9.

    2024/2/13 -rpmbuild directory: This is the main workspace for building RPMs. Create it in your home directory: mkdir ~/rpmbuild . ; SPECS directory: This holds the spec ...

    2024/2/22 -Install the rpm-build package. Use the following command to install the rpm-build package on your system: yum install rpm-build.

    2024/2/18 -The rpmbuild-order tool sorts source RPM packages by build dependencies, so that they can be built in a correct order. It does this by reading RPM package ...

    2024/2/6 -But when I run the rpm build command rpmbuild --rebuild ./conky-1.11.5-3.fc32.src.rpm. I get the error CMake Warning: Manually-specified variables were not ...

    2024/3/20 -rpmbuild is used to build both binary and source software packages. A package consists of an archive of files and meta-data used to install and erase the ...

    2023/11/29 -Issue with rpmbuild --target from a rocky 8 to a pcc64 architecture ... I'm doing an rpmbuild with --target option and I fail with the error described here but my ...

    2024/3/13 -rpmbuild is the core command of RPM packaging, the osc build you use is actually a macro pointing to it. To the autotools build system, conditionals is the ...

    2023/12/19 -This is the file rpmbuild utility looks at and then knows what steps need to be done during the build process. The SRPMS directory contains a tarball with the ...

    2024/4/11 -I try to pack some map files for our geoserver in an internal rpm package. For the build part, this is just to copy the files.