search for: rpmspec

Displaying 4 results from an estimated 4 matches for "rpmspec".

Did you mean: rmspec
2019 Jan 15
2
Request for edit permission on HowTos/BuildingKernelModules
.../redhat/kmodtool the following command won't work rpmbuild -bb --target=`uname -m` --define 'kversion 3.10.0-862.el7' testkmod.spec Instead, people should use something like rpmbuild -bb --target=`uname -m` --define 'kernel_version 3.10.0-862.el7' testkmod.spec In my case # rpmspec --define "kernel_version 3.10.0-957.el7" -P ~/testkmod.spec | grep "BuildRequire" warning: Macro %kmp_release defined but not used within scope warning: Macro %kmp_version defined but not used within scope warning: Macro %latest_kernel defined but not used within scope BuildRequ...
2019 Jan 17
0
Request for edit permission on HowTos/BuildingKernelModules
...gt; > rpmbuild -bb --target=`uname -m` --define 'kversion 3.10.0-862.el7' > testkmod.spec > > Instead, people should use something like > > rpmbuild -bb --target=`uname -m` --define 'kernel_version > 3.10.0-862.el7' testkmod.spec > > In my case > > # rpmspec --define "kernel_version 3.10.0-957.el7" -P ~/testkmod.spec > | grep "BuildRequire" > warning: Macro %kmp_release defined but not used within scope > warning: Macro %kmp_version defined but not used within scope > warning: Macro %latest_kernel defined but not used wi...
2013 Jun 26
1
Trouble Building RPMS v3.6.16
Hi, My system: OS: Centos 6.4? Samba: 3.6.16 I'm trying to build the RPMS from the packaging/RHEL directory.? After I patched the samba.spec file the build is successful.? All packages install without an issue. But when I try to install the SSSD, its dependencies get errors that it conflicts with libtalloc, libtdb and libtevent. from the samba-common. If I try to use the external
2010 Mar 15
0
[PATCH] Updated the list of ignored files and fixed whitespace issues.
...his interface allows you to manage a host and its various components as a set of objects with properties and methods. @@ -115,4 +115,3 @@ test "x%{buildroot}" != "x" && rm -rf %{buildroot} * Tue Jun 23 2009 Arjun Roy <arroy at redhat.com> - 0.0.1-1 - Initial rpmspec packaging - diff --git a/src/cpu.cpp b/src/cpu.cpp index 30348b4..453c571 100644 --- a/src/cpu.cpp +++ b/src/cpu.cpp @@ -1,4 +1,4 @@ -/* Copyright (C) 2009 Red Hat, Inc. +/* cpu.cpp - Copyright (C) 2009 Red Hat, Inc. * Written by Arjun Roy <arroy at redhat.com> * * This program is free...