Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
65a54500f3 | ||
|
|
4a117763c9 | ||
| 02dc7a4013 | |||
|
|
b2a9b73c4d |
5 changed files with 9 additions and 27 deletions
|
|
@ -1 +0,0 @@
|
|||
xfsdump_2.2.42-1.tar.gz
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
xfsdump_2.2.45-1.tar.gz
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xfsdump
|
||||
# $Id$
|
||||
NAME := xfsdump
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
4e113a39b07723bbb140d2e5c5389cfe xfsdump_2.2.42-1.tar.gz
|
||||
9f4f6da94d14e638639a542b0fa8a722 xfsdump_2.2.45-1.tar.gz
|
||||
|
|
|
|||
11
xfsdump.spec
11
xfsdump.spec
|
|
@ -1,14 +1,14 @@
|
|||
Summary: Administrative utilities for the XFS filesystem
|
||||
Name: xfsdump
|
||||
Version: 2.2.42
|
||||
Release: 2%{?dist}
|
||||
Version: 2.2.45
|
||||
Release: 1%{?dist}
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
URL: http://oss.sgi.com/projects/xfs/
|
||||
Source0: ftp://oss.sgi.com/projects/xfs/download/cmd_tars/%{name}_%{version}-1.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: autoconf, libtool, gettext
|
||||
BuildRequires: readline-devel, libtermcap-devel, xfsprogs-devel, e2fsprogs-devel, libattr-devel ncurses-devel
|
||||
BuildRequires: xfsprogs-devel, e2fsprogs-devel, libattr-devel ncurses-devel
|
||||
Requires: xfsprogs >= 2.6.30, attr >= 2.0.0
|
||||
|
||||
|
||||
|
|
@ -60,8 +60,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||
/sbin/*
|
||||
|
||||
%changelog
|
||||
* Thu May 31 2007 Eric Sandeen <sandeen@redhat.com> - 2.2.45-1
|
||||
- Update to xfsdump 2.2.45
|
||||
|
||||
* Wed Aug 31 2006 Russell Cattelan <cattelan@thebarn.com> - 2.2.42-2
|
||||
Remove Distribution: tag
|
||||
- Remove Distribution: tag
|
||||
|
||||
* Wed Aug 23 2006 Russell Cattelan <cattelan@thebarn.com> - 2.2.42-1
|
||||
- update to version 2.2.42
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue