casa-auth-token-server: remove sysvinit from build dependency for STABLE dist
This commit is contained in:
parent
ffe2214ca2
commit
95b82d4654
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 8 11:23:48 MDT 2008 - nds_cm@novell.com
|
||||||
|
|
||||||
|
- Remove sysvinit dependency from BuildRequire line.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 18 09:19:03 MDT 2008 - jluciani@novell.com
|
Mon Aug 18 09:19:03 MDT 2008 - jluciani@novell.com
|
||||||
|
|
||||||
|
@ -28,7 +28,10 @@ Summary: Novell CASA Authentication Token Libraries for C/C++ Server Appl
|
|||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: jre >= 1.5.0
|
Requires: jre >= 1.5.0
|
||||||
|
%if %suse_version < 1030
|
||||||
Requires: expat binutils CASA_auth_token_jaas_support sysvinit insserv
|
Requires: expat binutils CASA_auth_token_jaas_support sysvinit insserv
|
||||||
|
%else
|
||||||
|
Requires: expat binutils CASA_auth_token_jaas_support insserv
|
||||||
PreReq: %fillup_prereq %insserv_prereq
|
PreReq: %fillup_prereq %insserv_prereq
|
||||||
PreReq: /usr/bin/awk, /usr/bin/test, /bin/grep, /bin/cat, /usr/bin/install, /bin/pwd
|
PreReq: /usr/bin/awk, /usr/bin/test, /bin/grep, /bin/cat, /usr/bin/install, /bin/pwd
|
||||||
PreReq: /usr/sbin/groupadd, /usr/sbin/useradd, /usr/sbin/userdel, /usr/bin/getent
|
PreReq: /usr/sbin/groupadd, /usr/sbin/useradd, /usr/sbin/userdel, /usr/bin/getent
|
||||||
|
Loading…
Reference in New Issue
Block a user