Antynea / grub-btrfs

Include btrfs snapshots at boot options. (Grub menu)
GNU General Public License v3.0
775 stars 77 forks source link

The installation package version does not match the actual version on Archlinux #354

Open SJFCS opened 1 month ago

SJFCS commented 1 month ago

The installed version of the archlinux package is the latest, But the actual version is old.

pacman -Scc
pacman -S grub-btrfs
paru -Q |grep grub-btrfs 
grub-btrfs 4.13-2
# but
sudo /usr/bin/grub-btrfsd -h
...
Version 4.12-master-2023-04-28T16:26:00+00:00

I discovered that this old version does not include support for yabsnap: https://github.com/Antynea/grub-btrfs/blob/f682e17b30def8ebbf9b4b3f0a60df0443633e4c/41_snapshots-btrfs#L328-L344

The actual version number and the package name version number don't match. Looking forward to version update

Forgive me for not being very good at English

bkmo commented 1 month ago

The Arch package is built directly from the latest release in the repo. Yes there is an issue with conflicting versions in this realease, but has nothing to do with Arch. This should be addressed by creating a new release which would also include other fixes and keep these questions from being repeated. Build it from grub-btrfs-git in the AUR for an up to date version.