forked from pool/e2fsprogs
This commit is contained in:
parent
4a30d8ed25
commit
bef72f3d16
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 22 17:16:53 CET 2007 - mkoenig@suse.de
|
||||||
|
|
||||||
|
- don't chmod -w headers in compile_et to avoid build
|
||||||
|
problems with some packages
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 19 12:10:56 CET 2007 - mkoenig@suse.de
|
Wed Jan 19 12:10:56 CET 2007 - mkoenig@suse.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ Obsoletes: ext2fs
|
|||||||
PreReq: %install_info_prereq
|
PreReq: %install_info_prereq
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 1.39+1.40_WIP_20061114
|
Version: 1.39+1.40_WIP_20061114
|
||||||
Release: 1
|
Release: 2
|
||||||
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
|
||||||
@ -46,6 +46,7 @@ Patch30: libcom_err-no-static-buffer.patch
|
|||||||
Patch31: libcom_err-no-init_error_table.patch
|
Patch31: libcom_err-no-init_error_table.patch
|
||||||
Patch32: libcom_err-no-e2fsck.static.patch
|
Patch32: libcom_err-no-e2fsck.static.patch
|
||||||
Patch33: libcom_err-mutex.patch
|
Patch33: libcom_err-mutex.patch
|
||||||
|
Patch34: libcom_err-compile_et_permissions.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -120,6 +121,7 @@ Authors:
|
|||||||
%patch31 -p1
|
%patch31 -p1
|
||||||
%patch32 -p1
|
%patch32 -p1
|
||||||
%patch33 -p1
|
%patch33 -p1
|
||||||
|
%patch34 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{?suse_update_config:%{suse_update_config -f}}
|
%{?suse_update_config:%{suse_update_config -f}}
|
||||||
@ -240,6 +242,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%postun -n libcom_err -p /sbin/ldconfig
|
%postun -n libcom_err -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog -n e2fsprogs
|
%changelog -n e2fsprogs
|
||||||
|
* Mon Jan 22 2007 - mkoenig@suse.de
|
||||||
|
- don't chmod -w headers in compile_et to avoid build
|
||||||
|
problems with some packages
|
||||||
* Fri Jan 19 2007 - mkoenig@suse.de
|
* Fri Jan 19 2007 - mkoenig@suse.de
|
||||||
- update to version 1.40-WIP-1114 (FATE#301897)
|
- update to version 1.40-WIP-1114 (FATE#301897)
|
||||||
* support for ext4
|
* support for ext4
|
||||||
|
13
libcom_err-compile_et_permissions.patch
Normal file
13
libcom_err-compile_et_permissions.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Index: e2fsprogs-1.39+1.40_WIP_20061114/lib/et/compile_et.sh.in
|
||||||
|
===================================================================
|
||||||
|
--- e2fsprogs-1.39+1.40_WIP_20061114.orig/lib/et/compile_et.sh.in
|
||||||
|
+++ e2fsprogs-1.39+1.40_WIP_20061114/lib/et/compile_et.sh.in
|
||||||
|
@@ -51,7 +51,7 @@ if test -f ${BASE}.h && cmp -s ${BASE}.h
|
||||||
|
rm -f ${BASE}.h.$$
|
||||||
|
else
|
||||||
|
mv -f ${BASE}.h.$$ ${BASE}.h
|
||||||
|
- chmod -w ${BASE}.h
|
||||||
|
+# chmod -w ${BASE}.h
|
||||||
|
fi
|
||||||
|
$AWK -f "${DIR}/et_c.awk" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.et"
|
||||||
|
if test -f ${BASE}.c && cmp -s ${BASE}.c.$$ ${BASE}.c ; then
|
Loading…
Reference in New Issue
Block a user