diff --git a/attr.changes b/attr.changes index 69d5a3f..3e58e4d 100644 --- a/attr.changes +++ b/attr.changes @@ -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 diff --git a/attr.spec b/attr.spec index 4c6810c..698ae2b 100644 --- a/attr.spec +++ b/attr.spec @@ -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