約405件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:1年以内
  • 2023/12/13 -I am not able to create rpm package , getting below error. /usr/lib/rpm/redhat/brp-ldconfig: line 5: RPM_BUILD_ROOT: unbound variable My VM OS : Rocky Linux ...

    2024/5/29 -Tools for packaging Python projects with rpm. Contribute to rpm-software-management/python-rpm-packaging development by creating an account on GitHub.

    2023/7/7 -Name: amazon-ec2-utils Summary: A set of tools for running in EC2 Version: 2.2.0 Release: 1%{?dist} License: MIT Group: System Tools Source0: ec2-metadata ...

    2023/9/23 -Following What actually is $RPM_BUILD_ROOT?, I've checked ~/.rpmmacros and ... What actually is $RPM_BUILD_ROOT? 0 · How to successfully run make install ...

    2023/12/13 -On this quick article, I will explain how did I create my first RPM package under the ArcaOS platform. I was used to creating some WarpIn installers and I felt ...

    2023/11/14 -Build the module -- this or similar commands should work with most modern kernel modules. %install rm -rf $RPM_BUILD_ROOT for kvariant in %{kvariants} do.

    2024/4/17 -mkdir -p $RPM_BUILD_ROOT/usr/src/kernels. mv $RPM_BUILD_ROOT/lib/modules/$KernelVer/build $RPM_BUILD_ROOT/$DevelDir. # This is going to create a broken link ...

    2023/11/14 -Introduction. Kernel modules are a special case in rpm packaging and need careful handling. There are a lot of ways to package kernel modules -- to avoid ...

    2023/9/25 -Ostree tooling can ingest artifacts like rpm packages, container images, and OS customizations such as users and services. Adding MicroShift to this is easy and ...

    2024/6/17 -I currently have the following in the %install section of my spec file: %install ... cp program-ebpf $RPM_BUILD_ROOT/program/ ... rpmbuild fails with /usr/bin ...