From 2613237f81a296e9ffaadefe024106980d4df7874766b2774f8abae5988e1352 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Wed, 14 Sep 2022 12:13:34 +0000 Subject: [PATCH] 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 --- _service | 7 +------ cockpit-suse-theme-fe08b35.obscpio | 3 --- cockpit-suse-theme.obscpio | 3 +++ cockpit-suse-theme.obsinfo | 2 +- cockpit.spec | 4 ++-- 5 files changed, 7 insertions(+), 12 deletions(-) delete mode 100644 cockpit-suse-theme-fe08b35.obscpio create mode 100644 cockpit-suse-theme.obscpio diff --git a/_service b/_service index 81f03c0..0adac21 100644 --- a/_service +++ b/_service @@ -1,18 +1,13 @@ https://github.com/dgdavid/cockpit-suse-theme.git - %h + git main cockpit-suse-theme.obsinfo - - cockpit-suse-theme - cockpit-suse-these.tar - - @PARENT_TAG@ diff --git a/cockpit-suse-theme-fe08b35.obscpio b/cockpit-suse-theme-fe08b35.obscpio deleted file mode 100644 index 075cce0..0000000 --- a/cockpit-suse-theme-fe08b35.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc2c191f02147e115fd4bc3bd804b3625c68be495fd789ff5a10236e3796b10f -size 1276428 diff --git a/cockpit-suse-theme.obscpio b/cockpit-suse-theme.obscpio new file mode 100644 index 0000000..757fc1d --- /dev/null +++ b/cockpit-suse-theme.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c608d92eb3a695dd3148d2e01bf676429189755267826a061f44c7f2843877b4 +size 1275916 diff --git a/cockpit-suse-theme.obsinfo b/cockpit-suse-theme.obsinfo index 39714c9..1a37f47 100644 --- a/cockpit-suse-theme.obsinfo +++ b/cockpit-suse-theme.obsinfo @@ -1,4 +1,4 @@ name: cockpit-suse-theme -version: fe08b35 +version: mtime: 1655379139 commit: fe08b35e64ad45f4b56cd636fdfec8fb18d69ab7 diff --git a/cockpit.spec b/cockpit.spec index c6360ea..4ecc28d 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -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