import gnome-connections-41.rc-1.el9_b

This commit is contained in:
CentOS Sources 2021-11-03 14:27:10 -04:00 committed by Stepan Oksanichenko
parent 30982cff6c
commit b9a9831e2b
3 changed files with 8 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/gnome-connections-41.beta.tar.xz
SOURCES/gnome-connections-41.rc.tar.xz

View File

@ -1 +1 @@
4f036a20c457c18bcdcb7c30fcebd5f05ab9528e SOURCES/gnome-connections-41.beta.tar.xz
b80c5fce28e290863ce2b07cc6bee84b3bf80970 SOURCES/gnome-connections-41.rc.tar.xz

View File

@ -6,8 +6,8 @@
%global url_ver %%(echo %{version} | cut -d. -f1)
Name: gnome-connections
Version: 41.beta
Release: 2%{?dist}
Version: 41.rc
Release: 1%{?dist}
Summary: A remote desktop client for the GNOME desktop environment
License: GPLv3+
@ -74,6 +74,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Connections
%{_datadir}/mime/packages/org.gnome.Connections.xml
%changelog
* Thu Sep 02 2021 Felipe Borges <feborges@redhat.com> - 41.rc-1
- Update to 41.rc
Related: rhbz#1998149
* Thu Aug 19 2021 Felipe Borges <feborges@redhat.com> - 41.beta-2
- Add libhandy-1 dependency
Related: rhbz#1995538