Change version extra string again.
Version numbers will now be displayed like this: $ guestfish --version guestfish 1.13.11fedora=17,release=1.fc17 or in long form: $ guestfish version major: 1 minor: 13 release: 11 extra: fedora=17,release=1.fc17
This commit is contained in:
parent
cf9fa442ae
commit
8a0d18d961
@ -547,7 +547,7 @@ cat yum.conf
|
||||
--prefix=%{_prefix} --libdir=%{_libdir} \
|
||||
--mandir=%{_mandir} \
|
||||
--sysconfdir=%{_sysconfdir} \
|
||||
--with-extra="-%{release}" \
|
||||
--with-extra="fedora=%{fedora},release=%{release}" \
|
||||
--with-qemu="qemu-kvm qemu-system-%{_build_arch} qemu" \
|
||||
--enable-install-daemon \
|
||||
%if %{with_virtio}
|
||||
|
Loading…
Reference in New Issue
Block a user