Name: sl-disklabel-utils Version: r1.1645e97 Release: 100.1%{?dist} Summary: Create and preview custom macOS Startup Manager disk labels with Python Pillow License: MIT URL: https://github.com/slsrepo/disklabel-utils BuildArch: noarch BuildRequires: git Requires: python3 Requires: python3-pillow Provides: disklabel-utils = %{version}-%{release} Provides: sl-disklabel-utils = %{version}-%{release} Conflicts: disklabel-utils %description Create and preview custom macOS Startup Manager disk labels with Python Pillow. %prep git clone https://github.com/slsrepo/disklabel-utils.git disklabel-utils %build # Python scripts, no build step. %install cd disklabel-utils install -Dm755 disklabel-maker.py %{buildroot}%{_bindir}/disklabel-maker install -Dm755 disklabel-previewer.py %{buildroot}%{_bindir}/disklabel-previewer %files %{_bindir}/disklabel-maker %{_bindir}/disklabel-previewer %changelog * Sat Jun 20 2026 Sl (Shahaf Levi) - r1.a1b2c3d-1 - Initial COPR package for Slash