SHA256
1
0
forked from pool/attr

- update to 2.5.1:

* Fix libtool library versioning regression 
  * Update po files and German translation
  * getfattr: Add --one-file-system option
  * Move struct stat into struct walk_tree_args
  * Move list of open directories into struct walk_tree_args
  * Move walk_tree_rec arguments into a separate struct
  * xattr.conf: Indicate afs metadata xattrs should be skipped when copying
  * Fix typos in manual pages
  * getfattr.1: by default only user namespace attributes are dumped
  * Enable large-file support on systems that do not enable it by default
  * test: escape left brace in a regex in test/run
- drop 0001-attr-2.4.48-test-suite-perl.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/Base:System/attr?expand=0&rev=53
This commit is contained in:
2021-03-22 15:32:20 +00:00
committed by Git OBS Bridge
parent cae7e35d7c
commit 22382f4752
8 changed files with 561 additions and 1027 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Mar 22 15:19:43 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.5.1:
* Fix libtool library versioning regression
* Update po files and German translation
* getfattr: Add --one-file-system option
* Move struct stat into struct walk_tree_args
* Move list of open directories into struct walk_tree_args
* Move walk_tree_rec arguments into a separate struct
* xattr.conf: Indicate afs metadata xattrs should be skipped when copying
* Fix typos in manual pages
* getfattr.1: by default only user namespace attributes are dumped
* Enable large-file support on systems that do not enable it by default
* test: escape left brace in a regex in test/run
- drop 0001-attr-2.4.48-test-suite-perl.patch (upstream)
-------------------------------------------------------------------
Fri Aug 2 06:57:09 UTC 2019 - Martin Liška <mliska@suse.cz>