Fix isa macro in Requires
This commit is contained in:
parent
23d93b3193
commit
16e8998039
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
|||||||
/gnome-remote-desktop-42.rc.tar.xz
|
/gnome-remote-desktop-42.rc.tar.xz
|
||||||
/gnome-remote-desktop-42.0.tar.xz
|
/gnome-remote-desktop-42.0.tar.xz
|
||||||
/gnome-remote-desktop-42.1.tar.xz
|
/gnome-remote-desktop-42.1.tar.xz
|
||||||
|
/gnome-remote-desktop-42.1.1.tar.xz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: gnome-remote-desktop
|
Name: gnome-remote-desktop
|
||||||
Version: 42.1
|
Version: 42.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: GNOME Remote Desktop screen share service
|
Summary: GNOME Remote Desktop screen share service
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -39,7 +39,7 @@ BuildRequires: pkgconfig(systemd)
|
|||||||
BuildRequires: pkgconfig(winpr2)
|
BuildRequires: pkgconfig(winpr2)
|
||||||
BuildRequires: pkgconfig(xkbcommon)
|
BuildRequires: pkgconfig(xkbcommon)
|
||||||
|
|
||||||
Requires: pipewire{?_isa} >= 0.3.0
|
Requires: pipewire%{?_isa} >= 0.3.0
|
||||||
|
|
||||||
Obsoletes: vino < 3.22.0-21
|
Obsoletes: vino < 3.22.0-21
|
||||||
|
|
||||||
@ -91,6 +91,9 @@ GNOME desktop environment.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 27 2022 David King <amigadave@amigadave.com> - 42.1-2
|
||||||
|
- Fix isa macro in Requires
|
||||||
|
|
||||||
* Tue Apr 26 2022 David King <amigadave@amigadave.com> - 42.1-1
|
* Tue Apr 26 2022 David King <amigadave@amigadave.com> - 42.1-1
|
||||||
- Update to 42.1 (#2061546)
|
- Update to 42.1 (#2061546)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gnome-remote-desktop-42.1.tar.xz) = 3e17d6482941fccfe6860d2ca2db50235ee70a26fd8942ee1850addb11006cfb152dd949102a4c573f2b6a29f9f2bb78c9ad5be1cba8622ad5b54f82c509376f
|
SHA512 (gnome-remote-desktop-42.1.1.tar.xz) = 4fbf9305aa7339d9e7fcbf8df8eea97ba675630f6d01ef9a9f049ca3a3bf930f26b0e993ffe386682906d719b15058ce752e4592a3e710ceceb977000ebb1ce1
|
||||||
|
Loading…
Reference in New Issue
Block a user