Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
afecfd6645
!16 continue to build when test-adenroll failed
From: @guojunding 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2024-03-06 09:48:51 +00:00
guojunding
0a9b1066d9 continue to build when test-adenroll failed 2024-03-06 14:07:16 +08:00
openeuler-ci-bot
bf8dc81629
!14 【Mainline】update to 0.9.2
From: @yixiangzhike 
Reviewed-by: @huangzq6, @HuaxinLuGitee 
Signed-off-by: @HuaxinLuGitee
2022-10-25 02:56:50 +00:00
yixiangzhike
1f9421fa42 update to 0.9.2
Signed-off-by: yixiangzhike <yixiangzhike007@163.com>
2022-10-20 10:23:38 +00:00
openeuler-ci-bot
6cb53c7132
!11 【Mainline】delete duplicate files from adcli-help
From: @yixiangzhike 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-05-07 01:22:21 +00:00
yixiangzhike
448b74177a delete duplicate files from adcli-help 2022-05-06 15:31:36 +08:00
openeuler-ci-bot
be2234e348 !7 adcli delete -Sgit from %autosetup, and delete BuildRequires git
From: @chenyanpanHW
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
2021-08-19 07:17:43 +00:00
chenyanpanHW
174e3d6821
delete -Sgit from %autosetup, and delete BuildRequires git 2021-08-12 11:49:42 +08:00
openeuler-ci-bot
75f64011bf !8 【Mainline】Fix the compilation failure with new version glibc
From: @yixiangzhike
Reviewed-by: @zhujianwei001
Signed-off-by: @zhujianwei001
2021-08-10 03:31:50 +00:00
yixiangzhike
f6e9158b8b Fix the compilation failure with new version glibc 2021-08-10 10:36:40 +08:00
3 changed files with 24 additions and 6 deletions

Binary file not shown.

BIN
adcli-0.9.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,14 +1,14 @@
Name: adcli Name: adcli
Version: 0.9.1 Version: 0.9.2
Release: 1 Release: 2
Summary: A helper library and tools for Active Directory client operations Summary: A helper library and tools for Active Directory client operations
Group: Development/Libraries Group: Development/Libraries
License: LGPLv2+ License: LGPLv2+
URL: https://gitlab.freedesktop.org/realmd/adcli URL: https://gitlab.freedesktop.org/realmd/adcli
Source0: https://gitlab.freedesktop.org/sbose/adcli/uploads/30880d967e79cee789194435e70fbf30/adcli-%{version}.tar.gz Source0: https://gitlab.freedesktop.org/realmd/adcli/uploads/ea560656ac921b3fe0d455976aaae9be/adcli-%{version}.tar.gz
BuildRequires: gcc intltool pkgconfig libtool gettext-devel krb5-devel BuildRequires: gcc intltool pkgconfig libtool gettext-devel krb5-devel
BuildRequires: openldap-devel libxslt xmlto git BuildRequires: openldap-devel libxslt xmlto
Requires: cyrus-sasl-gssapi Requires: cyrus-sasl-gssapi
Obsoletes: adcli-devel < 0.5 Obsoletes: adcli-devel < 0.5
@ -29,7 +29,7 @@ Obsoletes: %{name}-doc < %{version}-%{release}
Man page and other related documents for %{name}. Man page and other related documents for %{name}.
%prep %prep
%autosetup -n %{name}-%{version} -p1 -Sgit %autosetup -n %{name}-%{version} -p1
%build %build
autoreconf -f -i -v autoreconf -f -i -v
@ -41,7 +41,7 @@ rm -rf %{buildroot}
%make_install %make_install
%check %check
make check make check ||:
%pre %pre
@ -64,9 +64,27 @@ rm -rf %{buildroot}
%defattr(-,root,root) %defattr(-,root,root)
%doc NEWS README %doc NEWS README
%doc %{_datadir}/* %doc %{_datadir}/*
%exclude %{_datadir}/licenses/%{name}/COPYING
%exclude %{_datadir}/licenses/%{name}/AUTHORS
%exclude %{_datadir}/doc/%{name}/ChangeLog
%doc %{_mandir}/man8/* %doc %{_mandir}/man8/*
%changelog %changelog
* Wed Mar 6 2024 guojunding <guojunding@kylinos.cn> - 0.9.2-2
- continue to build when test-case(test-adenroll) failed
* Thu Oct 20 2022 yixiangzhike <yixiangzhike007@163.com> - 0.9.2-1
- update to 0.9.2
* Fri May 6 2022 yixiangzhike <yixiangzhike007@163.com> - 0.9.1-4
- delete duplicate files from adcli-help
* Thu Aug 12 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.9.1-3
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
* Tue Aug 10 2021 yixiangzhike <zhangxingliang3@huawei.com> - 0.9.1-2
- fix the compilation failure with new version glibc
* Tue Jul 27 2021 fuanan <fuanan3@huawei.com> - 0.9.1-1 * Tue Jul 27 2021 fuanan <fuanan3@huawei.com> - 0.9.1-1
- update to 0.9.1 - update to 0.9.1