Author: glen Date: Tue Oct 17 23:58:30 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - enable system-logs for GUI
---- Files affected: SPECS: anaconda.spec (1.58 -> 1.59) ---- Diffs: ================================================================ Index: SPECS/anaconda.spec diff -u SPECS/anaconda.spec:1.58 SPECS/anaconda.spec:1.59 --- SPECS/anaconda.spec:1.58 Thu Sep 28 19:30:32 2006 +++ SPECS/anaconda.spec Wed Oct 18 01:58:24 2006 @@ -23,6 +23,7 @@ # File "/usr/share/python2.4/site-packages/pirut/GroupSelector.py", line 410, in doRefresh # File "/usr/share/python2.4/site-packages/pirut/GroupSelector.py", line 407, in populateCategories #TypeError: iter should be a GtkTreeIter +# - definition of anaconda pixmaps: http://www.raimokoski.com/lineox/Distro-definition-dir.txt # %if 0 # FC to PLD deps replace rules, extracted from cvs logs @@ -40,7 +41,7 @@ Summary(pl): Graficzny instalator systemu Name: anaconda Version: 11.0.5 -Release: 0.94 +Release: 0.95 License: GPL Group: Applications/System Source0: %{name}-%{version}.tar.bz2 @@ -137,7 +138,7 @@ Requires: python-gnome-canvas Requires: system-config-date Requires: system-config-keyboard -#Requires: system-logos +Requires: system-logos Requires: vnc-utils %ifnarch s390 s390x ppc64 Requires: python-rhpxl >= 0.18-0.9 @@ -223,8 +224,8 @@ %build # locale check if [ "$(locale -a | grep -c en_US.utf8)" = 0 ]; then - echo >&2 "en_US.utf8 locale not available. build will fail!" - echo >&2 "Install glibc-localedb-all or compile it!" + : "en_US.utf8 locale not available. build will fail!" + : "Install glibc-localedb-all or compile it!" exit 1 fi @@ -367,6 +368,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.59 2006/10/17 23:58:24 glen +- enable system-logs for GUI + Revision 1.58 2006/09/28 17:30:32 glen - update todo ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/anaconda.spec?r1=1.58&r2=1.59&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
