Search
j0ke.net Open Build Service
>
Projects
>
server:guacamole
>
guacamole
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Difference Between Revision 8 and
home:netmax:playground
/
guacamole
[-]
[+]
Changed
guacamole.changes
@@ -1,4 +1,14 @@ ------------------------------------------------------------------- +Tue Dec 4 21:19:00 UTC 2012 - cs@linux-administrator.com + +- update to release 0.7.0 + +------------------------------------------------------------------- +Fri Oct 19 18:53:45 UTC 2012 - cs@linux-administrator.com + +- update to 0.6.2 + +------------------------------------------------------------------- Sat Sep 29 18:06:23 UTC 2012 - cs@linux-administrator.com - initial package
[-]
[+]
Changed
guacamole.spec
^
@@ -1,6 +1,6 @@ Summary: Guacamole Clientless Remote Desktop Name: guacamole -Version: 0.6.1 +Version: 0.7.0 Release: 1 License: AGPL Group: System Environment/Daemons @@ -8,8 +8,8 @@ %if 0%{?suse_version} BuildRequires: fastjar %endif -Requires: guacd >= 0.6 -Requires: guacd < 0.7 +Requires: guacd >= 0.7 +Requires: guacd < 0.8 Requires: tomcat6 Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -44,11 +44,13 @@ /var/lib/guacamole/guacamole.war %post -ln -sf /var/lib/guacamole/guacamole.war /usr/share/tomcat6/webapps/ || : -ln -sf /etc/guacamole/guacamole.properties /usr/share/tomcat6/lib/ || : +ln -sf /var/lib/guacamole/guacamole.war /usr/share/tomcat6/webapps/guacamole.war || : +ln -sf /etc/guacamole/guacamole.properties /usr/share/tomcat6/lib/guacamole.properties || : -%postun -rm -f /usr/share/tomcat6/webapps/guacamole.war || : -rm -f /usr/share/tomcat6/lib/guacamole.properties || : +%preun +if [ "$1" == "0" ] ; then + rm -f /usr/share/tomcat6/webapps/guacamole.war || : + rm -f /usr/share/tomcat6/lib/guacamole.properties || : +fi %changelog
Changed
guacamole-0.7.0.tar.bz2
^