Compare commits
10 Commits
2c601f7316
...
afecfd6645
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
afecfd6645 | ||
|
|
0a9b1066d9 | ||
|
|
bf8dc81629 | ||
|
|
1f9421fa42 | ||
|
|
6cb53c7132 | ||
|
|
448b74177a | ||
|
|
be2234e348 | ||
|
|
174e3d6821 | ||
|
|
75f64011bf | ||
|
|
f6e9158b8b |
Binary file not shown.
BIN
adcli-0.9.2.tar.gz
Normal file
BIN
adcli-0.9.2.tar.gz
Normal file
Binary file not shown.
30
adcli.spec
30
adcli.spec
@ -1,14 +1,14 @@
|
||||
Name: adcli
|
||||
Version: 0.9.1
|
||||
Release: 1
|
||||
Version: 0.9.2
|
||||
Release: 2
|
||||
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/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: openldap-devel libxslt xmlto git
|
||||
BuildRequires: openldap-devel libxslt xmlto
|
||||
|
||||
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 -Sgit
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
autoreconf -f -i -v
|
||||
@ -41,7 +41,7 @@ rm -rf %{buildroot}
|
||||
%make_install
|
||||
|
||||
%check
|
||||
make check
|
||||
make check ||:
|
||||
|
||||
%pre
|
||||
|
||||
@ -64,9 +64,27 @@ 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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user