Accepting request 138418 from openSUSE:Factory:Staging:Systemd

- buildrequire systemd by pkgconfig provide to get systemd-mini

- revert the -p usage in %postun to fix SLE build

- buildrequire systemd by pkgconfig provide to get systemd-mini

OBS-URL: https://build.opensuse.org/request/show/138418
OBS-URL: https://build.opensuse.org/package/show/network/krb5?expand=0&rev=79
This commit is contained in:
Michael Calmer 2012-10-17 07:48:12 +00:00 committed by Git OBS Bridge
parent df32a9b4a9
commit 9f81fd6bf3
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 16 12:05:00 UTC 2012 - coolo@suse.com
- buildrequire systemd by pkgconfig provide to get systemd-mini
-------------------------------------------------------------------
Sat Oct 13 16:50:59 UTC 2012 - coolo@suse.com

View File

@ -40,7 +40,7 @@ BuildRequires: libopenssl-devel
BuildRequires: openldap2-devel
BuildRequires: pam-devel
%if 0%{?suse_version} >= 1210
BuildRequires: systemd
BuildRequires: pkgconfig(systemd)
%endif
# bug437293
%ifarch ppc64

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Oct 16 19:35:47 UTC 2012 - coolo@suse.com
- revert the -p usage in %postun to fix SLE build
-------------------------------------------------------------------
Tue Oct 16 12:05:00 UTC 2012 - coolo@suse.com
- buildrequire systemd by pkgconfig provide to get systemd-mini
-------------------------------------------------------------------
Sat Oct 13 16:50:59 UTC 2012 - coolo@suse.com

View File

@ -40,7 +40,7 @@ BuildRequires: libopenssl-devel
BuildRequires: openldap2-devel
BuildRequires: pam-devel
%if 0%{?suse_version} >= 1210
BuildRequires: systemd
BuildRequires: pkgconfig(systemd)
%endif
# bug437293
%ifarch ppc64
@ -282,7 +282,8 @@ rm -rf %{buildroot}/usr/lib/mit/share
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%postun
/sbin/ldconfig
%if ! %{build_mini}
@ -324,7 +325,8 @@ rm -rf %{buildroot}/usr/lib/mit/share
%post plugin-kdb-ldap -p /sbin/ldconfig
%postun plugin-kdb-ldap -p /sbin/ldconfig
%postun plugin-kdb-ldap
/sbin/ldconfig
%endif