SHA256
1
0
forked from pool/attr
OBS User unknown 2007-04-25 22:58:50 +00:00 committed by Git OBS Bridge
parent ab64523d89
commit 3f67f64a4e
2 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 25 16:20:42 CEST 2007 - agruen@suse.de
- Fix the permissions of /etc/xattr.conf.
-------------------------------------------------------------------
Mon Oct 16 17:55:45 CEST 2006 - agruen@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package attr (Version 2.4.28)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -15,7 +15,7 @@ Group: System/Filesystems
Autoreqprov: on
Summary: A Command to Manipulate File System Extended Attributes
Version: 2.4.28
Release: 26
Release: 52
Source: %{name}-%{version}.src.tar.bz2
Source1: xattr.conf
Patch0: builddefs.in.diff
@ -24,7 +24,7 @@ Patch2: xfs-cmds-25263a-fix-list_attr-segfault
Patch3: xattr_conf.diff
URL: ftp://oss.sgi.com/projects/xfs/cmd_tars
BuildRoot: %{_tmppath}/%{name}-%{version}-build
License: GPL, Other License(s), see package
License: GNU General Public License (GPL)
Conflicts: xfsdump < 2.0.0
%description
@ -164,11 +164,13 @@ rm -rf $RPM_BUILD_ROOT
%doc %attr(644,root,root) %{_mandir}/man3/attr_setf.3.gz*
%files -n libattr
%defattr (755,root,root)
%defattr (-,root,root)
/%{_lib}/libattr.so.1*
%config %{_sysconfdir}/xattr.conf
%changelog -n attr
%changelog
* Wed Apr 25 2007 - agruen@suse.de
- Fix the permissions of /etc/xattr.conf.
* Mon Oct 16 2006 - agruen@suse.de
- Ignore Beagle index data when copying files.
* Wed Oct 04 2006 - agruen@suse.de