Resolves: RHEL-1616 Add autogen.patch

This commit is contained in:
Takao Fujiwara 2025-04-15 03:00:31 +09:00
parent e8bc40f31f
commit d5f1537bc5
2 changed files with 20 additions and 2 deletions

View File

@ -0,0 +1,13 @@
diff --git a/autogen.sh b/autogen.sh
index 83779c7..507dab5 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -16,7 +16,7 @@ fi
mkdir -p m4
-autoreconf --force --install --verbose
+autoreconf --force --install
cd $olddir
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"

View File

@ -42,12 +42,17 @@
force: yes
- name: Checkout v2021.1 tag in GNOME installed-tests testing harness
command: git checkout -b v2021.1 refs/tags/v2021.1
command: git checkout -b v2021.1 refs/tags/v2021.1 2>&1
args:
chdir: gnome-desktop-testing
- name: Delete stderr in GNOME installed-tests testing harness build
command: patch -p1 < autogen.patch
args:
chdir: gnome-desktop-testing
- name: Configure GNOME installed-tests testing harness build
command: ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var 2>&1
command: ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var
args:
chdir: gnome-desktop-testing