[CentOS] Helper variables like %{rhel} on CentOS
Santi Saez
santisaez at woop.esMon Jan 3 16:01:57 UTC 2011
- Previous message: [CentOS] installing windows 2008 server( VM) on a centos xen server
- Next message: [CentOS] Helper variables like %{rhel} on CentOS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
I'm trying to use helper variables like %{rhel} in a .SPEC file on
CentOS (as they are defined in RHEL and Fedora [1]), but it seems they
are not available.
Is there any way to detect automatically CentOS release from a .SPEC
file in a RPM build process?
As a workaround, I use this hack:
%if 0%{?rhel} >= 5
(..)
%endif
And when calling rpmbuild I use a conditional build, like:
$ rpmbuild -ba --clean --define "rhel 5"
Regards,
[1] http://goo.gl/dkGUg
--
Santi Saez
- Previous message: [CentOS] installing windows 2008 server( VM) on a centos xen server
- Next message: [CentOS] Helper variables like %{rhel} on CentOS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list