Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"gnome-desktop-testing-v2018.1.tar.gz": "da0f7a434370fd4690c61aaedddacd7a15001e5e4ec71fadc9c00dd50d0ab5cf"
"gnome-desktop-testing-v2021.1.tar.gz": "d9037b3029452e54d4be478a9c39495512e737f85325c71ab92fc344c995620e"
}
}
18 changes: 10 additions & 8 deletions SPECS-EXTENDED/gnome-desktop-testing/gnome-desktop-testing.spec
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
Vendor: Microsoft Corporation
Distribution: Azure Linux
Name: gnome-desktop-testing
Version: 2018.1
Release: 4%{?dist}
Version: 2021.1
Release: 1%{?dist}
Summary: GNOME test runner for installed tests

License: LGPLv2+
URL: https://live.gnome.org/Initiatives/GnomeGoals/InstalledTests
URL: https://gitlab.gnome.org/GNOME/gnome-desktop-testing
Source0: https://gitlab.gnome.org/GNOME/%{name}/-/archive/v%{version}/%{name}-v%{version}.tar.gz

BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: systemd-devel
BuildRequires: pkgconfig(libgsystem)
BuildRequires: git automake autoconf libtool

# https://gitlab.gnome.org/GNOME/gnome-desktop-testing/merge_requests/1
Patch0: 0001-Don-t-crash-on-unknown-command-line-options.patch

%description
gnome-desktop-testing-runner is a basic runner for tests that are
installed in /usr/share/installed-tests. For more information, see
Expand All @@ -34,11 +30,17 @@ make %{?_smp_mflags}
make install DESTDIR=$RPM_BUILD_ROOT

%files
%doc COPYING README
%license COPYING
%{_bindir}/gnome-desktop-testing-runner
%{_bindir}/ginsttest-runner
%{_mandir}/man1/ginsttest-runner.1.gz
%{_mandir}/man1/gnome-desktop-testing-runner.1.gz

%changelog
* Wed Dec 24 2025 Aditya Singh <[email protected]> - 2021.1-1
- Upgrade to version 2021.1
- License verified

* Tue Sep 19 2023 Jon Slobodzian <[email protected]> - 2018.1-4
- Fix build issue for systemd/systemd-bootstrap confusion
- License verified
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4500,8 +4500,8 @@
"type": "other",
"other": {
"name": "gnome-desktop-testing",
"version": "2018.1",
"downloadUrl": "https://gitlab.gnome.org/GNOME/gnome-desktop-testing/-/archive/v2018.1/gnome-desktop-testing-v2018.1.tar.gz"
"version": "2021.1",
"downloadUrl": "https://gitlab.gnome.org/GNOME/gnome-desktop-testing/-/archive/v2021.1/gnome-desktop-testing-v2021.1.tar.gz"
}
}
},
Expand Down
Loading