From 53df92a93592163c383703ea5938938c28480d4c Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Tue, 11 Feb 2014 17:33:10 +0100 Subject: [PATCH 1/2] add syconfig agent needed for ldap module --- conf/Makefile.am | 2 +- conf/cfg_ldap.scr | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 conf/cfg_ldap.scr diff --git a/conf/Makefile.am b/conf/Makefile.am index b42a81d..aad55d7 100644 --- a/conf/Makefile.am +++ b/conf/Makefile.am @@ -2,6 +2,6 @@ # Makefile.am for .../agent-ldap/conf # -scrconf_DATA = ldap.scr +scrconf_DATA = ldap.scr cfg_ldap.scr EXTRA_DIST = $(scrconf_DATA) diff --git a/conf/cfg_ldap.scr b/conf/cfg_ldap.scr new file mode 100644 index 0000000..a6e8d5c --- /dev/null +++ b/conf/cfg_ldap.scr @@ -0,0 +1,17 @@ +/** + * File: + * cfg_ldap.scr + * Summary: + * SCR Agent for reading/writing /etc/sysconfig/ldap + * using the sysconfig-agent + * + * $Id$ + * + * Read/Sets the values defined in /etc/sysconfig/ldap + * in an easy manner. + */ +.sysconfig.ldap + +`ag_ini( + `SysConfigFile("/etc/sysconfig/ldap") +) From 76d393fc0ccc650db3872ee543a9aacb7cbd84d9 Mon Sep 17 00:00:00 2001 From: Josef Reidinger Date: Tue, 11 Feb 2014 17:34:05 +0100 Subject: [PATCH 2/2] release --- package/yast2-ldap.changes | 6 ++++++ package/yast2-ldap.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package/yast2-ldap.changes b/package/yast2-ldap.changes index 9d1f669..08a58d1 100644 --- a/package/yast2-ldap.changes +++ b/package/yast2-ldap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 11 16:33:18 UTC 2014 - jreidinger@suse.com + +- add missing sysconfig ldap agent +- 3.1.5 + ------------------------------------------------------------------- Tue Feb 4 14:55:42 UTC 2014 - jreidinger@suse.com diff --git a/package/yast2-ldap.spec b/package/yast2-ldap.spec index 8523bbe..2785587 100644 --- a/package/yast2-ldap.spec +++ b/package/yast2-ldap.spec @@ -17,7 +17,7 @@ Name: yast2-ldap -Version: 3.1.4 +Version: 3.1.5 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build