Logoj0ke.net Open Build Service > Projects > home:jg > tw_cli > Changes
Sign Up | Log In

Changes of Revision 7

[-] Changed tw_cli.spec
x
 
1
@@ -23,6 +23,7 @@
2
 
3
 %prep
4
 %setup -q -c
5
+chmod 644 *.html
6
 
7
 %build
8
 
9
@@ -42,14 +43,18 @@
10
 
11
 
12
 %files
13
-%defattr(-,root,root,-)
14
-%doc %attr(644,root,root) *.html
15
+%defattr(-,root,root)
16
+%doc *.html
17
 /sbin/*
18
 %{_mandir}/man8/*.8*
19
 %config(noreplace) %{_sysconfdir}/tw_sched.cfg
20
 
21
 
22
 %changelog
23
+* Sat Jan 10 2009 Carsten Schoene <cs@linux-administrator.com>
24
+- fix doc permissions
25
+- add rpmlintrc
26
+
27
 * Fri May 30 2008 Carsten Schoene <cs@linux-administrator.com>
28
 - fix architecture builds (x86_64 has overwritten i*86 sources)
29
 
30