Skip to content

Commit

Permalink
Merge branch 'f40' into backport/f40/pr-2552
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko authored Dec 4, 2024
2 parents 540dfaf + 3d1c709 commit 5062209
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion anda/devs/zed/preview/zed-preview.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%bcond_with check

%global ver 0.164.1-pre
%global ver 0.164.2-pre
# Exclude input files from mangling
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
# Use Mold as the linker
Expand Down
2 changes: 0 additions & 2 deletions anda/system/msm-cros-efs-loader/msm-cros-efs-loader.service
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[Unit]
Description=EFS loader for Qualcomm-based Chrome OS devices
Requires=qrtr-ns.service
After=qrtr-ns.service

[Service]
ExecStartPre=/usr/bin/msm-cros-efs-loader
Expand Down
8 changes: 5 additions & 3 deletions anda/system/msm-cros-efs-loader/msm-cros-efs-loader.spec
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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5062209

Please sign in to comment.