-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* FIx: msm-cros-efs-loader name as to not conflict with fedora package Signed-off-by: Owen Zimmerman <[email protected]> * Provide fedora package name * remove qrtr, in kernel now --------- Signed-off-by: Owen Zimmerman <[email protected]> (cherry picked from commit da4b02d) Co-authored-by: Owen Zimmerman <[email protected]>
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Name: msm-cros-efs-loader | ||
Name: terra-msm-cros-efs-loader | ||
Version: 1.0.2 | ||
Release: 1%?dist | ||
Summary: EFS loader for Qualcomm-based Chrome OS devices | ||
|
@@ -9,6 +9,8 @@ Source1: msm-cros-efs-loader.service | |
Requires: rmtfs crossystem | ||
BuildArch: noarch | ||
Packager: WeirdTreeThing <[email protected]> | ||
Conflicts: msm-cros-efs-loader | ||
Provides: msm-cros-efs-loader | ||
|
||
%{?systemd_requires} | ||
BuildRequires: systemd-rpm-macros | ||
|
@@ -20,7 +22,7 @@ EFS loader for Qualcomm-based Chrome OS devices | |
%autosetup -n msm-cros-efs-loader-v%{version} | ||
|
||
%install | ||
install -Dm755 %{name}.sh %{buildroot}/usr/bin/%{name} | ||
install -Dm755 msm-cros-efs-loader.sh %{buildroot}/usr/bin/msm-cros-efs-loader | ||
install -Dm644 %SOURCE1 %{buildroot}/%{_unitdir}/msm-cros-efs-loader.service | ||
|
||
%post | ||
|
@@ -33,7 +35,7 @@ install -Dm644 %SOURCE1 %{buildroot}/%{_unitdir}/msm-cros-efs-loader.service | |
%systemd_postun_with_restart 88-ultramarine-chromebook-default.preset | ||
|
||
%files | ||
%_bindir/%name | ||
%_bindir/msm-cros-efs-loader | ||
%{_unitdir}/msm-cros-efs-loader.service | ||
|
||
%changelog | ||
|