From 7fc88aced9c5a7c792049ce791e6c14c8a58c1eb969ce044049e386ad16cc049 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Lorenzen?= Date: Thu, 2 Feb 2017 08:34:18 +0000 Subject: [PATCH] Accepting request 454033 from home:jengelh:branches:network - Summary and RPM group update. Do a direct call to ldconfig where possible. OBS-URL: https://build.opensuse.org/request/show/454033 OBS-URL: https://build.opensuse.org/package/show/network/libheimdal?expand=0&rev=11 --- libheimdal.changes | 6 ++++++ libheimdal.spec | 17 ++++++++--------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/libheimdal.changes b/libheimdal.changes index 374a1c3..14b1b89 100644 --- a/libheimdal.changes +++ b/libheimdal.changes @@ -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 diff --git a/libheimdal.spec b/libheimdal.spec index 062bf8f..1a47bba 100644 --- a/libheimdal.spec +++ b/libheimdal.spec @@ -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