We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e67d7e commit 6b297f6Copy full SHA for 6b297f6
1 file changed
contrib/sssd.spec.in
@@ -52,6 +52,10 @@
52
53
%global samba_package_version %(rpm -q samba-devel --queryformat %{version})
54
55
+%if "%{?samba_package_version}" == ""
56
+%global samba_package_version 4.19
57
+%endif
58
+
59
Name: @PACKAGE_NAME@
60
Version: %{gsub @PACKAGE_VERSION@ - ~}
61
Release: 0@PRERELEASE_VERSION@%{?dist}
0 commit comments