forked from cockpit/cockpit
Don't use set_version service for cockpit-suse-theme
Should be manually updated, as needed. OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit?expand=0&rev=111
This commit is contained in:
parent
a1e535cb0e
commit
2613237f81
7
_service
7
_service
@ -1,18 +1,13 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/dgdavid/cockpit-suse-theme.git</param>
|
||||
<param name="versionformat">%h</param>
|
||||
<param name="versionformat"></param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">main</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar">
|
||||
<param name="obsinfo">cockpit-suse-theme.obsinfo</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="set_version">
|
||||
<param name="basename">cockpit-suse-theme</param>
|
||||
<param name="file">cockpit-suse-these.tar</param>
|
||||
</service>
|
||||
|
||||
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
|
BIN
cockpit-suse-theme-fe08b35.obscpio
(Stored with Git LFS)
BIN
cockpit-suse-theme-fe08b35.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
cockpit-suse-theme.obscpio
(Stored with Git LFS)
Normal file
BIN
cockpit-suse-theme.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
name: cockpit-suse-theme
|
||||
version: fe08b35
|
||||
version:
|
||||
mtime: 1655379139
|
||||
commit: fe08b35e64ad45f4b56cd636fdfec8fb18d69ab7
|
||||
|
@ -55,7 +55,7 @@ Release: 0
|
||||
Source0: cockpit-%{version}.tar
|
||||
Source1: cockpit.pam
|
||||
Source2: cockpit-rpmlintrc
|
||||
Source3: cockpit-suse-theme-fe08b35.tar
|
||||
Source3: cockpit-suse-theme.tar
|
||||
Source99: README.packaging
|
||||
Source98: package-lock.json
|
||||
Source97: node_modules.spec.inc
|
||||
@ -238,7 +238,7 @@ rm -f %{buildroot}/%{_libdir}/cockpit/*.so
|
||||
install -D -p -m 644 AUTHORS COPYING README.md %{buildroot}%{_docdir}/cockpit/
|
||||
|
||||
mkdir -p %{buildroot}%{_datadir}/cockpit/branding/suse
|
||||
pushd cockpit-suse-theme-*
|
||||
pushd cockpit-suse-theme
|
||||
cp src/css-overrides.css %{buildroot}%{_datadir}/cockpit/branding/suse
|
||||
cp src/fonts.css %{buildroot}%{_datadir}/cockpit/branding/suse
|
||||
cp -a src/fonts %{buildroot}%{_datadir}/cockpit/branding/suse
|
||||
|
Loading…
Reference in New Issue
Block a user