i have problem regarding the stderr and stdout message print on the
client console for specified costume message on specified costume
condition .i want to put it on spec file or where?
"like for example if i have build rpm xyz.rpm when after…
As per my requirement is is possible that the rpm is same for all server but only one config file change as per the server environment like production,staging,testing or else.
i have bundle of config file for all server but i don't want hardcode it…
I was trying to create a rpm package, my spec file looks like this:
%define config_option (cat %1)
%define __spec_install_post %{nil}
%define debug_package %{nil}
%define __os_install_post %{_dbpath}/brp-compress
%define __prelink_undo_cmd…
I'm working on RHEL WS 4.5.
I've obtained the glibc source rpm matching this system, opened it to get its contents using rpm2cpio.
Working in that tree, I've created a patch to mtrace.c (i want to add more stack backtrace levels) and incorporated it…
I use a RPM spec which contains lines very similar to the following:
...
%files
%defattr(-,root,root)
%attr(0666,root,root) %config /etc/myapp/myconfig.ini
...
The problem I encounter if someone installs an update of the RPM is that the access mode…
I am getting error when I am trying to do rpmbuild to build the kernel from source for MeeGo 1.2.
After run this command:
rpmbuild -bp --target $(uname -m) kernel-adaptation-intel-automative.spec
I am getting this error:
make ARCH=x86…
This is my first attempt at building an RPM and I'm finding it a bit confusing, not really getting the different variables at all yet, so would appreciate any advice on the below..
I have the following spec file:
BuildRoot :…
I'm trying to build qt on CentOS 5.6
but it fails with the reason that the system doesn't have required libraries.
I'm trying to build with source and spec file from the Fedora qt source rpm file.
$ rpmbuild -ba qt.spec
and the fail message is like…
Say I have a rpm, built for SUSE Linux Enterprise Server(SLES) and I want to install the same rpm in Red Hat Enterprise Linux.
Will I face any architectural dependency issue here?
What are the main concerns for installing a rpm, built for one OS,…
I have an RPM file that need to be installed, before installing I want to check the version of packages contained within it. If the package is already installed I can use rpm -qi to know the version number, but what option do I use to find out the…
i want to upgrade my install component, in such a way,that only only specfied files get replaced and the structure will not changed
rpm -qlp CDA-4.2.1-201203020211.i386.rpm…
All,
I created a RPM package using rpm.spec file. The package installed succesfully. When i remove the package using rpm -e it removed from RPM database
But directory structure that the pkg created was not removed.
Please help me to resolve this…