- Dont BuildRequire Openbox and add %dir %{_sysconfdir}/xdg/openbox
again. Openbox is not a hard requirement and thus might not be in dependency chain. The directory will then not be owned by any package once it is instaled. OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-session?expand=0&rev=27
This commit is contained in:
parent
6fabb50e00
commit
236583a7eb
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 29 07:09:24 UTC 2020 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Dont BuildRequire Openbox and add %dir %{_sysconfdir}/xdg/openbox
|
||||
again. Openbox is not a hard requirement and thus might not
|
||||
be in dependency chain. The directory will then not be owned by
|
||||
any package once it is instaled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 24 10:48:05 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
||||
|
||||
|
@ -46,7 +46,6 @@ BuildRequires: pkgconfig(lxqt) >= %{version}
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(x11-xcb)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: openbox
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Recommends: %{name}-lang
|
||||
@ -95,6 +94,7 @@ ln -s %{_sysconfdir}/alternatives/default-xsession.desktop %{buildroot}%{_datadi
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc AUTHORS
|
||||
%dir %{_sysconfdir}/xdg/openbox
|
||||
%dir %{_datadir}/kdm/
|
||||
%dir %{_datadir}/kdm/sessions/
|
||||
%{_bindir}/lxqt-config-session
|
||||
|
Loading…
Reference in New Issue
Block a user