Skip to content

Commit

Permalink
YCP Killer: Apply changes needed for Ruby translation
Browse files Browse the repository at this point in the history
This module needed few changes before it was possible to translate its
YCP files into Ruby. This commit performs them.

The commit is a result of running YCP Killer's "patch" command. The
history of the applied patch is available here:

  https://github.com/yast/ycp-killer/commits/master/patches/ldap-client.patch

See also:

  https://github.com/yast/ycp-killer
  • Loading branch information
yast-bot committed Jul 30, 2013
1 parent b7e3e14 commit 0f04db8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 58 deletions.
13 changes: 0 additions & 13 deletions agents/Makefile.am

This file was deleted.

41 changes: 0 additions & 41 deletions src/Makefile.am

This file was deleted.

2 changes: 1 addition & 1 deletion testsuite/Makefile.am
Expand Up @@ -5,7 +5,7 @@
#

AUTOMAKE_OPTIONS = dejagnu
EXTRA_DIST = $(wildcard tests/*.out) $(wildcard tests/*.err) $(wildcard tests/*.ycp) $(wildcard tests/*.yh)
EXTRA_DIST = $(wildcard tests/*.out) $(wildcard tests/*.err) $(wildcard tests/*.rb)

testsuite_prepare = @ydatadir@/testsuite/Makefile.testsuite

Expand Down
8 changes: 5 additions & 3 deletions yast2-ldap-client.spec.in
Expand Up @@ -27,6 +27,8 @@ Obsoletes: yast2-trans-ldap_client

BuildArchitectures: noarch

Requires: yast2-ruby-bindings >= 1.0.0

Summary: YaST2 - LDAP Client Configuration

%description
Expand All @@ -50,9 +52,9 @@ OpenLDAP server will be used for user authentication.
@desktopdir@/ldap_browser.desktop
%dir @yncludedir@/ldap
@yncludedir@/ldap/*
@moduledir@/Ldap.y*
@moduledir@/LdapPopup.y*
@clientdir@/ldap*.ycp
@moduledir@/Ldap.rb
@moduledir@/LdapPopup.rb
@clientdir@/ldap*.rb
@scrconfdir@/*.scr
@schemadir@/autoyast/rnc/ldap_client.rnc
%doc @docdir@
Expand Down

0 comments on commit 0f04db8

Please sign in to comment.