New version 2.4.38 Resolves #245415
This commit is contained in:
parent
53f6db1588
commit
2f055dc3d5
4 changed files with 8 additions and 39 deletions
|
|
@ -3,3 +3,4 @@ attr-2.4.23.src.tar.gz
|
|||
attr-2.4.24.src.tar.gz
|
||||
attr-2.4.28.src.tar.gz
|
||||
attr_2.4.32-1.tar.gz
|
||||
attr_2.4.38-1.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,36 +0,0 @@
|
|||
--- attr-2.4.24/include/buildmacros.build 2005-12-06 16:47:17.000000000 +0100
|
||||
+++ attr-2.4.24/include/buildmacros 2005-12-06 16:48:49.000000000 +0100
|
||||
@@ -54,7 +54,7 @@
|
||||
$(LFILES:.l=.o) \
|
||||
$(YFILES:%.y=%.tab.o)
|
||||
|
||||
-INSTALL = $(TOPDIR)/install-sh -o $(PKG_USER) -g $(PKG_GROUP)
|
||||
+INSTALL = $(TOPDIR)/install-sh
|
||||
|
||||
SHELL = /bin/sh
|
||||
IMAGES_DIR = $(TOPDIR)/all-images
|
||||
--- attr-2.4.24/include/builddefs.in.build 2005-12-06 16:47:01.000000000 +0100
|
||||
+++ attr-2.4.24/include/builddefs.in 2005-12-06 16:48:18.000000000 +0100
|
||||
@@ -52,14 +52,14 @@
|
||||
PKG_VERSION = @pkg_version@
|
||||
PKG_PLATFORM = @pkg_platform@
|
||||
PKG_DISTRIBUTION= @pkg_distribution@
|
||||
-PKG_BIN_DIR = @bindir@
|
||||
-PKG_SBIN_DIR = @sbindir@
|
||||
-PKG_LIB_DIR = @libdir@
|
||||
-PKG_DEVLIB_DIR = @libexecdir@
|
||||
-PKG_INC_DIR = @includedir@/attr
|
||||
-PKG_MAN_DIR = @mandir@
|
||||
-PKG_DOC_DIR = @datadir@/doc/@pkg_name@
|
||||
-PKG_LOCALE_DIR = @datadir@/locale
|
||||
+PKG_BIN_DIR = $(DESTDIR)@bindir@
|
||||
+PKG_SBIN_DIR = $(DESTDIR)@sbindir@
|
||||
+PKG_LIB_DIR = $(DESTDIR)@libdir@
|
||||
+PKG_DEVLIB_DIR = $(DESTDIR)@libexecdir@
|
||||
+PKG_INC_DIR = $(DESTDIR)@includedir@/attr
|
||||
+PKG_MAN_DIR = $(DESTDIR)@mandir@
|
||||
+PKG_DOC_DIR = $(DESTDIR)@datadir@/doc/@pkg_name@-@pkg_version@
|
||||
+PKG_LOCALE_DIR = $(DESTDIR)@datadir@/locale
|
||||
|
||||
CC = @cc@
|
||||
AWK = @awk@
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
Summary: Utilities for managing filesystem extended attributes
|
||||
Name: attr
|
||||
Version: 2.4.32
|
||||
Release: 2%{?dist}
|
||||
Version: 2.4.38
|
||||
Release: 1%{?dist}
|
||||
Conflicts: xfsdump < 2.0.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Source: ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_%{version}-1.tar.gz
|
||||
|
|
@ -114,6 +114,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||
/%{_lib}/libattr.so.*
|
||||
|
||||
%changelog
|
||||
* Tue Jul 31 2007 Zdenek Prikryl <zprikryl@redhat.com> 2.4.38-1
|
||||
- New version 2.4.38
|
||||
- Resolves #245415
|
||||
|
||||
* Fri Feb 23 2007 Karsten Hopp <karsten@redhat.com> 2.4.32-2
|
||||
- add disttag
|
||||
- remove trailing dot from summary
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
092739e9b944815aecc1f5d8379d5ea5 attr_2.4.32-1.tar.gz
|
||||
92b71f124cf5bd80c97eac3d50ba0c61 attr_2.4.38-1.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue