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