Compare commits

..

No commits in common. "afecfd664541c8081d0e4fe4f1d9b2b690d4e6a2" and "2c601f7316437e0e663a597cb63549521ad4370a" have entirely different histories.

3 changed files with 6 additions and 24 deletions

BIN
adcli-0.9.1.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +1,14 @@
Name: adcli
Version: 0.9.2
Release: 2
Version: 0.9.1
Release: 1
Summary: A helper library and tools for Active Directory client operations
Group: Development/Libraries
License: LGPLv2+
URL: https://gitlab.freedesktop.org/realmd/adcli
Source0: https://gitlab.freedesktop.org/realmd/adcli/uploads/ea560656ac921b3fe0d455976aaae9be/adcli-%{version}.tar.gz
Source0: https://gitlab.freedesktop.org/sbose/adcli/uploads/30880d967e79cee789194435e70fbf30/adcli-%{version}.tar.gz
BuildRequires: gcc intltool pkgconfig libtool gettext-devel krb5-devel
BuildRequires: openldap-devel libxslt xmlto
BuildRequires: openldap-devel libxslt xmlto git
Requires: cyrus-sasl-gssapi
Obsoletes: adcli-devel < 0.5
@ -29,7 +29,7 @@ Obsoletes: %{name}-doc < %{version}-%{release}
Man page and other related documents for %{name}.
%prep
%autosetup -n %{name}-%{version} -p1
%autosetup -n %{name}-%{version} -p1 -Sgit
%build
autoreconf -f -i -v
@ -41,7 +41,7 @@ rm -rf %{buildroot}
%make_install
%check
make check ||:
make check
%pre
@ -64,27 +64,9 @@ rm -rf %{buildroot}
%defattr(-,root,root)
%doc NEWS README
%doc %{_datadir}/*
%exclude %{_datadir}/licenses/%{name}/COPYING
%exclude %{_datadir}/licenses/%{name}/AUTHORS
%exclude %{_datadir}/doc/%{name}/ChangeLog
%doc %{_mandir}/man8/*
%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
- update to 0.9.1