Compare commits

...

10 Commits

Author SHA1 Message Date
Mohan Boddu 2c7b67a312 Rebuilt for IMA sigs, glibc 2.34, aarch64 flags 2023-05-19 10:55:44 +00:00
David King 7c6f6aa933 Update to 40.3 (#1991436)
Resolves: #1991436
2021-08-09 09:57:49 +01:00
Tomas Pelka b7e1654f2c enabling gating for el9 2021-06-16 13:54:21 +02:00
Mohan Boddu b4674a5882 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-16 20:12:32 +00:00
DistroBaker cdfd630695 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/yelp.git#8277d540be2833b6416ae308820fbfc5624f613c
2021-03-23 13:49:31 +00:00
DistroBaker 6c374d104c Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/yelp.git#21215b19b981ca39e0dac5ecbf47c7749fb18b50
2021-03-18 20:40:44 +00:00
DistroBaker 330c04271e Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/yelp.git#9d3209b59834090f682d4cb2f758a3583ff4aad8
2021-02-18 20:06:54 +00:00
DistroBaker 6eca9a157a Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/yelp.git#8596ffe3a423c77ea213e10fbc7a7c124968aae5
2021-02-03 23:15:54 +00:00
DistroBaker dddf264cee Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/yelp.git#fb4369bd6779d7d649f242c911337c579fffce9b
2020-11-25 10:16:00 +00:00
Troy Dawson 724cf8c471 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/yelp#224e45e11c942b2dcf67978f6e274f5ab97b7b9a
2020-10-15 15:24:41 -07:00
6 changed files with 1129 additions and 0 deletions

2
.gitignore vendored
View File

@ -0,0 +1,2 @@
/yelp-*.tar.bz2
/yelp-*.tar.xz

1
.yelp.metadata Normal file
View File

@ -0,0 +1 @@
c8eac14b739808eeb24727df03f19d5a998732aa yelp-40.3.tar.xz

View File

@ -0,0 +1,26 @@
From c323dd5087a15cb2b820fedf311ca288ec347878 Mon Sep 17 00:00:00 2001
From: Matthias Clasen <mclasen@redhat.com>
Date: Thu, 8 Nov 2012 22:57:12 -0500
Subject: [PATCH] Center new windows
This makes more sense than letting mutter put them in the top
left corner.
---
src/yelp-application.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/yelp-application.c b/src/yelp-application.c
index 2d004c2..e669661 100644
--- a/src/yelp-application.c
+++ b/src/yelp-application.c
@@ -444,6 +444,7 @@ application_uri_resolved (YelpUri *uri,
g_settings_get (settings, "geometry", "(ii)", &width, &height);
window = yelp_window_new (data->app);
+ gtk_window_set_position (GTK_WINDOW (window), GTK_WIN_POS_CENTER);
gtk_window_set_default_size (GTK_WINDOW (window), width, height);
g_signal_connect (window, "resized", G_CALLBACK (window_resized), data->app);
priv->windows = g_slist_prepend (priv->windows, window);
--
1.7.12.1

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (yelp-40.3.tar.xz) = d043273884daf1b9ea45065deaf6839b776cece48fcd0bee6b81d9d7d384422f98005340adee2f00a6013e09cf5455a340ac5b9a40fc02b58b163352be907c28

1093
yelp.spec Normal file

File diff suppressed because it is too large Load Diff