Hello community,

here is the log from the commit of package libarchive for openSUSE:Factory 
checked in at 2015-03-25 09:55:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libarchive (Old)
 and      /work/SRC/openSUSE:Factory/.libarchive.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libarchive"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libarchive/libarchive.changes    2015-03-18 
13:04:51.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libarchive.new/libarchive.changes       
2015-03-25 09:55:34.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Mar 22 19:51:10 UTC 2015 - [email protected]
+
+- RHEL/CentOS build fix, skipping autoreconf
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libarchive.spec ++++++
--- /var/tmp/diff_new_pack.ghC0lQ/_old  2015-03-25 09:55:35.000000000 +0100
+++ /var/tmp/diff_new_pack.ghC0lQ/_new  2015-03-25 09:55:35.000000000 +0100
@@ -21,6 +21,7 @@
 %bcond_without static_libs
 %bcond_with    openssl
 %bcond_with    ext2fs
+%define skip_autoreconf 1
 %endif
 %else
 %bcond_with    static_libs
@@ -168,12 +169,16 @@
 %if %{with openssl}
 %patch0
 %endif
+%if !0%{?skip_autoreconf}
 %patch1 -p1
+%endif
 %patch2 -p1
 %patch3 -p1
 
 %build
+%if !0%{?skip_autoreconf}
 autoreconf -fiv
+%endif
 %global optflags    %{optflags} -D_REENTRANT -pipe
 %configure \
        --disable-silent-rules \

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

Reply via email to