Skip to content

Commit

Permalink
rpm: rename package to qubes-gui-agent
Browse files Browse the repository at this point in the history
To match repository name and Debian package name.

QubesOS/qubes-issues#2771
  • Loading branch information
marmarek committed May 30, 2017
1 parent 445e7a6 commit ed32054
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.builder
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ifeq ($(PACKAGE_SET),vm)
RPM_SPEC_FILES := rpm_spec/gui-vm.spec
RPM_SPEC_FILES := rpm_spec/gui-agent.spec
ARCH_BUILD_DIRS := archlinux
DEBIAN_BUILD_DIRS := debian

Expand Down
4 changes: 3 additions & 1 deletion rpm_spec/gui-vm.spec → rpm_spec/gui-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# default value in case of no qubes-builder's one
%{!?backend_vmm: %define backend_vmm xen}

Name: qubes-gui-vm
Name: qubes-gui-agent
Version: %{version}
Release: 1%{dist}
Summary: The Qubes GUI Agent for AppVMs
Expand Down Expand Up @@ -60,6 +60,8 @@ Requires: xorg-x11-drv-dummy
Requires: xorg-x11-xinit
Requires: qubes-libvchan-%{backend_vmm}
Requires: python-xpyb
Provides: qubes-gui-vm
Obsoletes: qubes-gui-vm < 4.0.0

# The vchan sink needs .h files from pulseaudio sources
# that are not exported by any *-devel packages; thus they are internal and
Expand Down

0 comments on commit ed32054

Please sign in to comment.