Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

rpi-imager-2.0.6-1.3 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: rpi-imager Distribution: openSUSE Tumbleweed
Version: 2.0.6 Vendor: openSUSE
Release: 1.3 Build date: Tue Feb 17 15:00:35 2026
Group: Hardware/Other Build host: reproducible
Size: 2175521 Source RPM: rpi-imager-2.0.6-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/raspberrypi/rpi-imager
Summary: Raspberry Pi Imaging Utility
Raspberry Pi Imager is the quick and easy way to install Raspberry Pi OS and
other operating systems to a microSD card, ready to use with your Raspberry
Pi. Watch our 45-second video to learn how to install an operating system
using Raspberry Pi Imager.

Download and install Raspberry Pi Imager to a computer with an SD card reader.
Put the SD card you'll use with your Raspberry Pi into the reader and run
Raspberry Pi Imager.

NOTE: Relies on polkit when run as regular user. It doesn't have to be
      polkit-gnome, but it has a low install base overhead.

Provides

Requires

License

Apache-2.0

Changelog

* Tue Feb 17 2026 Fridrich Strba <fstrba@suse.com>
  - Version 2.0.6
    * Changes
      + New UI
      + New installer for Windows
      + New back-end writing algorithms
      + New download algorithms
      + Accessbility annotations throughout
      + Raspberry Pi Connect integration
      + Keyboard navigation
      + Enhanced guardrails
      + New CLI-only package
  - Removed patch:
    * fix_cmake.patch
      + not needed anymore
  - Changed patch:
    * 0000-remove-vendoring.patch -> remove-vendoring.patch
      + adapt to the new code and to our dependencies
  - Added patches:
    * 1505.patch
      + fixes fallback file dialog that was entirely non-functional
      due to incorrect use of a Qt model role
    * 1514.patch
      + fixes the build in isolation with no access to the internet
    * 1515.patch
      + fixes Non-existent attached object exception for the
      ProgressBar in WritingStep
* Wed Nov 19 2025 Ana Guerrero <ana.guerrero@suse.com>
  - Fix issue in CMakefile.
    Add fix_cmake.patch
* Tue Jul 15 2025 Axel Braun <axel.braun@gmx.de>
  - version 1.9.5
    * updated 0000-remove-vendoring.patch
* Tue Jun 10 2025 Axel Braun <axel.braun@gmx.de>
  - New version 1.9.4
    * lengthy changelog, see github for details
    * fixes boo#1244387 (CVE-2025-5916)
    * 0000-remove-vendoring.patch updated
* Sun Oct 27 2024 Mikhail Paulyshka <me@mixaill.net>
  - adding 0000-remove-vendoring.patch
  - update dependencies
  - version 1.9.0
    * appstream metainfo: Fix appstream-builder generation by @joebonrichie in #792
    * Add a message when there are no storage devices. Fixes #798 by @jedahan in #801
    * Update Italian language by @bovirus in #802
    * imagewriter: Use QCoreApplication::translate by @tdewey-rpi in #805
    * Update Italian language by @bovirus in #806
    * Exposing 'DRIVELIST_FILTER_SYSTEM_DRIVES' as a cmake variable by @MrSmoer in #816
    * OS Customisation: Validate usernames by @tdewey-rpi in #819
    * Update issue creation templates by @tdewey-rpi in #823
    * Update French translation by @martignoni in #833
    * cli: Add disable-eject by @tdewey-rpi in #860
    * Corrected the spelling for Kyiv by @diminDDL in #871
    * Fix timeout on systems with large numbers of loops by @waveform80 in #872
    * localectl doesn't work on modern Debian/Ubuntu by @waveform80 in #867
    * Update zh-CN (Simplified Chinese) translation by @ykla in #879
    * BCM2712d0 support by @tdewey-rpi in #884
    * Fix GPT signature test by @jadonk in #895
    * Linux/OSX: Fix reversed fsync check by @ali1234 in #903
    * v1.9.0: Roll-up by @tdewey-rpi in #920
