diff --git a/krb5-mini.changes b/krb5-mini.changes index a7c3af7..55a7c4d 100644 --- a/krb5-mini.changes +++ b/krb5-mini.changes @@ -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 diff --git a/krb5-mini.spec b/krb5-mini.spec index 7d7a5f1..5d50fb1 100644 --- a/krb5-mini.spec +++ b/krb5-mini.spec @@ -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, diff --git a/krb5.changes b/krb5.changes index a7c3af7..55a7c4d 100644 --- a/krb5.changes +++ b/krb5.changes @@ -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 diff --git a/krb5.spec b/krb5.spec index 3708f0d..aeaad28 100644 --- a/krb5.spec +++ b/krb5.spec @@ -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,