SHA256
1
0
forked from cockpit/cockpit

- Add branding-symlinks.patch, SUSE doesn't carry Fedora pixmaps

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit?expand=0&rev=21
This commit is contained in:
Klaus Kämpf
2015-10-14 10:03:39 +00:00
committed by Git OBS Bridge
parent 5f5b93b770
commit 65f2b394da
3 changed files with 52 additions and 0 deletions

View File

@@ -74,6 +74,8 @@ Source1: cockpit-suse.pam
%else
Source1: cockpit-fedora.pam
%endif
# openSUSE doesn't carry Fedora branding pixmaps
Patch1: branding-symlinks.patch
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(json-glib-1.0)
@@ -191,6 +193,9 @@ The Cockpit Web Service listens on the network, and authenticates users.
%if 0%{?fedora} == 20
sed -i s/unconfined_service_t/unconfined_t/g src/ws/test-server.service.in
%endif
%if 0%{?suse_version}
%patch1 -p1
%endif
%build
%if %{defined gitcommit}