Changes of Revision 10

roundcubemail-skin-kolab.spec Changed
x
 
1
@@ -5,8 +5,6 @@
2
 
3
 %{!?php_inidir: %global php_inidir %{_sysconfdir}/php.d}
4
 
5
-%define lock_version() %{1} >= %(rpm -q --queryformat "%%{EVR}" %{1})
6
-
7
 %if 0%{?suse_version} < 1 && 0%{?fedora} < 1 && 0%{?rhel} < 7
8
 %global with_systemd 0
9
 %else
10
@@ -53,13 +51,8 @@
11
 BuildRequires:      roundcubemail(skin-elastic)
12
 BuildRequires:      roundcubemail-plugin-libkolab-skin-elastic
13
 
14
-%if 0%{?bootstrap}
15
 Requires:           roundcubemail-core
16
 Requires:           roundcubemail-plugin-libkolab-skin-elastic
17
-%else
18
-Requires:           %lock_version roundcubemail-core
19
-Requires:           %lock_version roundcubemail-plugin-libkolab-skin-elastic
20
-%endif
21
 Provides:           roundcubemail(skin-kolab) = %{version}-%{release}
22
 
23
 %description
24