mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
building RPMs on RHEL fail because of a typo.
Signed-off-by: Anand Avati <avati@redhat.com> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Simo Sorce <idra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Sat May 25 01:04:37 CEST 2013 on sn-devel-104
This commit is contained in:
parent
e24fe5705e
commit
39d7982625
@ -2,7 +2,7 @@
|
||||
%define auth %(test -f /etc/pam.d/system-auth && echo /etc/pam.d/system-auth || echo)
|
||||
%define this_is_redhat %(test -e /etc/redhat-release && echo 1 || echo 0)
|
||||
%if %{this_is_redhat} > 0
|
||||
%define rhel_ver %(grep "release" /etc/redhat-release | sed %"s/^[^0-9]*\\([0-9]*\\).*/\\1/g")
|
||||
%define rhel_ver %(grep "release" /etc/redhat-release | sed "s/^[^0-9]*\\([0-9]*\\).*/\\1/g")
|
||||
%else
|
||||
%define rhel_ver 0
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user