Logoj0ke.net Open Build Service > Projects > internetx:managed:testing > ix-rsyncbackup > Changes
Sign Up | Log In

Problem getting expanded diff: service tar_scm failed:

Changes of Revision 32

[-] Changed ix-rsyncbackup.changes
 
1
@@ -1,4 +1,9 @@
2
 -------------------------------------------------------------------
3
+Thu Oct 30 13:31:08 UTC 2014 - cs@linux-administrator.com
4
+
5
+- fix build dependencies for EL7
6
+
7
+-------------------------------------------------------------------
8
 Sun Oct 23 16:11:20 UTC 2011 - cs@linux-administrator.com
9
 
10
 - initial package 
11
[-] Changed ix-rsyncbackup.spec ^
19
 
1
@@ -13,8 +13,15 @@
2
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
3
 
4
 %if 0%{?rhel_version} || 0%{?centos_version} || 0%{?sl_version} || 0%{?redhat_version}
5
-Requires:  vixie-cron shadow-utils sudo rsync psa-automysqlbackup
6
-BuildRequires: vixie-cron shadow-utils
7
+%if 0%{?rhel} == 7
8
+Requires:  cronie
9
+BuildRequires: cronie
10
+%else
11
+Requires:  vixie-cron
12
+BuildRequires: vixie-cron
13
+%endif
14
+Requires:  shadow-utils sudo rsync psa-automysqlbackup
15
+BuildRequires: shadow-utils
16
 %endif
17
 
18
 %if 0%{?suse_version}
19
[+] Changed _service ^