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:
parent
df32a9b4a9
commit
9f81fd6bf3
@ -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
|
Sat Oct 13 16:50:59 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ BuildRequires: libopenssl-devel
|
|||||||
BuildRequires: openldap2-devel
|
BuildRequires: openldap2-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
%if 0%{?suse_version} >= 1210
|
%if 0%{?suse_version} >= 1210
|
||||||
BuildRequires: systemd
|
BuildRequires: pkgconfig(systemd)
|
||||||
%endif
|
%endif
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%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
|
Sat Oct 13 16:50:59 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ BuildRequires: libopenssl-devel
|
|||||||
BuildRequires: openldap2-devel
|
BuildRequires: openldap2-devel
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
%if 0%{?suse_version} >= 1210
|
%if 0%{?suse_version} >= 1210
|
||||||
BuildRequires: systemd
|
BuildRequires: pkgconfig(systemd)
|
||||||
%endif
|
%endif
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
@ -282,7 +282,8 @@ rm -rf %{buildroot}/usr/lib/mit/share
|
|||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun
|
||||||
|
/sbin/ldconfig
|
||||||
|
|
||||||
%if ! %{build_mini}
|
%if ! %{build_mini}
|
||||||
|
|
||||||
@ -324,7 +325,8 @@ rm -rf %{buildroot}/usr/lib/mit/share
|
|||||||
|
|
||||||
%post plugin-kdb-ldap -p /sbin/ldconfig
|
%post plugin-kdb-ldap -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun plugin-kdb-ldap -p /sbin/ldconfig
|
%postun plugin-kdb-ldap
|
||||||
|
/sbin/ldconfig
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user