Accepting request 522745 from home:jengelh:branches:GNOME:Factory
- Update package summaries. Drop an idempotent %if..%endif block around %package declaration. - Avoid running fdupes across hardlink boundaries. OBS-URL: https://build.opensuse.org/request/show/522745 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=271
This commit is contained in:
parent
ea752b5f7f
commit
2946cf1dfd
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 9 08:21:20 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Update package summaries.
|
||||
Drop an idempotent %if..%endif block around %package declaration.
|
||||
- Avoid running fdupes across hardlink boundaries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 8 20:19:24 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
|
@ -69,7 +69,7 @@ This package provides the basic session tools, like session management
|
||||
functionality, for the GNOME Desktop.
|
||||
|
||||
%package default-session
|
||||
Summary: Session Manager for GNOME -- Default GNOME Session
|
||||
Summary: Default session support for the GNOME Session Manager
|
||||
Group: System/GUI/GNOME
|
||||
Requires: %{name} = %{version}
|
||||
Requires: gnome-settings-daemon
|
||||
@ -78,9 +78,8 @@ Requires: gnome-shell
|
||||
%description default-session
|
||||
This package contains the definition of the default GNOME session.
|
||||
|
||||
%ifnarch s390 s390x
|
||||
%package wayland
|
||||
Summary: Session Manager for GNOME -- Wayland session
|
||||
Summary: Wayland support for the GNOME Session Manager
|
||||
Group: System/GUI/GNOME
|
||||
Requires: %{name} = %{version}
|
||||
Requires: gnome-settings-daemon
|
||||
@ -88,10 +87,9 @@ Requires: xorg-x11-server-wayland
|
||||
|
||||
%description wayland
|
||||
This package contains the definition of the default GNOME session on Wayland.
|
||||
%endif
|
||||
|
||||
%package core
|
||||
Summary: Session Manager for GNOME -- Minimal Version
|
||||
Summary: Minimal version of the GNOME Session Manager
|
||||
Group: System/GUI/GNOME
|
||||
Requires: dbus-1-x11
|
||||
Requires: gsettings-desktop-schemas >= 0.1.7
|
||||
@ -129,7 +127,7 @@ install -d -m755 %{buildroot}%{_datadir}/xsessions
|
||||
install -m644 %{SOURCE2} %{buildroot}%{_datadir}/xsessions/gnome.desktop
|
||||
%suse_update_desktop_file %{buildroot}%{_datadir}/xsessions/gnome.desktop
|
||||
%find_lang %{name}-3.0 %{?no_lang_C}
|
||||
%fdupes %{buildroot}
|
||||
%fdupes %{buildroot}/%{_prefix}
|
||||
# remove wayland files on s390/s390x
|
||||
%ifarch s390 s390x
|
||||
rm -fr %{buildroot}%{_datadir}/wayland-sessions
|
||||
|
Loading…
Reference in New Issue
Block a user