Skip to content

Commit

Permalink
rpm: fix dist macro usage
Browse files Browse the repository at this point in the history
  • Loading branch information
marmarek committed Nov 5, 2023
1 parent a333786 commit f8b51b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rpm_spec/gui-agent-vm.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Name: qubes-gui-agent-selinux
Version: @VERSION@
Release: 1%{dist}
Release: 1%{?dist}
Summary: The Qubes GUI Agent for AppVMs
License: GPLv2+
URL: https://www.qubes-os.org
Expand Down
2 changes: 1 addition & 1 deletion rpm_spec/gui-agent.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

Name: qubes-gui-agent
Version: @VERSION@
Release: 1%{dist}
Release: 1%{?dist}
Summary: The Qubes GUI Agent for AppVMs

Group: Qubes
Expand Down

0 comments on commit f8b51b6

Please sign in to comment.