Changes of Revision 6
[-] | Changed | flashcache.spec |
x 1
2 3 %files utils 4 %defattr(-,root,root,-) 5 -%{_sbindir}/flashcache_create 6 -%{_sbindir}/flashcache_destroy 7 -%{_sbindir}/flashcache_load 8 +/sbin/flashcache_create 9 +/sbin/flashcache_destroy 10 +/sbin/flashcache_load 11 12 %changelog 13 |
||
[+] | Changed | _service ^ |
@@ -1,3 +1,4 @@ <services> <service name="tar_scm"><param name="url">git://github.com/facebook/flashcache.git</param><param name="scm">git</param></service> -</services> \ No newline at end of file + <service name="recompress"><param name="compression">bz2</param><param name="file">*.tar</param></service> +</services> | ||
[+] | Deleted | _service_error ^ |
@@ -1,5 +0,0 @@ -service tar_scm failed: -Initialized empty Git repository in /var/tmp/obs_service/5359/.tmp/flashcache/.git/ -fatal: invalid --pretty format: %at -/var/tmp/obs_service/5359/.tmp -mv: cannot move `flashcache/' to a subdirectory of itself, `flashcache/flashcache' |