Hello community,

here is the log from the commit of package reiser4progs for openSUSE:Factory 
checked in at 2013-06-13 21:58:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/reiser4progs (Old)
 and      /work/SRC/openSUSE:Factory/.reiser4progs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "reiser4progs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/reiser4progs/reiser4progs.changes        
2013-06-05 13:10:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.reiser4progs.new/reiser4progs.changes   
2013-06-13 21:59:00.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jun  7 14:44:24 UTC 2013 - [email protected]
+
+- Use -j1 for install to avoid missing symlink creation.
+  ppc and others force -j1 so install failed for them.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ reiser4progs.spec ++++++
--- /var/tmp/diff_new_pack.mZsL3K/_old  2013-06-13 21:59:00.000000000 +0200
+++ /var/tmp/diff_new_pack.mZsL3K/_new  2013-06-13 21:59:00.000000000 +0200
@@ -18,11 +18,11 @@
 
 Name:           reiser4progs
 Version:        1.0.8
-%define lsuf   -1_0-8
 Release:        0
+%define lsuf   -1_0-8
 Summary:        Utilities for Managing the Reiser4 File System
-Group:          System/Filesystems
 License:        GPL-2.0
+Group:          System/Filesystems
 Url:            http://sf.net/projects/reiser4/
 
 #DL-URL:       http://downloads.sf.net/reiser4/reiser4progs-1.0.8.tar.gz
@@ -88,7 +88,8 @@
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR="%buildroot" %{?_smp_mflags}
+# paralel install cause missing file
+make install DESTDIR="%buildroot"
 rm -f "%buildroot/%_libdir"/*.la
 
 %post   -n libreiser4%lsuf -p /sbin/ldconfig
@@ -102,7 +103,7 @@
 %defattr(-,root,root)
 %doc BUGS COPYING ChangeLog NEWS README TODO
 %_mandir/man8/*
-%{_sbindir}/*.reiser4
+%{_sbindir}/*reiser4
 
 %files -n libreiser4%lsuf
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to