Accepting request 967936 from home:sbradnick
- Adding 'Recommends: lsb-release' so 'Information' -> 'Session Info' returns results vs. 'unknown'. - Removing 'BuildRequires: lsb-release'. - Adjusting to use 'distribution-release' for Tumbleweed and 'openSUSE-release' for < Tumbleweed. OBS-URL: https://build.opensuse.org/request/show/967936 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=95
This commit is contained in:
parent
08890a5902
commit
127480e1bb
17
xpra.changes
17
xpra.changes
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 8 22:57:54 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- Adding 'Recommends: lsb-release' so 'Information' -> 'Session Info'
|
||||
returns results vs. 'unknown'.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 8 20:36:15 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- Removing 'BuildRequires: lsb-release'.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 8 17:47:47 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
- Adjusting to use 'distribution-release' for Tumbleweed and
|
||||
'openSUSE-release' for < Tumbleweed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 8 16:31:22 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
|
||||
|
||||
|
10
xpra.spec
10
xpra.spec
@ -45,9 +45,12 @@ BuildRequires: desktop-file-utils
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: git-core
|
||||
BuildRequires: hicolor-icon-theme
|
||||
# These 2 are needed for proper OS detection by setup.py
|
||||
BuildRequires: lsb-release
|
||||
BuildRequires: distribution-release
|
||||
# Needed for proper OS detection by setup.py
|
||||
%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150500
|
||||
BuildRequires: distribution-release
|
||||
%else
|
||||
BuildRequires: openSUSE-release
|
||||
%endif
|
||||
# ---------
|
||||
BuildRequires: pam-devel
|
||||
%if %{with pandoc}
|
||||
@ -98,6 +101,7 @@ Requires: shared-mime-info
|
||||
Requires: xf86-video-dummy
|
||||
Requires: xorg-x11-xauth
|
||||
Requires(post): %fillup_prereq
|
||||
Recommends: lsb-release
|
||||
Recommends: pinentry
|
||||
Recommends: python3-dnspython
|
||||
Recommends: python3-netifaces
|
||||
|
Loading…
Reference in New Issue
Block a user