* Sun Apr 07 2024 Christian Boltz <suse-beta@cboltz.de>
  - rpi-imager only supports little-endian architectures, stop trying
    to build for (big-endian) s390x
* Tue Feb 27 2024 Scott Bradnick <scott.bradnick@suse.com>
  - Adding "Recommends: polkit-gnome" along with a NOTE in the description
    since using the GUI as a non-root user will throw an error on the
    destination device.
* Tue Feb 27 2024 Scott Bradnick <scott.bradnick@suse.com>
  - version 1.8.5
    * Retry on HTTP/2 errors.
    * Linux: Fix display of application name and icon on GNOME desktop environment.
    * Disable Link Time Optimization as precaution against hard to trace bugs.
  - version 1.8.4
    * OS customisation: Fixed first character being dropped when replacing existing password
    * OS customisation: Impose character limits on usernames & hostnames
    * i18n: Added Polish translation
    * i18n: Updated Catalan, Japanese translations
    * cli: Fixed local file passing via --repo
* Wed Nov 29 2023 Mikhail Paulyshka <me@mixaill.net>
  - add lzma-devel as build dependency
  - version 1.8.3
    * Home: Device filtering reworked to download OS list eagerly
    * OS List: Fixed 'Recommended' tag annotation
    * i18n: Added zh-TW Traditional Chinese translation
    * i18n: Updated Korean, German, Ukranian, translations
    * build: Linux: Fix libdrm dependency requirement on non-embedded build.
    * Common: Disable QML caching entirely
    * OS customisation: Allow use if only cloudinit payload available
    * OS customisation: Allow empty PSK for 'Open' WiFi networks.
    * OS List: Use ImageList v4 URL
  - version 1.8.1
    * Advanced options: Rename to OS customization
    * OS customization: change to tabbed UI
    * OS customization: make SSH public key field a textarea
    * OS customization: add convenience button to run ssh-keygen
    * OS customization: Enforce choice as part of write flow
    * OS customization: Fixes for state consistency across UI
    * Home: Add mechanism for selecting Raspberry Pi device
    * Shared: Multiple keyboard focus fixes
* Sun May 28 2023 Axel Braun <axel.braun@gmx.de>
  - version 1.7.5
    * 567.patch removed (included in src)
    * various fixes for Windows
    * No changes from v1.7.4.1 for Linux and Mac other than version number
    version 1.7.4.1
    * Advanced settings: fix creating files on FAT partition that are an exact multiple of cluster size.
    * Advanced settings: allow end-of-directory marker to be missing in FAT32 root directory (fixes customizing Homebridge image)
    * Do you want to apply saved settings window: offer 'no' option, without clearing settings.
    * Linux: eject storage properly through udisks2.
    * Add Russian translation
* Thu Apr 06 2023 Dominique Leuenberger <dimstar@opensuse.org>
  - Add 567.patch: Fix build using gcc13.
* Wed Mar 08 2023 Axel Braun <axel.braun@gmx.de>
  - version 1.7.4
    * Advanced settings: fix escaping single quotes ( ' ) in WLAN password
    * Windows only: when auto-detecting the WLAN password used by the computer running Imager, it now processes passwords that contain < > ' " & correctly.
    * Advanced settings: default to using username of logged-in user instead of 'pi'
    * Now uses a different method to edit files on the FAT partition to apply advanced settings. Imager now understands the FAT16/FAT32 file system format and can edit files by itself using the raw disk device, without having to rely on the operating system to mount the partition first.
    * French translation update

Files

/usr/bin/rpi-imager
/usr/share/applications/com.raspberrypi.rpi-imager.desktop
/usr/share/doc/packages/rpi-imager
/usr/share/doc/packages/rpi-imager/README.md
/usr/share/icons/hicolor
/usr/share/icons/hicolor/scalable
/usr/share/icons/hicolor/scalable/apps
/usr/share/icons/hicolor/scalable/apps/rpi-imager.svg
/usr/share/licenses/rpi-imager
/usr/share/licenses/rpi-imager/license.txt
/usr/share/metainfo/com.raspberrypi.rpi-imager.metainfo.xml


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Jul 24 15:27:28 2026