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

Changes of Revision 8

[-] Changed distcc.spec
x
 
1
@@ -60,7 +60,8 @@
2
 # Add bash profile file and it's config file.
3
 install -m 0644 %{SOURCE4} $RPM_BUILD_ROOT/usr/share/distcc/.profile
4
 ln -sf .profile "$RPM_BUILD_ROOT"/usr/share/distcc/profile
5
-install -m 0644 %{SOURCE5} $RPM_BUILD_ROOT/etc/
6
+install -D -m 0644 %{SOURCE5} $RPM_BUILD_ROOT/etc/distcc/hosts
7
+rm -rf $RPM_BUILD_ROOT/etc/default
8
 cat >$RPM_BUILD_ROOT/%{_bindir}/cdistcc <<EOF
9
 #!/bin/sh
10
 ccache distcc \$@
11
@@ -93,12 +94,15 @@
12
 %{_bindir}/distccmon-text
13
 %{_bindir}/distcc
14
 %{_bindir}/distcc++
15
+%{_bindir}/lsdistcc
16
 %{_mandir}/man1/*
17
 #%{_infodir}/*.gz
18
 /usr/share/distcc
19
 /usr/share/doc/packages/distcc
20
 /etc/init.d/distccd
21
-%config(noreplace) /etc/distccd.hosts
22
+%config(noreplace) /etc/distcc/hosts
23
+%config(noreplace) /etc/distcc/clients.allow
24
+%config(noreplace) /etc/distcc/commands.allow.sh
25
 
26
 %files gnome
27
 /usr/bin/distccmon-gnome
28