> On 26 Jul 2017, at 17:03, Frediano Ziglio wrote:
>
> RPM does not allow dash in version string.
> Remove everything after the dash (which should be the "dirty"
> git version).
> This make easier to run "make dist" followed by rpmbuild.
>
> Signed-off-by: Frediano Ziglio
> ---
> configure.ac
Hi,
Cool, looks good to me
I can confirm that thanks to this patch is possible to do things like:
1. make dist
2. md5sum vdagent-win-0.8.0.34-7b15.tar.xz > sources
3. fedpkg srpm
And for instance use the srpm to create a build in koji/brew/copr
On Wed, 2017-07-26 at 16:03 +0100, Fr
RPM does not allow dash in version string.
Remove everything after the dash (which should be the "dirty"
git version).
This make easier to run "make dist" followed by rpmbuild.
Signed-off-by: Frediano Ziglio
---
configure.ac| 2 ++
mingw-spice-vdagent.spec.in | 6 +++---
2 files