約9,850件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:1年以内
  • 2023/6/30 -Set up the build environment by creating a rpmbuild directory structure in the home directory: mkdir -p ~/rpmbuild/{BUILD,RPMS,SOURCES,SPECS,SRPMS}; Create an .

    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.

    2023/6/27 -Invoking rpmbuild --rebuild involves: Installing the contents of the SRPM - the SPEC file and the source code - into the ~/rpmbuild/ directory. Building using ...

    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 ...

    2023/6/30 -MISCELLANEOUS: rpmbuild --showrc rpmbuild-options [--buildroot DIRECTORY] ... . BUILD OPTIONS The general form of an rpm build command is rpmbuild {-bSTAGE ...

    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 ...

    2023/6/27 -Open the output template of the ~/rpmbuild/SPECS/<name>.spec file provided by the rpmdev-newspec utility: Populate the first section of the SPEC file: The first ...

    2023/9/29 -Building RPM files in containers because version-controlled build environments are amazing!