mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-10 01:18:03 +03:00
spec: Drop needless version/release macros
This commit is contained in:
parent
7ef9d7fbfc
commit
907c9c4dec
@ -19,10 +19,6 @@
|
||||
# End local config
|
||||
|
||||
|
||||
%define _version @VERSION@
|
||||
%define _release 1
|
||||
|
||||
|
||||
# This macro is used for the continuous automated builds. It just
|
||||
# allows an extra fragment based on the timestamp to be appended
|
||||
# to the release. This distinguishes automated builds, from formal
|
||||
@ -30,8 +26,8 @@
|
||||
%define _extra_release %{?dist:%{dist}}%{?extra_release:%{extra_release}}
|
||||
|
||||
Name: virt-manager
|
||||
Version: %{_version}
|
||||
Release: %{_release}%{_extra_release}
|
||||
Version: @VERSION@
|
||||
Release: 1%{_extra_release}
|
||||
%define verrel %{version}-%{release}
|
||||
|
||||
Summary: Virtual Machine Manager
|
||||
|
Loading…
Reference in New Issue
Block a user