Accepting request 138455 from network
- 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 (forwarded request 138418 from coolo) OBS-URL: https://build.opensuse.org/request/show/138455 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krb5?expand=0&rev=85
This commit is contained in:
commit
18f74e88ce
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
10
krb5.changes
10
krb5.changes
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user