From ed2e219426db738b56de3aa2b682819e2910c3b085049b4cb4535533cc8d381e Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Tue, 13 Jun 2023 09:09:53 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit-suse-theme?expand=0&rev=6 --- cockpit-suse-theme.changes | 5 +++++ cockpit-suse-theme.spec | 9 ++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/cockpit-suse-theme.changes b/cockpit-suse-theme.changes index 563252f..9388fb4 100644 --- a/cockpit-suse-theme.changes +++ b/cockpit-suse-theme.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 23 10:52:04 UTC 2022 - Adam Majer + +- Fix dependencies + ------------------------------------------------------------------- Fri Jun 17 14:08:56 UTC 2022 - David Diaz diff --git a/cockpit-suse-theme.spec b/cockpit-suse-theme.spec index cfc9bf4..571000b 100644 --- a/cockpit-suse-theme.spec +++ b/cockpit-suse-theme.spec @@ -21,11 +21,10 @@ Version: 0.1 Release: 0 Summary: A Cockpit green-ish theme Source: %{name}-%{version}.tar.xz -Url: https://github.com/dgdavid/cockpit-suse-theme +URL: https://github.com/dgdavid/cockpit-suse-theme License: MIT -Requires: cockpit-ws -BuildRequires: cockpit-ws +Supplements: cockpit-ws BuildArch: noarch %description @@ -39,6 +38,8 @@ loading the CSS overrides file in each HTML page. %prep %setup -q +%build + %install mkdir -p %{buildroot}%{_datadir}/cockpit/branding/default cp src/css-overrides.css %{buildroot}%{_datadir}/cockpit/branding/default @@ -47,6 +48,8 @@ cp -a src/fonts %{buildroot}%{_datadir}/cockpit/branding/default %files %dir %{_datadir}/cockpit +%dir %{_datadir}/cockpit/branding +%dir %{_datadir}/cockpit/branding/default %{_datadir}/cockpit/branding/default/* %changelog