search for: _me

Displaying 6 results from an estimated 6 matches for "_me".

Did you mean: _e
2018 Jun 08
3
rpmbuild --define | some rpm sorcerer around?
...n where one wishes to define _foobar as > "foo" for example would be: > > rpmbuild --define '_foobar foo' > > or generically > > rpmbuild --define 'SomeVariable SomeValue' > > Hope that helps Try to pass bash var to rpmbuild, eg: $ _def1="_me no" $ rpmbuild --define ${_def1} > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos
2018 Jun 09
0
rpmbuild --define | some rpm sorcerer around?
...for >> example would be: >> >> rpmbuild --define '_foobar foo' >> >> or generically >> >> rpmbuild --define 'SomeVariable SomeValue' >> >> Hope that helps > > Try to pass bash var to rpmbuild, eg: > > $ _def1="_me no" > $ rpmbuild --define ${_def1} > > I assume you are doing this in a bash script? ${_def1} may need to be quoted as it contains a space. But for that I would do the following to make it more readable: ME="no" rpmbuild --define '_me ${ME}' or if ${ME} conta...
2018 Jun 11
2
rpmbuild --define | some rpm sorcerer around?
...gt;>> rpmbuild --define '_foobar foo' >>> >>> or generically >>> >>> rpmbuild --define 'SomeVariable SomeValue' >>> >>> Hope that helps >> >> Try to pass bash var to rpmbuild, eg: >> >> $ _def1="_me no" >> $ rpmbuild --define ${_def1} >> >> > > I assume you are doing this in a bash script? > > ${_def1} may need to be quoted as it contains a space. > > But for that I would do the following to make it more readable: > > ME="no" > rp...
2018 Jun 08
2
rpmbuild --define | some rpm sorcerer around?
hi how do you pass vars to rpmbuild for definition? eg rpmbuild --define \'"${_definition2}"\' I've been fiddling with ways to escape, but none is fricking working.. I mean, rpmbuild rushes to work(no errors nor failure) so if you try just the command line do not believe it, because later as it executes %if you will see process does not see these definitions. many
2009 Apr 30
2
DO NOT REPLY [Bug 6307] New: --remove-source-files removes files if source and destination are the same
https://bugzilla.samba.org/show_bug.cgi?id=6307 Summary: --remove-source-files removes files if source and destination are the same Product: rsync Version: 3.0.5 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo:
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking