Revisions of xfsprogs

Jeff Mahoney's avatar Jeff Mahoney (jeff_mahoney) accepted request 624143 from Jeff Mahoney's avatar Jeff Mahoney (jeff_mahoney) (revision 74)
- mkfs: avoid divide-by-zero when hardware reports optimal i/o size as 0
  (bsc#1089777).
  * Added xfsprogs-mkfs-avoid-divide-by-zero-when-hardware-reports-opti.patch

- Revert to %doc for license in SLE11 and SLE12.
- xfsprogs-devel should depend on uuid-devel to build on SLE11 and
  match the package's build dependencies.
buildservice-autocommit accepted request 621763 from David Sterba's avatar David Sterba (dsterba) (revision 73)
baserev update by copy to link target
David Sterba's avatar David Sterba (dsterba) accepted request 620455 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 72)
- Require %libname in the develpackage to not have dangling symlink
  and actually work
Luis Chamberlain's avatar Luis Chamberlain (mcgrof) accepted request 611921 from Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) (revision 71)
- Fix build for SLE11 again

- Do not probe for lto on older GCCs as it exposes errors that
  might cause random runtime issues

- Do not distribute static libraries they are not needed
- Remove the crazy part about avoiding shared library policies
  it does work on SLE11 even if it is not mandated
- Make sure to run only proper parts of services on reloads for
  xfs unitfiles
Luis Chamberlain's avatar Luis Chamberlain (mcgrof) accepted request 611874 from Thorsten Kukuk's avatar Thorsten Kukuk (kukuk) (revision 70)
- Use %license instead of %doc [bsc#1082318]
Jan Kara's avatar Jan Kara (jankara) accepted request 606292 from Luis Chamberlain's avatar Luis Chamberlain (mcgrof) (revision 69)
- Remove xfsprogs.spec useless blunder (bsc#1092843)
Jan Kara's avatar Jan Kara (jankara) accepted request 605498 from Luis Chamberlain's avatar Luis Chamberlain (mcgrof) (revision 68)
- Fix OpenSUSE Tumbleweed package build (bsc#1091300) due to the libhandle1
  library shared object (so) name expectations, this is documented here:
  https://en.opensuse.org/openSUSE:Shared_library_packaging_policy
- Move systemd check to use a macro, to make it clear when the check is
  used and for what purpose exactly. Perhaps this should be moved later
  into a generic OpenSUSE/SUSE macro as a generic check as I suspect tons
  of other rpms will likely need the same.
- Address -Werror errors on old compilers, for the life of me I can't see
  how xfsprogs is at fault, so just disable -Werror on older compilers for
  now. In the future we can consider adding a work around for the compiler
  instead of disabling -Werror entirely, but for now this is the best I can
  come up with.
- Drop make_xfs_scrub_interp_explicit.patch, this is now upstream
- Update to v4.16.1 (using verbiage from xfsprogs/doc/CHANGES now):
  * fsck.xfs: remove bashism which may interfere with boot (Eric Sandeen)
  * platforms: warn of impending deprecation of irix, freebsd, darwin
  * mkfs.xfs : enable sparse inodes by default (Darrick Wong)
  * fsck.xfs: allow forced boot-time repairs using xfs_repair (Jan Tulak)
  * xfs_repair: new -e flag alters exit code for fixed errors (Jan Tulak)
  * xfs_repair: fix to allow zeroing of corrupt log (Xiao Yang)
  * xfs_repair: remove old dead code (Eric Sandeen)
  * xfs_io: fix operation time reporting (Dave Chinner)
  * xfs_io: add RWF_DSYNC support to pwrite (Dave Chinner)
  * xfs_io: support a basic extent swap command (Brian Foster)
  * xfs_scrub: Many updates, still experimental (Darrick Wong)
  * xfs_db: print transaction reservation type information
  * libxfs: framework to detect memory leaks (Eric Sandeen)
  * misc: Fix up new warnings from gcc 7.3 (Darrick Wong)
  * misc: enable link time optimization, if requested (Darrick Wong)
  * misc: enable retpolines across all xfsprogs utilities (Darrick Wong)
buildservice-autocommit accepted request 599764 from Jan Kara's avatar Jan Kara (jankara) (revision 67)
baserev update by copy to link target
Jan Kara's avatar Jan Kara (jankara) accepted request 598817 from Luis Chamberlain's avatar Luis Chamberlain (mcgrof) (revision 66)
- Fix SLE15 build (bsc#1090290) due to systemd. Systemd is present since
  OpenSUSE Leap 42.1 and SLE12-SP1, so we need to ensure the build
  has systemd available on these release. We also then need to indicate
  the new files installed when on systemd. So this fixes the build issue
  on SLE15 and also makes available the systemd service unit files now
  on all releases which support systemd.
Jan Kara's avatar Jan Kara (jankara) accepted request 597597 from Olaf Hering's avatar Olaf Hering (olh) (revision 65)
- xfsprogs-devel needs uuid/uuid.h, Require pkgconfig(uuid) (bsc#1089947)
buildservice-autocommit accepted request 584277 from Jan Kara's avatar Jan Kara (jankara) (revision 64)
baserev update by copy to link target
Jan Kara's avatar Jan Kara (jankara) accepted request 584275 from Jan Kara's avatar Jan Kara (jankara) (revision 63)
- 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
- Fix build on SLE11-SP4 by making the m4 macros required available.
- 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()
Jan Kara's avatar Jan Kara (jankara) accepted request 584130 from Luis Chamberlain's avatar Luis Chamberlain (mcgrof) (revision 62)
- 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

- Fix build on SLE11-SP4 by making the m4 macros required available.
Jan Kara's avatar Jan Kara (jankara) accepted request 579685 from Luis Chamberlain's avatar Luis Chamberlain (mcgrof) (revision 61)
- 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:
  * Fix spelling mistake in mkfs lazy superblock diagnostic
  * Fix grammar and spelling in strings and man pages
  * Add xfs_scrub_fail systemd service file docs entry
  * Update .gitignore list for generated scrub cron file
  * Several updates to use more modern Debian packaging
  * xfsprogs: Release v4.15.0-rc1
  * xfs_scrub: refactor outcome display into a separate helper
  * xfs_scrub: always init phase information
  * xfs_scrub: reclassify some of the warning messages
  * xfs_scrub: reclassify runtime errors
  * xfs_scrub: classify lack of ioctl support as a runtime error
  * xfs_scrub: remove preen mode
  * xfs_mdrestore: Don't rewind source file stream
  * xfs_mdrestore: Add -i option to built-in help
  * xfs_io: fix copy_file_range symbol name collision
  * xfs_scrub: kill dead code
  * xfs_scrub: close dir_fd if we don't get a DIR pointer
  * mkfs: don't create realtime filesystems with reflink enabled
  * xfs_scrub: handle scrub-only kernels more helpfully
  * xfs_scrub: wire up repair ioctl
  * debian/control: remove nonexistent libreadline5-dev build dependency
  * xfs_scrub: integrate services with systemd
  * xfs_scrub: create a script to scrub all xfs filesystems
buildservice-autocommit accepted request 573733 from Jeff Mahoney's avatar Jeff Mahoney (jeff_mahoney) (revision 60)
baserev update by copy to link target
Jeff Mahoney's avatar Jeff Mahoney (jeff_mahoney) committed (revision 59)
- xfs_io: fix copy_file_range symbol name collision (bsc#1079756).
- Added xfs_io-fix-copy_file_range-symbol-name-collision.patch
buildservice-autocommit accepted request 559128 from David Sterba's avatar David Sterba (dsterba) (revision 58)
baserev update by copy to link target
David Sterba's avatar David Sterba (dsterba) accepted request 558620 from Luis Chamberlain's avatar Luis Chamberlain (mcgrof) (revision 57)
- Deletes already merged xfs_io-stat-fix-typo-in-statfs-f_flags.patch
- Deletes already merged xfs_io-stat-treat-statfs.f_flags-as-optional.patch
- Refreshes patch xfsprogs-docdir.diff
- Update to v4.14.0:
  * xfs_io: stat: treat statfs.f_flags as optional
  * xfs_io: stat: fix typo in statfs->f_flags
  * xfsprogs: fix wrong variable types in pwrite/pread code
  * xfs_io: Allow partial writes
  * xfs_io: Add RWF_NOWAIT to pwritev2()
  * xfs_io: Add support for pwritev2()
  * xfs_io: Disable -V if pwritev is not available
  * xfs_repair: always release btree buffers when refcountbt checks fail
  * misc: fix ubsan warnings
  * misc: enable thread sanitizer if the builder wants it
  * misc: enable gcc/clang address sanitizer if the builder wants it
  * misc: enable ubsan if the builder wants it
  * xfs_repair: fix cowextsize field checking and repairing
  * xfs_repair: clear DAX flag from non-file inodes
  * xfs_repair: fix bag memory overwrite problems
  * xfs_io: add new error injection knobs to inject command
  * xfsprogs: explicitly cast troublesome types to match printf  format specifiers
  * db: increase metadump's default overly long extent discard  threshold
  * build: define _DEFAULT_SOURCE with _BSD_SOURCE for preadv
  * xfsprogs: add xfs_spaceman to .gitignore
  * xfs_io: report io error for pwrite -W and -w
  * xfs_metadump: zap stale data in DIR2_LEAF1 dirs
  * metadump: update manpage for dirty log/obfuscation issue
  * kill off u_int*_t types
  * xfs: trim writepage mapping to within eof
  * xfs: handle error if xfs_btree_get_bufs fails
buildservice-autocommit accepted request 542713 from Jeff Mahoney's avatar Jeff Mahoney (jeff_mahoney) (revision 56)
baserev update by copy to link target
Jeff Mahoney's avatar Jeff Mahoney (jeff_mahoney) accepted request 542712 from Jeff Mahoney's avatar Jeff Mahoney (jeff_mahoney) (revision 55)
  * Removed fsr-fix-uninitialized-fs-usage-after-timeout.patch
Displaying revisions 61 - 80 of 134
openSUSE Build Service is sponsored by