Skip to content

Commit 6b297f6

Browse files
nforrothalman
authored andcommitted
Add a default for %samba_package_version
Signed-off-by: Nikola Forró <nforro@redhat.com> Reviewed-by: Tomáš Halman <thalman@redhat.com> (cherry picked from commit caa0ec2)
1 parent 8e67d7e commit 6b297f6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

contrib/sssd.spec.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252

5353
%global samba_package_version %(rpm -q samba-devel --queryformat %{version})
5454

55+
%if "%{?samba_package_version}" == ""
56+
%global samba_package_version 4.19
57+
%endif
58+
5559
Name: @PACKAGE_NAME@
5660
Version: %{gsub @PACKAGE_VERSION@ - ~}
5761
Release: 0@PRERELEASE_VERSION@%{?dist}

0 commit comments

Comments
 (0)