Richard Rahl 2024-08-08 02:46:38 +00:00 committed by Git OBS Bridge
parent 64587b0200
commit 5712239c23
3 changed files with 11 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<param name="url">https://github.com/elevenhsoft/WebApps.git</param>
<param name="scm">git</param>
<param name="revision">master</param>
<param name="versionformat">0.4.6+git%cd.%h</param>
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
<param name="package-meta">yes</param>
<param name="filename">quick-webapps</param>
</service>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:400b1b6c3af724872230cf2cb851ff1ca5bbc9cc18e80c8e00a8f6db649fb9c7
size 761960
oid sha256:345d2eb0640c7bbe441cc19d259174e8a82aac3dfcc72de21c8a3496319451f9
size 761971

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Aug 8 01:01:19 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- standardize packaging with also fixes for miscellaneous hardcoding
filenames, using @PARENT_TAG where applicable, and be more specific
with files in the %files section (so no non-wanted files are getting
added
-------------------------------------------------------------------
Wed Aug 7 06:17:34 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>