Name:           apple-superdrive
Version:        1.0.0
Release:        3%{?dist}
Summary:        Apple SuperDrive activation udev rule
License:        BSD-2-Clause

Source0:        90-apple-superdrive.rules

BuildArch:      noarch
%if (0%{?rhel} == 7)
BuildRequires:  systemd
%else
BuildRequires:  systemd-rpm-macros
%endif
Requires:       sg3_utils

%description
Enable the use of an Apple SuperDrive on Linux

%prep


%build


%install
mkdir -p %buildroot%{_udevrulesdir}
install -m0644 %SOURCE0 %buildroot%{_udevrulesdir}/


%files
%{_udevrulesdir}/*


%changelog
* Thu Mar 09 2023 Gary Buhrmaster <gary.buhrmaster@gmail.com> - 1.0.0-3
- Update license to SPDX

* Fri Mar 04 2022 Gary Buhrmaster <gary.buhrmaster@gmail.com> - 1.0.0-2
- Support el7 build

* Wed Jul 28 2021 Gary Buhrmaster <gary.buhrmaster@gmail.com> - 1.0.0-1
- initial packaging