Ludwig Nussel
Ludwig Nussel
The change to have gpg signatures in separate .asc files rather than signing the sha256 file breaks machinectl pull-tar https://github.com/openSUSE/open-build-service/pull/9204 https://github.com/systemd/systemd/pull/5206 ``` # machinectl pull-tar https://download.opensuse.org/tumbleweed/appliances/opensuse-tumbleweed-image.x86_64-1.0.0-networkd-Snapshot20201107.tar.xz Enqueued transfer job 1....
# Issue Description I've created a github repo that contains a simple spec file ``` Name: dummy Version: 1 Release: 0 Group: Development/Tools/Building Summary: Lorem ipsum License: MIT Url: http://www.opensuse.org/...
### systemd version the issue has been seen with 251 ### Used distribution openSUSE Tumbleweed ### Linux kernel version used 5.18.4-1-default ### CPU architectures issue was seen on x86_64 ###...
appliances and containers have a ".packages" files next to them that lists all contained packages and their licenses. For some users that is valuable information so we can prove we...
There's a comment in Weblate about the string "Network" > This string is used in two different contexts: in patterns and in installation media type; in some languages these should...
app/controllers/application_controller.rb does some magic to set the locale according to installed ones. That doesn't really work if the requested locale is e.g. de_DE instead of just de. In general the...
# Issue Description I've created a github repo that contains a simple spec file ``` Name: dummy Version: 1 Release: 0 Group: Development/Tools/Building Summary: Lorem ipsum License: MIT Url: http://www.opensuse.org/...
mkfs needs to see the files it copies into the fs as owned by root. Otherwise the whole fs tree would be owned by the calling user. Doesn't matter too...