search for: skip_x11_askpass

Displaying 3 results from an estimated 3 matches for "skip_x11_askpass".

2010 Jul 14
3
[Bug 1796] New: Error on rpmbuild while compiling RPMS from tar.gz
...nssh.spec" and having enabled building of x11-askpass: error: /usr/src/redhat/SPECS/openssh.spec:77: parseExpressionBoolean returns -1 there was a line in the spec file (line 77) read the following: %if ! %{no_x11_askpass} However the defined var is listed at the top of the file as "skip_x11_askpass" I replace line 77 with the following: %if ! %{skip_x11_askpass} and the problem was resolved. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
2002 May 30
0
[Bug 260] New: Expanded features in spec file.
...(avoids DNS hangs on some glibc versions) %define noip6 0 +# Do we want ssh suid root? (1=yes 0=no) +%define suidssh 0 + +# Do we want kerberos5 support (1=yes 0=no) +%define kerberos5 0 + # Reserve options to override askpass settings with: # rpm -ba|--rebuild --define 'skip_xxx 1' %{?skip_x11_askpass:%define no_x11_askpass 1} @@ -184,15 +190,22 @@ %if %{noip6} --with-ipv4-default \ %endif +%if ! %{suidssh} + --disable-suid-ssh \ +%endif %if %{rescue} --without-pam --with-md5-passwords %else +%if %{kerberos5} --with-pam --with-kerberos5=/usr/kerberos +%else +...
2009 Nov 28
5
[Bug 1677] New: Redhat spec can't build without ask-pass
....3p1 Platform: All OS/Version: Linux Status: NEW Severity: minor Priority: P2 Component: Build system AssignedTo: unassigned-bugs at mindrot.org ReportedBy: stloukal at programator.cz RPM will not build, when choosing both skip_x11_askpass and skip_gnome_askpass, because of missing condition around Source1. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.