forked from pool/e2fsprogs
Rev openSUSE:Factory/16 Md5 d01cc2d2917255cc3394ff52170092f2 2007-07-27 13:34:39 unknown None
This commit is contained in:
parent
b24af7fab4
commit
a4311a471d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 27 12:28:18 CEST 2007 - mkoenig@suse.de
|
||||||
|
|
||||||
|
- fix typo in specfile
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 26 12:35:50 CEST 2007 - mkoenig@suse.de
|
Thu Jul 26 12:35:50 CEST 2007 - mkoenig@suse.de
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ Supplements: filesystem(ext2) filesystem(ext3)
|
|||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 1.40.2
|
Version: 1.40.2
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: Utilities for the Second Extended File System
|
Summary: Utilities for the Second Extended File System
|
||||||
URL: http://e2fsprogs.sourceforge.net
|
URL: http://e2fsprogs.sourceforge.net
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -273,7 +273,7 @@ rm $RPM_BUILD_ROOT%{_libdir}/e2initrd_helper
|
|||||||
%check
|
%check
|
||||||
%if !%{no_command_hiding}
|
%if !%{no_command_hiding}
|
||||||
# always run make check when e2fsprogs-no_cmd_hiding.patch is fixed!
|
# always run make check when e2fsprogs-no_cmd_hiding.patch is fixed!
|
||||||
make check ||
|
make check
|
||||||
make gcc-wall
|
make gcc-wall
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -420,6 +420,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/com_err.3.gz
|
%{_mandir}/man3/com_err.3.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 27 2007 - mkoenig@suse.de
|
||||||
|
- fix typo in specfile
|
||||||
* Thu Jul 26 2007 - mkoenig@suse.de
|
* Thu Jul 26 2007 - mkoenig@suse.de
|
||||||
- Fix big-endian byte-swapping bug in ext2fs_swap_inode_full()
|
- Fix big-endian byte-swapping bug in ext2fs_swap_inode_full()
|
||||||
e2fsprogs-1.40-be_swap_fix.patch
|
e2fsprogs-1.40-be_swap_fix.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user