Update to 0.16.0 release
This commit is contained in:
parent
d162109c45
commit
c01f502806
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,9 +1 @@
|
||||
/spice-vdagent-0.6.3.tar.bz2
|
||||
/spice-vdagent-0.8.0.tar.bz2
|
||||
/spice-vdagent-0.8.1.tar.bz2
|
||||
/spice-vdagent-0.10.0.tar.bz2
|
||||
/spice-vdagent-0.10.1.tar.bz2
|
||||
/spice-vdagent-0.12.0.tar.bz2
|
||||
/spice-vdagent-0.12.1.tar.bz2
|
||||
/spice-vdagent-0.14.0.tar.bz2
|
||||
/spice-vdagent-0.15.0.tar.bz2
|
||||
/spice-vdagent-*.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
2919ac7a4195b0b4b2588fae90a9241c spice-vdagent-0.15.0.tar.bz2
|
||||
e1d8e79456045054843db14b9635a4ce spice-vdagent-0.16.0.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: spice-vdagent
|
||||
Version: 0.15.0
|
||||
Release: 5%{?dist}
|
||||
Version: 0.16.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Agent for Spice guests
|
||||
Group: Applications/System
|
||||
License: GPLv3+
|
||||
@ -29,7 +29,7 @@ Features:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
autoreconf -fi
|
||||
#autoreconf -fi
|
||||
|
||||
|
||||
%build
|
||||
@ -53,7 +53,6 @@ make install DESTDIR=$RPM_BUILD_ROOT V=2
|
||||
|
||||
%files
|
||||
%doc COPYING ChangeLog README TODO
|
||||
%config(noreplace) %{_sysconfdir}/rsyslog.d/spice-vdagentd.conf
|
||||
/lib/udev/rules.d/70-spice-vdagentd.rules
|
||||
%{_unitdir}/spice-vdagentd.service
|
||||
%{_unitdir}/spice-vdagentd.target
|
||||
@ -69,6 +68,9 @@ make install DESTDIR=$RPM_BUILD_ROOT V=2
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 30 2015 Christophe Fergeau <cfergeau@redhat.com> 0.16.0-1
|
||||
- Update to 0.16.0 release
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.15.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user