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