search for: acehome

Displaying 2 results from an estimated 2 matches for "acehome".

2009 Jul 16
2
[PATCH server] updated anyterm/ovirt integration
...lt;/Location> diff --git a/ovirt-server.spec.in b/ovirt-server.spec.in index 1bf73c7..d762178 100644 --- a/ovirt-server.spec.in +++ b/ovirt-server.spec.in @@ -150,6 +150,11 @@ touch %{buildroot}%{_localstatedir}/log/%{name}/db-omatic.log %{__cp} -pr %{pbuild}/installer/appliances %{buildroot}/%{acehome} %{__cp} -pr %{pbuild}/installer/bin/ovirt-installer %{buildroot}%{_sbindir} +# setup the anyterm config +%{__mkdir} -p %{buildroot}%{_datadir}/ovirt-anyterm/ +for f in anyterm/*.{html,css,js,png,gif}; do + %{__install} -m644 "$f" %{buildroot}%{_datadir}/ovirt-anyterm/ +done %clea...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...s/ovirt-storage b/installer/modules/ovirt/files/ovirt-storage old mode 100644 new mode 100755 diff --git a/ovirt-server.spec.in b/ovirt-server.spec.in index d762178..003785f 100644 --- a/ovirt-server.spec.in +++ b/ovirt-server.spec.in @@ -2,15 +2,18 @@ %define app_root %{_datadir}/%{name} %define acehome %{_datadir}/ace -Summary: oVirt Server Suite +Summary: The oVirt Server Suite Name: ovirt-server Version: @VERSION@ Release: 0%{?dist}%{?extra_release} +# full source URL will be added with the next oVirt release. This is a pre-release +# code drop to make sure we get the package approved by...