diff --git a/.drone.yml b/.drone.yml index 67c6edd..ee73e00 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,10 +2,6 @@ kind: pipeline type: docker name: default -environment: - RPM_PACKAGER_NAME: 'askiiart' - RPM_PACKAGER_EMAIL: 'rpm@askiiart.net' - steps: - name: Build polycat fedora package image: fedora diff --git a/README.md b/README.md index d263f91..54cf303 100644 --- a/README.md +++ b/README.md @@ -1,10 +1 @@ # Polycat (fedora) - -TODO: Add proper changelog updates - -## Environment variables - -**REQUIRED** - -- RPM packager name - `RPM_PACKAGER_NAME` -- RPM packager email - `RPM_PACKAGER_EMAIL` diff --git a/polycat.spec b/polycat.spec index 42de7eb..54f8dac 100644 --- a/polycat.spec +++ b/polycat.spec @@ -29,5 +29,5 @@ install -Dm644 ./polycat.ttf %{buildroot}%{_datadir}/fonts/polycat/polycat.ttf %{_datadir}/fonts/polycat/polycat.ttf %changelog -* DATE_HERE RPM_PACKAGER_NAME -- CHANGELOG_MESSAGE_HERE +* Thu Mar 6 2025 askiiart +- Add zstd (previous changes were not listed here) diff --git a/run.sh b/run.sh index 7ff1047..846e13c 100755 --- a/run.sh +++ b/run.sh @@ -22,10 +22,6 @@ rpmdev-setuptree # update spec file sed -i "s/Version:.*/Version: $version/g" polycat.spec -sed -i "s/DATE_HERE/$(date '+%a %b %d %Y')/g" polycat.spec -sed -i "s/CHANGELOG_MESSAGE_HERE/Update to $version/g" polycat.spec -sed -i "s/RPM_PACKAGER_NAME/$RPM_PACKAGER_NAME/g" polycat.spec -sed -i "s/RPM_PACKAGER_EMAIL/$RPM_PACKAGER_EMAIL/g" polycat.spec # build package and move to the repo rpmbuild -bb polycat.spec