forked from pool/kanku
- Update to version 0.5.9:
* [dist] shadow-utils for fedora * [setup] install_ubuntu.sh * fixed KankuFile.kanku-ubuntu to clone kanku * [setup] create certs befor configuring apache2 * [setup] improved apache setup with ssl * [dist] fixed Wants= in service files * fix VM definition to use virtio for block devices but ide for cdroms * drop rendernode attribute if we are not enabling gl anyway * use virtio instead of ide bus for the disk of the VM OBS-URL: https://build.opensuse.org/package/show/devel:kanku/kanku?expand=0&rev=13
This commit is contained in:
parent
736bc7550a
commit
ecb26602d2
@ -1,6 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://github.com/M0ses/kanku.git</param>
|
<param name="url">git://github.com/M0ses/kanku.git</param>
|
||||||
<param name="changesrevision">56ff27aa03649a92fe788e1213d8cb3ac8fd4885</param></service><service name="tar_scm">
|
<param name="changesrevision">3ae89d100893752180586a4a8a38f0c5fea759cd</param></service><service name="tar_scm">
|
||||||
<param name="url">/home/frank/prj/kanku</param>
|
<param name="url">/home/frank/prj/kanku</param>
|
||||||
<param name="changesrevision">07fc15f0647a92f01b67085d698485d3432a8924</param></service></servicedata>
|
<param name="changesrevision">07fc15f0647a92f01b67085d698485d3432a8924</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b08c0be8f8efc952a62a10d6c462a887b7f54ee588ff63323519a44a6be64df7
|
|
||||||
size 893616
|
|
3
kanku-0.5.9.tar.xz
Normal file
3
kanku-0.5.9.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f9db43a462e328337e0e830f295cf41d5612f1790b0f1b218b8f7b47823eb9de
|
||||||
|
size 894488
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 24 00:22:15 UTC 2019 - FSchreiner@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.5.9:
|
||||||
|
* [dist] shadow-utils for fedora
|
||||||
|
* [setup] install_ubuntu.sh
|
||||||
|
* fixed KankuFile.kanku-ubuntu to clone kanku
|
||||||
|
* [setup] create certs befor configuring apache2
|
||||||
|
* [setup] improved apache setup with ssl
|
||||||
|
* [dist] fixed Wants= in service files
|
||||||
|
* fix VM definition to use virtio for block devices but ide for cdroms
|
||||||
|
* drop rendernode attribute if we are not enabling gl anyway
|
||||||
|
* use virtio instead of ide bus for the disk of the VM
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 06 13:12:11 UTC 2019 - FSchreiner@suse.com
|
Mon May 06 13:12:11 UTC 2019 - FSchreiner@suse.com
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: kanku
|
Name: kanku
|
||||||
# Version gets set by obs-service-tar_scm
|
# Version gets set by obs-service-tar_scm
|
||||||
Version: 0.5.7
|
Version: 0.5.5.git20181113.495ead4
|
||||||
Release: 0
|
Release: 0
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
Summary: Development and continuous integration made easy
|
Summary: Development and continuous integration made easy
|
||||||
@ -310,7 +310,12 @@ and in developer mode
|
|||||||
%package common-server
|
%package common-server
|
||||||
Summary: Common server files or settings for kanku
|
Summary: Common server files or settings for kanku
|
||||||
Requires(pre): libvirt-daemon libvirt-daemon-driver-qemu qemu-kvm
|
Requires(pre): libvirt-daemon libvirt-daemon-driver-qemu qemu-kvm
|
||||||
|
|
||||||
|
%if 0%{?fedora}
|
||||||
|
Requires(pre): shadow-utils
|
||||||
|
%else
|
||||||
Requires(pre): shadow
|
Requires(pre): shadow
|
||||||
|
%endif
|
||||||
|
|
||||||
%description common-server
|
%description common-server
|
||||||
This package contains common server files, settings and dependencies
|
This package contains common server files, settings and dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user