أعجوبة

البرمجيات الحُرة والمفتوحة المصدر

أدوات المستخدم

أدوات الموقع


pri:comps

اختلافات

عرض الاختلافات بين النسخة المختارة و النسخة الحالية من الصفحة.

رابط إلى هذه المقارنة

جانبي المراجعة السابقةالمراجعة السابقة
pri:comps [2008/10/04 23:53] alsadipri:comps [2015/04/23 03:21] (حالي) – تحرير خارجي 127.0.0.1
سطر 1: سطر 1:
 +add *release packages
  
 +add gambas to development
 +
 +
 +upgrade option never appears, so we need to hack into anaconda to see how does it do the check
 +
 +should skype installed by default note it's Qt4
 +
 +check the games that are installed by default
 +
 +firefox-ojuba-extra should be mandatory but in this case firefox would be mandatory too, is this fine
 +because if we made it like this
 +  <packagereq type="default">firefox-ojuba-extra</packagereq>
 +then a user might deselect it
 +
 +network related
 +<code>
 +comps-ojuba1.xml.orig:      <packagereq type="optional">ypbind</packagereq>
 +comps-ojuba1.xml:      <packagereq type="default">ypbind</packagereq>
 +
 +comps-ojuba1.xml.orig:      <packagereq type="optional">nfs-utils</packagereq>
 +comps-ojuba1.xml.orig:      <packagereq type="default">system-config-nfs</packagereq>
 +comps-ojuba1.xml.orig:      <packagereq type="optional">nfswatch</packagereq>
 +comps-ojuba1.xml:      <packagereq type="default">nfs-utils</packagereq>
 +comps-ojuba1.xml:      <packagereq type="default">system-config-nfs</packagereq>
 +comps-ojuba1.xml:      <packagereq type="optional">nfswatch</packagereq>
 +
 +comps-ojuba1.xml.orig:      <packagereq type="optional">pinfo</packagereq>
 +comps-ojuba1.xml:      <packagereq type="default">pinfo</packagereq>
 +</code>
 +
 +SELinux related
 +<code>
 +comps-ojuba1.xml.orig:      <packagereq type="optional">policycoreutils-gui</packagereq>
 +comps-ojuba1.xml.orig:      <packagereq type="optional">policycoreutils</packagereq>
 +comps-ojuba1.xml.orig:      <packagereq type="optional">selinux-policy-targeted</packagereq>
 +comps-ojuba1.xml:      <packagereq type="default">policycoreutils-gui</packagereq>
 +comps-ojuba1.xml:      <packagereq type="mandatory">policycoreutils</packagereq>
 +comps-ojuba1.xml:      <packagereq type="mandatory">selinux-policy-targeted</packagereq>
 +
 +
 +comps-ojuba1.xml.orig:      <packagereq type="optional">selinux-policy-targeted</packagereq>
 +comps-ojuba1.xml.orig:      <packagereq type="optional">libselinux-devel</packagereq>
 +comps-ojuba1.xml:      <packagereq type="mandatory">selinux-policy-targeted</packagereq>
 +comps-ojuba1.xml:      <packagereq type="default">libselinux-devel</packagereq>
 +</code>
 +
 +جعل الخطوط التلقائية هي فقط الموجودة على ال livecd
 +
 +فحص كل ما يتعلق بجافا و openoffice
 +الوضع الحالي ل openoffice يعمل على تنزيل الأجزاء التي تتطلب جافا حتى لو اعتمدنا الاوفس خاصتنا
 +
 +مراجعة جعل ما يلي default
 +<code>
 +    <default>false</default>
 +    <uservisible>true</uservisible>
 +    <packagelist>
 +      <packagereq type="default" basearchonly="true">compat-gcc-34</packagereq>
 +</code>
 +
 +التأكد من أن ojuba-* كلها mandatory
 +
 +<code>
 +[alsadi@localhost packages]$ rpm -qip '/opt/ojuba/ojuba-cache/openoffice/packages/jre-6u4-linux-i586.rpm' 
 +Name        : jre                          Relocations: /usr/java 
 +Version     : 1.6.0_04                          Vendor: Sun Microsystems, Inc.
 +Release     : fcs                           Build Date: Fri 14 Dec 2007 01:14:31 PM EET
 +Install Date: (not installed)               Build Host: jdk-lin-1586
 +Group       : Development/Tools             Source RPM: jre-1.6.0_04-fcs.src.rpm
 +Size        : 47547970                         License: Sun Microsystems Binary Code License (BCL)
 +Signature   : (none)
 +Packager    : Java Software <jre-comments@java.sun.com>
 +URL         : http://java.sun.com/
 +Summary     : Java(TM) Platform Standard Edition Runtime Environment
 +Description :
 +The Java Platform Standard Edition Runtime Environment (JRE) contains
 +everything necessary to run applets and applications designed for the
 +Java platform. This includes the Java virtual machine, plus the Java
 +platform classes and supporting files.
 +
 +The JRE is freely redistributable, per the terms of the included license.
 +</code>

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki