- Remove build dependency doxygen, python-Cheetah, python-Sphinx,

python-libxml2, python-lxml, most of which are python 2 programs.
  Consequently remove -doc subpackage. Users are encouraged to use
  online documentation. (bsc#1066461)

OBS-URL: https://build.opensuse.org/package/show/network/krb5?expand=0&rev=200
This commit is contained in:
Howard Guo 2017-11-06 10:43:49 +00:00 committed by Git OBS Bridge
parent c09363cbd0
commit e5f49d0c42
2 changed files with 8 additions and 14 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Nov 6 10:23:00 UTC 2017 - hguo@suse.com
- Remove build dependency doxygen, python-Cheetah, python-Sphinx,
python-libxml2, python-lxml, most of which are python 2 programs.
Consequently remove -doc subpackage. Users are encouraged to use
online documentation. (bsc#1066461)
-------------------------------------------------------------------
Mon Oct 2 22:53:28 UTC 2017 - jengelh@inai.de

View File

@ -31,15 +31,10 @@ Summary: MIT Kerberos5 implementation
License: MIT
Group: Productivity/Networking/Security
Obsoletes: krb5-plugin-preauth-pkinit-nss
BuildRequires: doxygen
BuildRequires: libopenssl-devel
BuildRequires: libverto-devel
BuildRequires: openldap2-devel
BuildRequires: pam-devel
BuildRequires: python-Cheetah
BuildRequires: python-Sphinx
BuildRequires: python-libxml2
BuildRequires: python-lxml
BuildRequires: pkgconfig(systemd)
# bug437293
%ifarch ppc64
@ -210,11 +205,6 @@ DEFCCNAME=DIR:/run/user/%%{uid}/krb5cc; export DEFCCNAME
make %{?_smp_mflags}
cd doc
make %{?_smp_mflags} substhtml
cp -a html_subst ../../html
cd ..
# Copy kadmin manual page into kadmin.local's due to the split between client and server package
cp man/kadmin.man man/kadmin.local.8
@ -522,8 +512,4 @@ rm -f %{buildroot}/%{_libdir}/krb5/plugins/preauth/test.so
%dir %{_libdir}/krb5/plugins/preauth
%{_libdir}/krb5/plugins/preauth/otp.so
%files doc
%defattr(-,root,root)
%doc html doc/README
%changelog