python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How does rpmbuild move the results to the target
When I do
rpmbuild -bi ~/rpmbuild/SPECS/microemacs.spec
The result is
>g++ -g -I. -I../src basic.o bind.o buffer.o char.o crypt.o display.o eval.o exec.o file.o
> fileio.o input.o isearch.o lin...
Questaware
Votes: 0
Answers: 1
How to get an RPM's header size and other RPM metadata in linux
Is there a linux command to get the size of header of an RPM? I came across this article that describes the structure of an RPM https://docs.fedoraproject.org/ro/Fedora_Draft_Documentation/0.1/html/RP...
awisha
Votes: 0
Answers: 1
How to create rpm A which support overlapping of installed rpm B files?
I want to create rpm A, my requirement here is that whenever I install rpm A, It will replace some files which are part of installed rpm B.
for this in debian we used
Provides: pkg C
Conflicts: pkg C
...

Pankaj Suryawanshi
Votes: 0
Answers: 2