Hello community,

here is the log from the commit of package xfsprogs for openSUSE:Factory 
checked in at 2018-03-12 12:07:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfsprogs (Old)
 and      /work/SRC/openSUSE:Factory/.xfsprogs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfsprogs"

Mon Mar 12 12:07:58 2018 rev:50 rq:584277 version:4.15.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/xfsprogs/xfsprogs.changes        2018-02-14 
09:18:42.619556120 +0100
+++ /work/SRC/openSUSE:Factory/.xfsprogs.new/xfsprogs.changes   2018-03-12 
12:08:01.555401854 +0100
@@ -1,0 +2,32 @@
+Wed Mar  7 19:51:21 UTC 2018 - lurodrig...@suse.com
+
+- Bump release to v4.15.1, which has these minor fixes:
+  * po/pl.po: update Polish translation for 4.15.0
+  * debian: don't fail postinst when upgrading chroot
+  * debian: add build-depends on pkg-config
+
+-------------------------------------------------------------------
+Wed Mar  7 19:26:57 UTC 2018 - lurodrig...@suse.com
+
+- Fix build on SLE11-SP4 by making the m4 macros required available.
+
+-------------------------------------------------------------------
+Sat Feb 24 01:18:02 UTC 2018 - lurodrig...@suse.com
+
+- drops drop xfs_io-fix-copy_file_range-symbol-name-collision.patch,
+  this is now part of this release.
+- adds make_xfs_scrub_interp_explicit.patch, rpm lint complains about
+  using env python, when this is used the dependency checker for rpm
+  will not be able to resolve dependencies correctly, so an explicit
+  interpreter is needed.
+- Update to v4.15.0:
+  * xfs_scrub: experimental new tool added
+  * xfs_metadump: fix issues with -i flag
+  * mkfs.xfs: don't allow creation of realtime+reflink
+  * mkfs.xfs: don't crash on dswidth overflow
+  * mkfs.xfs: much refactoring
+  * xfs_copy: fix copy of v5 filesystems
+  * xfs_io: add a new 'log_writes' command
+  * xfs_io: add MAP_SYNC support to mmap()
+
+-------------------------------------------------------------------

Old:
----
  xfs_io-fix-copy_file_range-symbol-name-collision.patch
  xfsprogs-4.14.0.tar.sign
  xfsprogs-4.14.0.tar.xz

New:
----
  make_xfs_scrub_interp_explicit.patch
  xfsprogs-4.15.1.tar.sign
  xfsprogs-4.15.1.tar.xz

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

Other differences:
------------------
++++++ xfsprogs.spec ++++++
--- /var/tmp/diff_new_pack.HFc14Y/_old  2018-03-12 12:08:03.471333181 +0100
+++ /var/tmp/diff_new_pack.HFc14Y/_new  2018-03-12 12:08:03.475333037 +0100
@@ -19,10 +19,10 @@
 %define _dracutmodulesdir %{_libexecdir}/dracut/modules.d
 
 Name:           xfsprogs
-Version:        4.14.0
+Version:        4.15.1
 Release:        0
 Summary:        Utilities for managing the XFS file system
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/Filesystems
 Url:            http://xfs.org
 Source0:        
https://www.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/xfsprogs-%{version}.tar.xz
@@ -31,10 +31,11 @@
 Source3:        module-setup.sh.in
 Source4:        dracut-fsck-help.txt
 Patch0:         xfsprogs-docdir.diff
-Patch1:         xfs_io-fix-copy_file_range-symbol-name-collision.patch
+Patch1:         make_xfs_scrub_interp_explicit.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libblkid-devel
+BuildRequires:  pkg-config
 BuildRequires:  readline-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libuuid-devel
@@ -54,7 +55,7 @@
 XFS is a high performance journaling file system which originated on
 the SGI IRIX platform. It is completely multithreaded. It can support
 large files and large file systems, extended attributes, and variable
-block sizes.It is extent based and makes extensive use of Btrees
+block sizes. It is extent based and makes extensive use of Btrees
 (directories, extents, and free space) to aid both performance and
 scalability.
 
@@ -134,7 +135,9 @@
 %{_sbindir}/*
 # this is only used by xfs cmds, therefore no urgent need for a shlib package
 %{_libdir}/libhandle.so.*
-%doc %{_mandir}/man[58]/*
+%dir %{_libdir}/xfsprogs/
+%{_libdir}/xfsprogs/xfs_scrub_all.cron
+%doc %{_mandir}/man[258]/*
 %doc %{_defaultdocdir}/%{name}
 %dir %{_libexecdir}/dracut
 %dir %{_libexecdir}/dracut/modules.d

++++++ make_xfs_scrub_interp_explicit.patch ++++++
diff --git a/scrub/xfs_scrub_all.in b/scrub/xfs_scrub_all.in
index fff05da3ea7a..80f07d5c8b02 100644
--- a/scrub/xfs_scrub_all.in
+++ b/scrub/xfs_scrub_all.in
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 
 # Run online scrubbers in parallel, but avoid thrashing.
 #
++++++ xfsprogs-4.14.0.tar.xz -> xfsprogs-4.15.1.tar.xz ++++++
++++ 65652 lines of diff (skipped)



Reply via email to