- Update to version 0.6.4:
* [cli] fix for login to reset tty echo mode * [dist] DOCDIR more flexible (required for fedora) OBS-URL: https://build.opensuse.org/package/show/devel:kanku/kanku?expand=0&rev=20
This commit is contained in:
parent
19a1941872
commit
ed70f6b401
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/M0ses/kanku.git</param>
|
||||
<param name="changesrevision">5c49fb8d83642c4394ae223ae093466e88592cc6</param></service><service name="tar_scm">
|
||||
<param name="changesrevision">74f3f13a1344b4c923fa8f3d9c7962f9b0cb3d9e</param></service><service name="tar_scm">
|
||||
<param name="url">/home/frank/prj/kanku</param>
|
||||
<param name="changesrevision">07fc15f0647a92f01b67085d698485d3432a8924</param></service></servicedata>
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 02 02:49:13 UTC 2019 - FSchreiner@suse.com
|
||||
|
||||
- Update to version 0.6.4:
|
||||
* [cli] fix for login to reset tty echo mode
|
||||
* [dist] DOCDIR more flexible (required for fedora)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 27 21:44:02 UTC 2019 - FSchreiner@suse.com
|
||||
|
||||
|
@ -113,7 +113,7 @@ e.g. to prepare your development environment or run simple tests.
|
||||
/bin/true
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot}
|
||||
make install DESTDIR=%{buildroot} DOCDIR=%{_defaultdocdir}/kanku/
|
||||
%fdupes %{buildroot}/opt/kanku/share
|
||||
ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rckanku-web
|
||||
ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rckanku-worker
|
||||
|
Loading…
Reference in New Issue
Block a user