Compare commits

...

5 Commits
master ... f12

Author SHA1 Message Date
Fedora Release Engineering 9398592723 dist-git conversion 2010-07-29 13:21:45 +00:00
Eric Sandeen 1b4de39c11 * Thu Apr 01 2010 Eric Sandeen <sandeen@redhat.com> 3.0.3-3
- make devel pkg require libuuid-devel (#576296)
2010-04-19 19:28:37 +00:00
Bill Nottingham 5e4edbc473 Fix typo that causes a failure to update the common directory. (releng #2781) 2009-11-26 01:33:02 +00:00
Eric Sandeen 1559530069 * Thu Nov 05 2009 Eric Sandeen <sandeen@redhat.com> 3.0.3-2
- Rebuild for glibc bug (#533063)
2009-11-05 16:51:38 +00:00
Jesse Keating 0fe5a219f8 Initialize branch F-12 for xfsprogs 2009-09-29 07:22:11 +00:00
4 changed files with 10 additions and 3 deletions

View File

View File

@ -4,7 +4,7 @@ NAME := xfsprogs
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
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))

1
branch Normal file
View File

@ -0,0 +1 @@
F-12

View File

@ -1,7 +1,7 @@
Summary: Utilities for managing the XFS filesystem
Name: xfsprogs
Version: 3.0.3
Release: 1%{?dist}
Release: 3%{?dist}
# Licensing based on generic "GNU GENERAL PUBLIC LICENSE"
# in source, with no mention of version.
# doc/COPYING file specifies what is GPL and what is LGPL
@ -39,7 +39,7 @@ with the IRIX version of XFS.
%package devel
Summary: XFS filesystem-specific static libraries and headers
Group: Development/Libraries
Requires: xfsprogs = %{version}-%{release}
Requires: xfsprogs = %{version}-%{release}, libuuid-devel
%description devel
xfsprogs-devel contains the libraries and header files needed to
@ -192,6 +192,12 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/xfs/xfs_types.h
%changelog
* Thu Apr 01 2010 Eric Sandeen <sandeen@redhat.com> 3.0.3-3
- make devel pkg require libuuid-devel (#576296)
* Thu Nov 05 2009 Eric Sandeen <sandeen@redhat.com> 3.0.3-2
- Rebuild for glibc bug (#533063)
* Tue Sep 01 2009 Eric Sandeen <sandeen@redhat.com> 3.0.3-1
- New upstream release