Hello community, here is the log from the commit of package makedumpfile for openSUSE:Factory checked in at 2014-03-23 22:29:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/makedumpfile (Old) and /work/SRC/openSUSE:Factory/.makedumpfile.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "makedumpfile" Changes: -------- --- /work/SRC/openSUSE:Factory/makedumpfile/makedumpfile.changes 2014-02-26 06:58:46.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.makedumpfile.new/makedumpfile.changes 2014-03-23 22:29:53.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Mar 21 09:50:53 UTC 2014 - [email protected] + +- enable snappy compression + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ makedumpfile.spec ++++++ --- /var/tmp/diff_new_pack.UXASL1/_old 2014-03-23 22:29:53.000000000 +0100 +++ /var/tmp/diff_new_pack.UXASL1/_new 2014-03-23 22:29:53.000000000 +0100 @@ -16,6 +16,14 @@ # +%if 0%{!?have_snappy:1} +%if 0%{?suse_version} >= 1310 +%define have_snappy 1 +%else +%define have_snappy 0 +%endif +%endif + Name: makedumpfile BuildRequires: libdw-devel BuildRequires: libebl-devel @@ -26,8 +34,11 @@ %else BuildRequires: bzip2 %endif -BuildRequires: lzma-devel BuildRequires: lzo-devel +%if %{have_snappy} +BuildRequires: snappy-devel +%endif +BuildRequires: xz-devel Version: 1.5.5 Release: 0 Summary: Partial kernel dump @@ -78,6 +89,9 @@ fi fi export LIBS_STATIC LIBS_DYNAMIC +%if %{have_snappy} +export USESNAPPY=on +%endif make COPTFLAGS="$RPM_OPT_FLAGS" USELZO=on %install -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
