Accepting request 880540 from Base:System
- 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/request/show/880540 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/attr?expand=0&rev=43
This commit is contained in:
commit
bea8f2d6c9
@ -1,29 +0,0 @@
|
||||
From 46baedf88fe22abafa3f2341b2c1bcb4764ce389 Mon Sep 17 00:00:00 2001
|
||||
From: Troy Dawson <tdawson@redhat.com>
|
||||
Date: Fri, 21 Jul 2017 14:05:47 -0700
|
||||
Subject: [PATCH] attr: escape left brace in a regex in test/run
|
||||
|
||||
... to fix test-suite failure with perl-5.26.0
|
||||
|
||||
Bug: https://bugzilla.redhat.com/1473853
|
||||
Signed-off-by: Kamil Dudka <kdudka@redhat.com>
|
||||
---
|
||||
test/run | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/test/run b/test/run
|
||||
index 4b1f8d0..07e916c 100755
|
||||
--- a/test/run
|
||||
+++ b/test/run
|
||||
@@ -106,7 +106,7 @@ for (;;) {
|
||||
if (defined $line) {
|
||||
# Substitute %VAR and %{VAR} with environment variables.
|
||||
$line =~ s[%(\w+)][$ENV{$1}]eg;
|
||||
- $line =~ s[%{(\w+)}][$ENV{$1}]eg;
|
||||
+ $line =~ s[%\{(\w+)}][$ENV{$1}]eg;
|
||||
}
|
||||
if (defined $line) {
|
||||
if ($line =~ s/^\s*< ?//) {
|
||||
--
|
||||
2.13.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ead72b358ec709ed00bbf7a9eaef1654baad937c001c044fe8b74c57f5324e7
|
||||
size 467840
|
Binary file not shown.
BIN
attr-2.5.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
attr-2.5.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
attr-2.5.1.tar.gz.sig
Normal file
BIN
attr-2.5.1.tar.gz.sig
Normal file
Binary file not shown.
17
attr.changes
17
attr.changes
@ -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>
|
||||
|
||||
|
1530
attr.keyring
1530
attr.keyring
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package attr
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define lname libattr1
|
||||
Name: attr
|
||||
Version: 2.4.48
|
||||
Version: 2.5.1
|
||||
Release: 0
|
||||
Summary: Commands for Manipulating Extended Attributes
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@ -28,7 +28,6 @@ Source: https://download-mirror.savannah.gnu.org/releases/attr/attr-%{ve
|
||||
Source2: https://download-mirror.savannah.gnu.org/releases/attr/attr-%{version}.tar.gz.sig
|
||||
Source3: %{name}.keyring
|
||||
Source99: baselibs.conf
|
||||
Patch0: 0001-attr-2.4.48-test-suite-perl.patch
|
||||
BuildRequires: pkgconfig
|
||||
Conflicts: xfsdump < 2.0.0
|
||||
|
||||
@ -74,7 +73,6 @@ staticallly linking to programs that make use of extended attributes.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||
|
Loading…
Reference in New Issue
Block a user