Update to version 2
This commit is contained in:
parent
8f06d298d5
commit
6912cd1009
7
_service
7
_service
@ -2,10 +2,9 @@
|
|||||||
<!-- The copy of this file in the OBS package needs to be manually updated from the one in git repo. -->
|
<!-- The copy of this file in the OBS package needs to be manually updated from the one in git repo. -->
|
||||||
<service name="tar_scm" mode="manual">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://github.com/Nykseli/cockpit-packages</param>
|
<param name="url">https://github.com/openSUSE/cockpit-packages</param>
|
||||||
<param name="revision">main</param>
|
<param name="revision">2</param>
|
||||||
<param name="version">1</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<!-- <param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param> -->
|
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="package-meta">yes</param>
|
<param name="package-meta">yes</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/Nykseli/cockpit-packages</param>
|
<param name="url">https://github.com/openSUSE/cockpit-packages</param>
|
||||||
<param name="changesrevision">d715ffd536cf8600358ee598ab866721c7ac0540</param></service></servicedata>
|
<param name="changesrevision">7525a0bb1cc5292daadf624769fb84a10623e1ea</param></service></servicedata>
|
BIN
cockpit-packages-1.tar.xz
(Stored with Git LFS)
BIN
cockpit-packages-1.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
cockpit-packages-2.tar.xz
(Stored with Git LFS)
Normal file
BIN
cockpit-packages-2.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 06 06:39:24 UTC 2025 - miika.alikirri@suse.com
|
||||||
|
|
||||||
|
- Update to version 2:
|
||||||
|
* pkg: Release version 2
|
||||||
|
* pkg: Add copyright to spec file
|
||||||
|
* misc: Updated README
|
||||||
|
* pkg: Remove unused spec file
|
||||||
|
* src: Add translation to Uninstall word
|
||||||
|
* src: Show loading indicator while searching packages
|
||||||
|
* src: Require superuser to view the page
|
||||||
|
* src: Make search more responsive
|
||||||
|
* src: Show "Reinstall" button on already installed pacakges
|
||||||
|
* pkg: Add packages spec file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 20 10:32:24 UTC 2025 - miika.alikirri@suse.com
|
Thu Feb 20 10:32:24 UTC 2025 - miika.alikirri@suse.com
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: cockpit-packages
|
Name: cockpit-packages
|
||||||
Version: 1
|
Version: 2
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
Summary: A cockpit module for (un)installing packages
|
Summary: A cockpit module for (un)installing packages
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user