[PATCH 1/3 v4] samba.spec.tmpl: fix typo

Michael Wood esiotrot at gmail.com
Fri May 24 11:07:36 MDT 2013


Won't someone please push this trivial, single character deletion patch to
autobuild? :)

I've seen it posted to the list a few times already.  If there's a good
reason to wait until the other patches in the patch series are ready, fine,
it just seems silly not to push this one in the mean time.

On 24 May 2013 04:28, Anand Avati <avati at redhat.com> wrote:

> building RPMs on RHEL fail because of a typo.
>
> Signed-off-by: Anand Avati <avati at redhat.com>
> ---
>  packaging/RHEL/samba.spec.tmpl |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/packaging/RHEL/samba.spec.tmpl
> b/packaging/RHEL/samba.spec.tmpl
> index 7df7cb5..05e46e1 100644
> --- a/packaging/RHEL/samba.spec.tmpl
> +++ b/packaging/RHEL/samba.spec.tmpl
> @@ -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
> --
> 1.7.1
>
>


-- 
Michael Wood <esiotrot at gmail.com>


More information about the samba-technical mailing list