Name: grub2-snapper-plugin Version: 0.1.95f9bf7 Release: 1%{?dist} Summary: Bootable snapshot integration for Grub2 License: GPL-2.0-only URL: https://codeberg.org/KalpaDesktop/grub2-snapper-plugin Source0: %{name}-%{version}.tar.zst BuildRequires: cmake Requires: grub2-common Requires: snapper Requires: btrfs-progs BuildArch: noarch %description A GRUB2 plugin that integrates with snapper to add Btrfs snapshot boot entries to the GRUB2 menu. When snapper creates or removes read-only snapshots, this plugin updates the GRUB2 configuration so users can boot into any snapshot directly from the boot menu. %prep %autosetup -p1 %conf %cmake %build %cmake_build %install %cmake_install %files %license LICENSE %{_prefix}/lib/snapper/plugins/00-grub %config(noreplace) %{_sysconfdir}/grub.d/80_suse_btrfs_snapshot %changelog * Fri Jun 19 2026 Shawn W Dunn - 0.1.95f9bf7-2 - Initial Packaging