Linux Electron und pnpm
In order to use with pnpm, you’ll need to adjust your .npmrc to use any one the following approaches in ...
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 How to create a .patch file?
Möglichkeit 1)
diff -Pdpru Original-Path\ Geänderter-PATH\ > foobar.patch
Dann in spec:
Patch0: foobar.patch
und unter %prep nach %setup
%patch0 -p1 einfügen.
Möglichkeit 2):
- Make a copy of the file to patch cp file file.orig - Modify the file ...
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 rpmlint: python-bytecode-inconsistent-mtime
Es gibt drei Möglichkeiten. In dieser Reihenfolge nutzen.Diese sind nach %python_install einzufügen.Für %{python_sitelib} kann auch %{python_sitearch} eingesetzt werden.
# Fix python-bytecode-inconsistent-mtimepushd ...
Linux 7zip-bin-mac/7za: Error: spawn EACCES
Wenn folgende änliche Fehlermeldung kommt:
"7zip-bin/linux/x64/7za EACCES failedTask=build'
dann muss folgendes auf Ausführen gesezt werden:
$ chmod +x node_modules/7zip-bin-mac/7za ...