Skip to content

Commit

Permalink
fix: remove "automatic" versioning from RPM spec
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Dec 25, 2024
1 parent c820713 commit 32ffd4c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions uupd.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
%define uupd_version %(git describe --tags --abbrev=0 2>/dev/null | sed 's/^v//' || echo unknown)

Name: uupd
Version: %{uupd_version}
Version: 0.5.1
Release: 1%{?dist}
Summary: Centralized update service/checker made for Universal Blue
Vendor: ublue-os
Expand Down

0 comments on commit 32ffd4c

Please sign in to comment.