Skip to content

Commit

Permalink
feat: add debuginfod urls
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Feb 27, 2024
1 parent e789e33 commit 52e4fd4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 7 additions & 2 deletions ultramarine/release/ultramarine-release.spec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
Summary: Ultramarine Linux release files
Name: ultramarine-release
Version: 39
Release: 0.10%{?dist}
Release: 0.11%{?dist}
License: MIT
Source0: LICENSE
URL: https://ultramarine-linux.org
Expand Down Expand Up @@ -61,6 +61,8 @@ Source32: org.projectatomic.rpmostree1.rules

Source33: 50-ultramarine-networking.conf

Source34: ultramarine.urls

BuildArch: noarch

Provides: ultramarine-release = %{version}-%{release}
Expand Down Expand Up @@ -745,6 +747,9 @@ install -Dm0644 %{SOURCE9} -t $RPM_BUILD_ROOT%{_prefix}/lib/systemd/user-preset/
install -Dm0644 %{SOURCE28} -t %{buildroot}%{_prefix}/lib/systemd/system.conf.d/
install -Dm0644 %{SOURCE28} -t %{buildroot}%{_prefix}/lib/systemd/user.conf.d/

# Add debuginfod urls
install -D -p -m 0644 -t %{buildroot}%{_sysconfdir}/debuginfod %{SOURCE34}

%if %{with atomic_desktop}

# Install rpm-ostree polkit rules
Expand Down Expand Up @@ -805,7 +810,7 @@ install -Dm0644 %{SOURCE32} -t %{buildroot}%{_datadir}/polkit-1/rules.d/
%{_swidtagdir}/org.ultramarinelinux.Ultramarine-%{bug_version}.swidtag
%dir %{_sysconfdir}/swid
%{_sysconfdir}/swid/swidtags.d

%config(noreplace) %{_sysconfdir}/debuginfod/ultramarine.urls

%if %{with basic}
%files
Expand Down
2 changes: 2 additions & 0 deletions ultramarine/release/ultramarine.urls
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
https://debuginfod.fyralabs.com/

0 comments on commit 52e4fd4

Please sign in to comment.