New version
Resolves: rhbz#1034058 - Dropped fix-big-endian patch (upstreamed)
This commit is contained in:
parent
55bcb0a2a8
commit
795e5ccfa2
@ -1,13 +0,0 @@
|
||||
diff --git a/src/boot.c b/src/boot.c
|
||||
index 2c6a38f..7acec70 100644
|
||||
--- a/src/boot.c
|
||||
+++ b/src/boot.c
|
||||
@@ -62,7 +62,7 @@ static struct {
|
||||
|
||||
/* Unaligned fields must first be accessed byte-wise */
|
||||
#define GET_UNALIGNED_W(f) \
|
||||
- le16toh( (__u16)f[0] | ((__u16)f[1]<<8) )
|
||||
+ ( (__u16)f[0] | ((__u16)f[1]<<8) )
|
||||
|
||||
static char *get_media_descr(unsigned char media)
|
||||
{
|
||||
@ -1,13 +1,12 @@
|
||||
Name: dosfstools
|
||||
Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux
|
||||
Version: 3.0.23
|
||||
Release: 3%{?dist}
|
||||
Version: 3.0.24
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
Group: Applications/System
|
||||
Source0: http://www.daniel-baumann.ch/files/software/dosfstools/%{name}-%{version}.tar.xz
|
||||
URL: http://www.daniel-baumann.ch/software/dosfstools/
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Patch0: dosfstools-3.0.23-fix-big-endian.patch
|
||||
|
||||
%description
|
||||
The dosfstools package includes the mkdosfs and dosfsck utilities,
|
||||
@ -16,7 +15,6 @@ drives or on floppies.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .fix-big-endian
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing"
|
||||
@ -37,6 +35,11 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 25 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 3.0.24-1
|
||||
- New version
|
||||
Resolves: rhbz#1034058
|
||||
- Dropped fix-big-endian patch (upstreamed)
|
||||
|
||||
* Fri Nov 22 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 3.0.23-3
|
||||
- Used /usr/sbin directory instead of /sbin
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user