Erweiterte Suche

21 Suchergebnisse

Seite 2 von 21 Suchergebnisse

  • 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
    Angabe von Source: in spec wenn Source auf Git liegt?
    z.B.: Source: https://github.com/xianyi/OpenBLAS/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz ...
  • 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 / OBS
    How can i send packages from Factory to maintenance?
    Hi, On 12/12/18 12:41 PM, Eric Schirra wrote:> But how can i send Factory to maintenance? Find packages that can receive maintenance ...
  • 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 ...