約4,530件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:3か月以内
  • 2024/5/1 -This Tech Brief provides a basic HOWTO for creating an RPM package, signing it, distributing it (via a yum repository), and verifying its contents. It does this ...

    2024/4/12 -Those dependencies prevent new RPM from being installed on RHEL7 systems, while original RPM is installed on RHEL7 without any problem. (The rebuild is done on ...

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

    6日前 -The rpmbuild command requires a very specific directory structure in which to build RPMs. You could create this directory structure yourself but the rpmdev- ...

    2024/4/18 -We generally rely on rpmbuild to automatically add dependencies on library SONAMEs. Modern package management tools are capable of resolving such dependencies ...

    2024/4/3 -Every package that uses Python (at runtime and/or build time) and/or installs Python modules MUST explicitly include BuildRequires: python3-devel in its .spec ...

    2024/4/12 -Spec files contain the information needed to build the archive, and are used by the rpmbuild tool. In the SRPM variety of RPM file, the spec file is ...

    2024/4/12 -Package, rpm-dev. Version, 4.19.1.1-r1. Description, Redhat Package Management utilities (RPM) (development files). Project, https://rpm.org/.

    2024/5/9 -Create the kernel RPM packages. Use the following command to build the patched Linux kernel: _TOPDIR=`rpm --eval %{_topdir}` rpmbuild -ba --with firmware ...

    2024/3/14 -I am following this link to build rpm package. rpmbuild tutorial - Elasticsearch source rpm. This is 9 years old. I doubt you can follow that guide.