Name: apple-superdrive Version: 1.0.0 Release: 4%{?dist} Summary: Apple SuperDrive activation udev rule License: BSD-2-Clause Source0: 90-apple-superdrive.rules BuildArch: noarch BuildRequires: systemd-rpm-macros Requires: sg3_utils %description Enable the use of an Apple SuperDrive on Linux %prep %install mkdir -p %buildroot%{_udevrulesdir} install -m0644 %SOURCE0 %buildroot%{_udevrulesdir}/ %files %{_udevrulesdir}/* %changelog * Sat Sep 14 2024 Gary Buhrmaster - 1.0.0-4 - Update license to SPDX * Wed Aug 21 2024 Gary Buhrmaster - 1.0.0-3 - EL7 is EOL, remove the workaround used to support it * Fri Mar 04 2022 Gary Buhrmaster - 1.0.0-2 - Support el7 build * Wed Jul 28 2021 Gary Buhrmaster - 1.0.0-1 - initial packaging