fix debuginfo package (#225707)
This commit is contained in:
parent
ae94803137
commit
0b3d2a5f5d
@ -1,15 +1,17 @@
|
||||
Name: dosfstools
|
||||
Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux.
|
||||
Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux
|
||||
Version: 2.11
|
||||
Release: 6.1%{?dist}
|
||||
Release: 7%{?dist}
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Source: ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-%{version}.src.tar.gz
|
||||
URL: ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools
|
||||
Patch1: dosfstools-2.7-argfix.patch
|
||||
Patch2: dosfstools-2.11-assumeKernel26.patch
|
||||
Patch4: dosfstools-2.11-fortify.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Obsoletes: mkdosfs-ygg
|
||||
Provides: mkdosfs-ygg = %{version}
|
||||
|
||||
%description
|
||||
The dosfstools package includes the mkdosfs and dosfsck utilities,
|
||||
@ -30,11 +32,11 @@ rm -rf %{buildroot}
|
||||
mkdir -p %{buildroot}/sbin
|
||||
mkdir -p %{buildroot}/%{_mandir}/man8
|
||||
|
||||
install -m755 -s mkdosfs/mkdosfs %{buildroot}/sbin/mkdosfs
|
||||
install -m755 mkdosfs/mkdosfs %{buildroot}/sbin/mkdosfs
|
||||
ln %{buildroot}/sbin/mkdosfs %{buildroot}/sbin/mkfs.vfat
|
||||
ln %{buildroot}/sbin/mkdosfs %{buildroot}/sbin/mkfs.msdos
|
||||
|
||||
install -m755 -s dosfsck/dosfsck %{buildroot}/sbin/dosfsck
|
||||
install -m755 dosfsck/dosfsck %{buildroot}/sbin/dosfsck
|
||||
ln %{buildroot}/sbin/dosfsck %{buildroot}/sbin/fsck.msdos
|
||||
ln %{buildroot}/sbin/dosfsck %{buildroot}/sbin/fsck.vfat
|
||||
|
||||
@ -54,6 +56,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 21 2007 Peter Vrabec <pvrabec@redhat.com> 2.11-7
|
||||
- fix debuginfo package (#225707)
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.11-6.1
|
||||
- rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user