Logoj0ke.net Open Build Service > Projects > hardware:raid > raider > Changes
Sign Up | Log In

Changes of Revision 2

[-] Changed raider.spec
x
 
1
@@ -9,7 +9,9 @@
2
 Source1:   %{name}-rpmlintrc
3
 Patch0:        %{name}-install.patch
4
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
5
+%if 0%{?suse_version} >= 1140
6
 PreReq:        permissions
7
+%endif
8
 BuildRequires: mdadm >= 2.6
9
 BuildRequires: parted >= 2.0
10
 BuildRequires: bash >= 3.0
11
@@ -49,10 +51,12 @@
12
 rm -rf %{buildroot}
13
 
14
 %post
15
+%if 0%{?suse_version} >= 1140
16
 %set_permissions /var/log/raider
17
 
18
 %verifyscript
19
 %verify_permissions -e /var/log/raider
20
+%endif
21
 
22
 %files
23
 %defattr(-,root,root)
24