From b917bfca072082c797e6b639b40579139da86436 Mon Sep 17 00:00:00 2001 From: iTrooz_ Date: Sun, 14 Aug 2022 10:08:58 +0200 Subject: [PATCH] git: Fix Fedora spec name and removed caching from Fedora CI (#672) * changed name to 'imhex' in imhex.spec * removed CMakeCache for Fedora --- .github/workflows/build.yml | 9 +-------- dist/rpm/imhex.spec | 2 +- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 35fdab916..4ec79876a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -448,14 +448,7 @@ jobs: ~/.cache/ccache key: fedora-${{ matrix.release }}-${{ secrets.CACHE_VERSION }}-build-${{ github.run_id }} restore-keys: fedora-${{ matrix.release }}-${{ secrets.CACHE_VERSION }}-build - - - name: 📜 Restore CMakeCache - uses: actions/cache@v3 - with: - path: | - ~/rpmbuild/BUILDROOT/CMakeCache.txt - key: fedora-${{ matrix.release }}-${{ secrets.CACHE_VERSION }}-build-${{ hashFiles('**/CMakeLists.txt') }} - + - name: 📜 Set version variable run: | echo "IMHEX_VERSION=`cat VERSION`" >> $GITHUB_ENV diff --git a/dist/rpm/imhex.spec b/dist/rpm/imhex.spec index b14a831a8..2cd825c07 100644 --- a/dist/rpm/imhex.spec +++ b/dist/rpm/imhex.spec @@ -1,7 +1,7 @@ # ftbfs without this %global _lto_cflags %{nil} -Name: ImHex +Name: imhex Version: %{_version} Release: 0%{?dist} Summary: A hex editor for reverse engineers and programmers