Erweiterte Suche

55 Suchergebnisse

Seite 4 von 55 Suchergebnisse

  • Linux / OBS
    Quilt - a really quick howto
    As i regularly look it up from my mailbox. lets post it here. osc co yourproject/yourpackage cd yourproject/yourpackage quilt setup -v *spec cd yourpackage-*/ quilt ...
  • Linux / OBS
    Wert von RPM Macro herausfinden?
    a quick way of evaluating macros is rpm --eval, e.g.   $ rpm --eval '%{_datadir}' /usr/share ...
  • Linux / OBS
    How can the broken line be found in patch?
    1.) Don't you forget the blank new line at the bottom of the patch file?   2.) If not, try to apply this patch locally via `cat pathname | patch [-pX]`  and compare rejected files ...
  • Linux / OBS
    Textstellen in Dateien ersetzen
    find $RPM_BUILD_ROOT%{ap_serverroot}/%{name} -type f | xargs sed -i \      -e 's:'/config/config.ini.php':/etc/piwik/config.ini.php:g' \      -e 's:'/config/common.config.ini.php':/etc/piwik/common.config.ini.php:g' \      -e 's:'/config/global.ini.php':/etc/piwik/global.ini.php:g' ...
  • Linux / OBS
    openSUSE:How to detect Leap?
      Im Spec am Anfang folgendes einfügen: %if 0%{?suse_version} == 1315 && 0%{?is_opensuse} %define is_leap 1 %else %define is_leap 0 %endif   Dann kann in der Abfrage z.B. ...
  • Linux / OBS
    Rollback zu einer älteren Revision
    Um mittels osc einen Rollback zu einer älteren Revision durchzuführen sind folgende Schritte notwendig:   osc sr -r $rev $prj $package $prj ...
  • Linux / OBS
    How to submit a maintenance update for the<br />stable openSUSE releases?
    Beispiel anhand von phpMyAdmin: The command workflow is...  osc mbranch phpMyAdmin  osc co home:ecsos:branches:OBS_Maintained:phpMyAdmin Then update both phpMyAdmin.openSUSE_13.2 andphpMyAdmin.openSUSE_Leap_42.1 to 4.4.15.6 and ...
  • Linux / OBS
    GCC6: fatal error: stdlib.h: No such file or directory
    If you have at build something like: /usr/include/c++/6.0.0/cstdlib:75:25: fatal error: stdlib.h: No such file or directory #include_next <stdlib.h> Then insert QMAKE_DEFAULT_INCDIRS= in ...
  • Linux / openSUSE
    jitsi-Meet - Self-Hosting Guide - openSUSE
    Self-Hosting Guide - openSUSE This document describes the steps for a quick Jitsi-Meet installation, paired with a single Videobridge and a ...
  • Linux / openSUSE
    Was tun bei Build-Problemen
    Evtl ist eine Mail an folgende Adressen erfolgreich: mailto:releaseteam@opensuse.org           Releaseteammailto:dimstar@opensuse.org                   Dominique Leuenberger ...