Fix switchboard-plug-about again (#153)

This commit is contained in:
lleyton
2023-01-27 00:19:02 -08:00
committed by GitHub
parent a50bfd635f
commit bdec3585f6
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -7,4 +7,4 @@ RUN usermod -aG mock vscode
RUN echo vscode ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/vscode
RUN dnf -y install git 'dnf-command(config-manager)' mock createrepo_c
RUN dnf config-manager --add-repo='https://raw.githubusercontent.com/terrapkg/subatomic-repos/main/terra.repo'
RUN dnf -y install anda
RUN dnf -y install anda anda-mock-configs
@@ -31,6 +31,7 @@ BuildRequires: pkgconfig(libgtop-2.0)
BuildRequires: pkgconfig(libhandy-1)
BuildRequires: pkgconfig(switchboard-2.0)
BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: pkgconfig(udisks2)
Requires: switchboard%{?_isa}
Supplements: switchboard%{?_isa}