Fix the Release tag.
This commit is contained in:
parent
4eb296a032
commit
766cc66ade
@ -9,9 +9,14 @@
|
||||
%define tdb_version 1.2.10
|
||||
%define tevent_version 0.9.17
|
||||
%define ldb_version 1.1.12
|
||||
# This should be rc1 or nil
|
||||
%define pre_release rc6
|
||||
|
||||
%define samba_release %{main_release}%{?dist}.%{pre_release}
|
||||
%if "x%{?pre_release}" != "x"
|
||||
%define samba_release 0.%{main_release}.%{pre_release}%{?dist}
|
||||
%else
|
||||
%define samba_release %{main_release}%{?dist}
|
||||
%endif
|
||||
|
||||
%global with_libsmbclient 1
|
||||
%global with_libwbclient 1
|
||||
|
Loading…
Reference in New Issue
Block a user