[SCM] Samba Shared Repository - branch master updated

Jeremy Allison jra at samba.org
Fri May 24 17:05:02 MDT 2013


The branch, master has been updated
       via  39d7982 building RPMs on RHEL fail because of a typo.
      from  e24fe57 libnet-vampire: make use of dsdb_repl_resolve_working_schema()

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 39d7982625ba05befa7bc2430a79d44984eb410e
Author: Anand Avati <avati at redhat.com>
Date:   Fri May 24 12:23:06 2013 -0700

    building RPMs on RHEL fail because of a typo.
    
    Signed-off-by: Anand Avati <avati at redhat.com>
    Reviewed-by: Jeremy Allison <jra at samba.org>
    Reviewed-by: Simo Sorce <idra at samba.org>
    
    Autobuild-User(master): Jeremy Allison <jra at samba.org>
    Autobuild-Date(master): Sat May 25 01:04:37 CEST 2013 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 packaging/RHEL/samba.spec.tmpl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list