Hello community,

here is the log from the commit of package cfengine-masterfiles for 
openSUSE:Factory checked in at 2014-07-10 14:55:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cfengine-masterfiles (Old)
 and      /work/SRC/openSUSE:Factory/.cfengine-masterfiles.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cfengine-masterfiles"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/cfengine-masterfiles/cfengine-masterfiles.changes    
    2014-06-25 21:20:47.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.cfengine-masterfiles.new/cfengine-masterfiles.changes
   2014-07-10 14:55:22.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jul  1 09:50:29 UTC 2014 - [email protected]
+
+- make masterfiles accessible to non-root users.
+  add masterfiles-3.6.0.patch
+
+-------------------------------------------------------------------

New:
----
  masterfiles-3.6.0.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cfengine-masterfiles.spec ++++++
--- /var/tmp/diff_new_pack.9VNXNO/_old  2014-07-10 14:55:23.000000000 +0200
+++ /var/tmp/diff_new_pack.9VNXNO/_new  2014-07-10 14:55:23.000000000 +0200
@@ -32,6 +32,8 @@
 Release:        0
 Url:            http://www.cfengine.org/
 Source:         %{srcname}.tar.gz
+# PATCH-FIX-OPENSUSE: make masterfiles accessible to non-root, [email protected]
+Patch:          %{srcname}.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
@@ -47,6 +49,7 @@
 
 %prep
 %setup -q -n %{srcname}
+%patch -p1
 
 %build
 
@@ -54,8 +57,6 @@
 
 %{__install} -d %{buildroot}/%{basedir}/masterfiles
 %{__make} "DESTDIR=%{buildroot}%{basedir}/masterfiles" install
-chmod -R og+r %{buildroot}%{basedir}/masterfiles
-find %{buildroot}%{basedir}/masterfiles -type d | xargs chmod 755
 
 %files
 %defattr(-,root,root)

++++++ masterfiles-3.6.0.patch ++++++
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x 
autom4te.cache -x .deps -x .libs ../orig-masterfiles-3.6.0/Makefile ./Makefile
--- ../orig-masterfiles-3.6.0/Makefile  2014-06-12 13:14:42.000000000 +0200
+++ ./Makefile  2014-07-01 11:48:02.010670412 +0200
@@ -24,8 +24,8 @@
 INSTALL = /usr/bin/install
 endif
 
-INSTALL_DATA = ${INSTALL} -m 600
-INSTALL_DIR = ${INSTALL} -m 750 -d
+INSTALL_DATA = ${INSTALL} -m 644
+INSTALL_DIR = ${INSTALL} -m 755 -d
 
 ENV_FILE:=$(PWD)/tests/acceptance/testall.env
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to