2,7d1
< Wed Aug 31 15:42:11 CEST 2011 - jsuchome@suse.cz < < - properly initialize value of ldap_initialized (bnc#710430) < - 2.21.1 < < ------------------------------------------------------------------- OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-ldap?expand=0&rev=19
This commit is contained in:
parent
86de5e15c5
commit
a880b9fdb2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1a10b3b01dac7f162f7a1b304207a52d891fd42eb0746da03f2105ee64e3fca9
|
|
||||||
size 268102
|
|
3
yast2-ldap-2.21.1.tar.bz2
Normal file
3
yast2-ldap-2.21.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:50c6017e9dcf86aa8366b2fdc7a8debc57672392224ed6beddc41ef27798e4e8
|
||||||
|
size 268851
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 31 15:42:11 CEST 2011 - jsuchome@suse.cz
|
||||||
|
|
||||||
|
- properly initialize value of ldap_initialized (bnc#710430)
|
||||||
|
- 2.21.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 4 10:04:36 CEST 2011 - jsuchome@suse.cz
|
Mon Apr 4 10:04:36 CEST 2011 - jsuchome@suse.cz
|
||||||
|
|
||||||
|
@ -1,35 +1,21 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-ldap
|
# spec file for package yast2-ldap (Version 2.21.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
||||||
#
|
|
||||||
# All modifications and additions to the file contributed by third parties
|
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
|
||||||
# upon. The license for this file, and modifications and additions to the
|
|
||||||
# file, is the same license as for the pristine package itself (unless the
|
|
||||||
# license for the pristine package is not an Open Source License, in which
|
|
||||||
# case the license is the MIT License). An "Open Source License" is a
|
|
||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
|
||||||
# published by the Open Source Initiative.
|
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
||||||
#
|
|
||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: yast2-ldap
|
Name: yast2-ldap
|
||||||
Version: 2.21.0
|
Version: 2.21.1
|
||||||
Release: 1
|
Release: 0
|
||||||
|
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-ldap-2.21.0.tar.bz2
|
Source0: yast2-ldap-2.21.1.tar.bz2
|
||||||
|
|
||||||
Prefix: /usr
|
prefix: /usr
|
||||||
|
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
License: GPLv2+
|
License: GPL v2 or later
|
||||||
BuildRequires: doxygen gcc-c++ libldapcpp-devel libxcrypt-devel yast2 yast2-core-devel yast2-devtools
|
BuildRequires: gcc-c++ libldapcpp-devel libxcrypt-devel yast2-devtools doxygen yast2-core-devel yast2
|
||||||
Summary: YaST2 - LDAP Agent
|
Summary: YaST2 - LDAP Agent
|
||||||
Requires: ldapcpplib yast2
|
Requires: ldapcpplib yast2
|
||||||
|
|
||||||
@ -39,7 +25,7 @@ enables searching the LDAP tree and adding/deleting/modifying items on
|
|||||||
an LDAP server.
|
an LDAP server.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-ldap-2.21.0
|
%setup -n yast2-ldap-2.21.1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -63,6 +49,7 @@ for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name "*.desk
|
|||||||
%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
|
%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf "$RPM_BUILD_ROOT"
|
rm -rf "$RPM_BUILD_ROOT"
|
||||||
|
|
||||||
@ -74,4 +61,3 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{_libdir}/YaST2/plugin/libpy2ag_ldap.so
|
%{_libdir}/YaST2/plugin/libpy2ag_ldap.so
|
||||||
%{_libdir}/YaST2/plugin/libpy2ag_ldap.la
|
%{_libdir}/YaST2/plugin/libpy2ag_ldap.la
|
||||||
%doc %{prefix}/share/doc/packages/yast2-ldap
|
%doc %{prefix}/share/doc/packages/yast2-ldap
|
||||||
%changelog
|
|
||||||
|
Loading…
Reference in New Issue
Block a user