SPECS: xfsprogs.spec - kill -O3 in fsck (on ppc O3 is slower than ...
sparky
sparky at pld-linux.org
Sun Feb 26 20:48:11 CET 2006
Author: sparky Date: Sun Feb 26 19:48:11 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- kill -O3 in fsck (on ppc O3 is slower than O2 and very unstable)
---- Files affected:
SPECS:
xfsprogs.spec (1.71 -> 1.72)
---- Diffs:
================================================================
Index: SPECS/xfsprogs.spec
diff -u SPECS/xfsprogs.spec:1.71 SPECS/xfsprogs.spec:1.72
--- SPECS/xfsprogs.spec:1.71 Sat Jan 21 20:58:56 2006
+++ SPECS/xfsprogs.spec Sun Feb 26 20:48:05 2006
@@ -25,7 +25,7 @@
BuildRequires: libtool
BuildRequires: libuuid-devel
%{?with_static:BuildRequires: libuuid-static}
-%{?with_static:BuildRequires: sed >= 4.0}
+BuildRequires: sed >= 4.0
Obsoletes: libxfs1
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -90,6 +90,7 @@
%patch1 -p1
%patch2 -p1
%patch3 -p1
+sed 's/-O3//' -i fsck/Makefile
cp %{SOURCE1} po/pl.po
@@ -181,6 +182,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.72 2006/02/26 19:48:05 sparky
+- kill -O3 in fsck (on ppc O3 is slower than O2 and very unstable)
+
Revision 1.71 2006/01/21 19:58:56 qboosh
- updated to 2.7.11, removed obsolete cflags,xfs_db-segv patches
- added po patch and pl.po, enabled gettext support
@@ -231,7 +235,7 @@
field was introduced (March 17th).
Revision 1.56 2004/03/27 13:31:33 pluto
-- %%files
+- %files
Revision 1.55 2004/03/27 00:02:23 areq
- 2.6.9
@@ -259,7 +263,7 @@
Revision 1.47 2003/10/12 17:31:52 radek
- fixed Source0 URL
-NOTE: version 2.5.11 is available
+ NOTE: version 2.5.11 is available
Revision 1.46 2003/10/09 09:57:42 qboosh
- new bcond style, s/e2fsprogs/libuuid/
@@ -315,7 +319,7 @@
- fixed libhandle.so symlink
Revision 1.29 2002/08/13 15:50:33 baggins
-- fixed %%files
+- fixed %files
Revision 1.28 2002/08/13 15:44:16 baggins
- updated to 2.1.2
@@ -325,12 +329,12 @@
- new %doc
Revision 1.26 2002/05/21 23:15:05 kloczek
-perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
+- perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \
s/^automake -a -c -f/\%\{__automake\}/; \
s/^autoconf/\%\{__autoconf\}/"
Revision 1.25 2002/04/30 13:39:49 pioklo
--update to 2.0.3,STBR
+- update to 2.0.3,STBR
Revision 1.24 2002/04/10 18:42:31 kloczek
- libxfs1{,-devel} added to Obsoletes for allow upgrade from MDK.
@@ -341,7 +345,7 @@
Revision 1.22 2002/04/08 14:30:07 areq
- add link to libhandle.so
-- added Requires %%{name} = %%{version} to devel package
+- added Requires %{name} = %{version} to devel package
- Relese 2, STBR
Revision 1.21 2002/04/08 12:32:09 areq
@@ -349,7 +353,7 @@
Revision 1.20 2002/04/02 16:30:47 kloczek
- remove all obsoleted BOOT modyfications,
-- pass correctly %%{rpmcflags} to compile ption,
+- pass correctly %{rpmcflags} to compile ption,
- added static subpackage,
- regenereate ac files.
@@ -369,10 +373,10 @@
- updated to 1.3.17 (bugfix)
Revision 1.15 2002/01/18 02:15:39 kloczek
-perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
+- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
Revision 1.14 2002/01/03 18:12:40 baggins
-- run ldconfig in %%post(un)
+- run ldconfig in %post(un)
Revision 1.13 2001/12/06 22:43:51 qboosh
- adapterized, cosmetics, pl spelling(!)
@@ -400,19 +404,19 @@
- started update to version 1.3.5, still needs some modifications :(
Revision 1.6 2001/06/04 15:54:12 baggins
-- removed requires %%{name} from devel package (not needed)
+- removed requires %{name} from devel package (not needed)
Revision 1.5 2001/06/01 13:25:54 baggins
-- added Requires %%{name} = %%{version} to devel package
+- added Requires %{name} = %{version} to devel package
Revision 1.4 2001/06/01 13:10:18 baggins
- updated to 1.2.7
Revision 1.3 2001/05/01 21:14:25 misiek
-removed not needed requires in devel subpackage
+- removed not needed requires in devel subpackage
Revision 1.2 2001/05/01 20:59:16 kloczek
- cosmetics.
Revision 1.1 2001/05/01 20:04:39 misiek
-XFS filesystem utilities; initial pld release
+- XFS filesystem utilities; initial pld release
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/xfsprogs.spec?r1=1.71&r2=1.72&f=u
More information about the pld-cvs-commit
mailing list