Rev openSUSE:Factory/16 Md5 d01cc2d2917255cc3394ff52170092f2 2007-07-27 13:34:39 unknown None

This commit is contained in:
OBS User unknown 2007-07-27 13:34:39 +00:00 committed by Git OBS Bridge
parent b24af7fab4
commit a4311a471d
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -21,7 +21,7 @@ Supplements: filesystem(ext2) filesystem(ext3)
PreReq: %install_info_prereq
Autoreqprov: on
Version: 1.40.2
Release: 4
Release: 5
Summary: Utilities for the Second Extended File System
URL: http://e2fsprogs.sourceforge.net
Source: %{name}-%{version}.tar.bz2
@ -273,7 +273,7 @@ rm $RPM_BUILD_ROOT%{_libdir}/e2initrd_helper
%check
%if !%{no_command_hiding}
# always run make check when e2fsprogs-no_cmd_hiding.patch is fixed!
make check ||
make check
make gcc-wall
%endif
@ -420,6 +420,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/com_err.3.gz
%changelog
* Fri Jul 27 2007 - mkoenig@suse.de
- fix typo in specfile
* Thu Jul 26 2007 - mkoenig@suse.de
- Fix big-endian byte-swapping bug in ext2fs_swap_inode_full()
e2fsprogs-1.40-be_swap_fix.patch