Accepting request 454084 from network
1 OBS-URL: https://build.opensuse.org/request/show/454084 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libheimdal?expand=0&rev=3
This commit is contained in:
commit
ab216741a8
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 2 01:44:35 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Summary and RPM group update. Do a direct call to ldconfig
|
||||
where possible.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 07 22:57:23 UTC 2017 - joerg.lorenzen@ki.tng.de
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
Name: libheimdal
|
||||
Summary: Libraries of Kerberos 5 implementation
|
||||
Summary: The Heimdal implementation of the Kerberos 5 protocol
|
||||
License: BSD-3-Clause
|
||||
Group: System/Libraries
|
||||
Group: Productivity/Networking/Security
|
||||
Version: 7.1.0
|
||||
Release: 0
|
||||
Url: http://www.h5l.org
|
||||
@ -40,14 +40,14 @@ BuildRequires: pkgconfig(ncurses) >= 5.3
|
||||
%else
|
||||
BuildRequires: ncurses-devel >= 5.3
|
||||
%endif
|
||||
BuildRequires: db-devel >= 4.8
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: automake >= 1.11
|
||||
BuildRequires: bison
|
||||
BuildRequires: db-devel >= 4.8
|
||||
BuildRequires: flex
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: texinfo
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -60,10 +60,10 @@ Other free implementations include the one from MIT, and Shishi.
|
||||
Also Microsoft Windows and Sun's Java come with implementations of Kerberos.
|
||||
|
||||
This package only provides libraries and devel files (binaries have been removed),
|
||||
libraries are required by 64bit package of ICAClient version 13.2.
|
||||
libraries are required by 64-bit package of ICAClient version 13.2.
|
||||
|
||||
%package devel
|
||||
Summary: Libraries of Kerberos 5 implementation
|
||||
Summary: The Heimdal implementation of the Kerberos 5 protocol
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: libheimdal = %{version}
|
||||
%if 0%{?sles_version} == 11
|
||||
@ -92,7 +92,7 @@ Other free implementations include the one from MIT, and Shishi.
|
||||
Also Microsoft Windows and Sun's Java come with implementations of Kerberos.
|
||||
|
||||
This package only provides libraries and devel files (binaries have been removed),
|
||||
libraries are required by 64bit package of ICAClient version 13.2.
|
||||
libraries are required by 64-bit package of ICAClient version 13.2.
|
||||
|
||||
%prep
|
||||
%setup -q -n heimdal-%{version}
|
||||
@ -115,8 +115,7 @@ rm -rf %{buildroot}%{_libdir}/*.la
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/heimdal.info.gz
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/hx509.info.gz
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%preun
|
||||
/sbin/ldconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user