Mailinglist Archive: opensuse-buildservice (184 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] install_info_prereq on CentOS
- From: Michael Behrisch <behrisch@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 28 Oct 2008 23:30:04 +0100
- Message-id: <200810282330.04547.behrisch@xxxxxxxxxxxxxxxxxxxxxxx>
Am Samstag, 25. Oktober 2008 23:01 schrieb Cristian Rodríguez:
So the correct way to write in the spec would be the following?
%if 0%{?suse_version}
PreReq: %install_info_prereq
%else
PreReq: info
%endif
I am asking again because the package I changed
by just deleting the PreReq was built
but was not able to be installed (in fact installing it
caused a Kernel Panic on RHEL / CentOS)
Regards,
Michael
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
Michael Behrisch escribió:
Is this feature unneeded (unsupported) on CentOS?
This is a SUSE'ism. it currently expands to "info".
So the correct way to write in the spec would be the following?
%if 0%{?suse_version}
PreReq: %install_info_prereq
%else
PreReq: info
%endif
I am asking again because the package I changed
by just deleting the PreReq was built
but was not able to be installed (in fact installing it
caused a Kernel Panic on RHEL / CentOS)
Regards,
Michael
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |