Accepting request 103023 from home:computersalat:devel:sysmgmnt
fix dpes for CentOS/RHEL OBS-URL: https://build.opensuse.org/request/show/103023 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/cfengine?expand=0&rev=14
This commit is contained in:
parent
1619e36516
commit
4567b0ffd6
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 7 12:20:19 UTC 2012 - chris@computersalat.de
|
||||
|
||||
- fix deps for CentOS/RHEL (cron)
|
||||
* Req vixie-cron
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 30 09:26:01 UTC 2012 - chris@computersalat.de
|
||||
|
||||
|
@ -43,7 +43,11 @@ BuildRequires: mysql-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pcre-devel
|
||||
BuildRequires: postgresql-devel
|
||||
%if 0%{?centos_version} || 0%{?rhel_version}
|
||||
Requires: vixie-cron
|
||||
%else
|
||||
Requires: cron
|
||||
%endif
|
||||
|
||||
%if 0%{?suse_version}
|
||||
PreReq: %install_info_prereq
|
||||
|
Loading…
Reference in New Issue
Block a user