Fedora Account System
Red Hat Associate
Red Hat Customer
the rawhide sssd spec suffers from the Double separator '-' error being enforced by more recent RPM versions. error: line 85: Double separator '-' in: samba4-4.0.0-59beta2: BuildRequires: samba4-devel >= samba4-4.0.0-59beta2 error: query of specfile /ppc64le/stage3/fedora-git/sssd/sssd.spec failed, can't parse A simple fix is provided below. [baude@localhost sssd]$ git diff diff --git a/sssd.spec b/sssd.spec index c7259f8..c2241b0 100644 --- a/sssd.spec +++ b/sssd.spec @@ -82,7 +82,7 @@ BuildRequires: pkgconfig BuildRequires: glib2-devel BuildRequires: diffstat BuildRequires: findutils -BuildRequires: samba4-devel >= samba4-4.0.0-59beta2 +BuildRequires: samba4-devel >= 4.0.0-59beta2 BuildRequires: selinux-policy-targeted %ifarch %{ix86} x86_64 %{arm} BuildRequires: libcmocka-devel
Upstream ticket: https://fedorahosted.org/sssd/ticket/2241
Lukas, given you closed the upstream ticket, can you ack the Fedora patch?
Created attachment 862562 [details] a patch against rawhide
Here is a scratch build: http://koji.fedoraproject.org/koji/taskinfo?taskID=6523359
Other packages use only version without name. Scratch build finished successfully. ACK BuildRequires: libdhash-devel >= 0.4.2 BuildRequires: krb5-devel >= 1.10 Requires: libini_config >= 1.0.0.1 BTW: Will sssd package in rawhide contain following patch? "FAST: when parsing krb5_child response, make sure to not miss" Because I was able to find build sssd-1.11.3-2 only for fedora 20. http://koji.fedoraproject.org/koji/packageinfo?packageID=7925
(In reply to Lukas Slebodnik from comment #5) > Other packages use only version without name. Scratch build finished > successfully. > > ACK > Thanks, built in master. > BuildRequires: libdhash-devel >= 0.4.2 > BuildRequires: krb5-devel >= 1.10 > Requires: libini_config >= 1.0.0.1 > > > BTW: Will sssd package in rawhide contain following patch? > "FAST: when parsing krb5_child response, make sure to not miss" > > Because I was able to find build sssd-1.11.3-2 only for fedora 20. > http://koji.fedoraproject.org/koji/packageinfo?packageID=7925 It's already in master/rawhide, see commit 9c2fb314df3330966a6f48ad19f6a2edf9543423