Skip to content

Commit

Permalink
add missing el9 tags to specfile ifdefs
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Oct 9, 2022
1 parent 967a3d3 commit d44d755
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packaging/rpm/xpra.spec
Expand Up @@ -177,7 +177,7 @@ Recommends: python3-rencode
Recommends: python3-inotify
Recommends: python3-netifaces
Recommends: python3-dbus
%if 0%{?el8}
%if 0%{?el8}%{?el9}
Recommends: python3-avahi
%else
%if 0%{?fedora}
Expand Down Expand Up @@ -268,7 +268,7 @@ Recommends: qrencode
Recommends: python3-pysocks
Suggests: python3-opencv
#without this, the system tray is unusable with gnome!
%if 0%{?el8}
%if 0%{?el8}%{?el9}
Recommends: gnome-shell-extension-topicons-plus
%else
Suggests: gnome-shell-extension-appindicator
Expand Down Expand Up @@ -526,11 +526,9 @@ popd


%post common-server
%if 0%{?fedora}%{?el8}
%tmpfiles_create xpra.conf
#fedora can use sysusers.d instead
%sysusers_create xpra.conf
%endif
if [ ! -e "/etc/xpra/ssl-cert.pem" ]; then
umask=`umask`
umask 077
Expand Down

0 comments on commit d44d755

Please sign in to comment.