SHA256
1
0
forked from pool/krb5

Accepting request 241590 from home:posophe:branches:network

Fix for systemd

OBS-URL: https://build.opensuse.org/request/show/241590
OBS-URL: https://build.opensuse.org/package/show/network/krb5?expand=0&rev=122
This commit is contained in:
Christian Kornacker 2014-07-21 12:42:45 +00:00 committed by Git OBS Bridge
parent 3f646c425e
commit 3ac7b19a80
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jul 19 12:38:21 UTC 2014 - p.drouand@gmail.com
- Do not depend of insserv if systemd is used
-------------------------------------------------------------------
Thu Jul 10 15:59:52 UTC 2014 - ckornacker@suse.com

View File

@ -48,6 +48,8 @@ BuildRequires: python-lxml
%if 0%{?suse_version} >= 1210
BuildRequires: pkgconfig(systemd)
%{?systemd_requires}
%else
PreReq: %insserv_prereq
%endif
# bug437293
%ifarch ppc64
@ -84,7 +86,7 @@ Patch15: krb5-master-keyring-kdcsync.patch
Patch16: krb5-1.12-CVE-2014-4341-CVE-2014-4342.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: mktemp, grep, /bin/touch, coreutils
PreReq: %insserv_prereq %fillup_prereq
PreReq: %fillup_prereq
%description
Kerberos V5 is a trusted-third-party network authentication system,

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jul 19 12:38:21 UTC 2014 - p.drouand@gmail.com
- Do not depend of insserv if systemd is used
-------------------------------------------------------------------
Thu Jul 10 15:59:52 UTC 2014 - ckornacker@suse.com

View File

@ -48,6 +48,8 @@ BuildRequires: python-lxml
%if 0%{?suse_version} >= 1210
BuildRequires: pkgconfig(systemd)
%{?systemd_requires}
%else
PreReq: %insserv_prereq
%endif
# bug437293
%ifarch ppc64
@ -84,7 +86,7 @@ Patch15: krb5-master-keyring-kdcsync.patch
Patch16: krb5-1.12-CVE-2014-4341-CVE-2014-4342.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: mktemp, grep, /bin/touch, coreutils
PreReq: %insserv_prereq %fillup_prereq
PreReq: %fillup_prereq
%description
Kerberos V5 is a trusted-third-party network authentication system,