Hello community, here is the log from the commit of package gdm-branding-openSUSE for openSUSE:Factory checked in at 2012-06-10 20:15:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gdm-branding-openSUSE (Old) and /work/SRC/openSUSE:Factory/.gdm-branding-openSUSE.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gdm-branding-openSUSE", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/gdm-branding-openSUSE/gdm-branding-openSUSE.changes 2012-05-25 16:15:16.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gdm-branding-openSUSE.new/gdm-branding-openSUSE.changes 2012-06-10 21:51:04.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Jun 4 22:09:21 UTC 2012 - [email protected] + +- Add banner logo for gdm login screen. + +------------------------------------------------------------------- New: ---- distributor.svg ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdm-branding-openSUSE.spec ++++++ --- /var/tmp/diff_new_pack.jIqVyw/_old 2012-06-10 21:51:04.000000000 +0200 +++ /var/tmp/diff_new_pack.jIqVyw/_new 2012-06-10 21:51:04.000000000 +0200 @@ -23,6 +23,7 @@ License: GPL-2.0+ Group: System/GUI/GNOME Url: http://projects.gnome.org/gdm/ +Source0: distributor.svg # To be in sync with upstream defaults, do branding as a patch for upstream file. # WARNING: As this package conflicts with gdm-branding-openSUSE, you cannot # reuse build root. You have to build in a clean build root every time! @@ -51,14 +52,19 @@ %build %install +mkdir -p %{buildroot}%{_datadir}/gdm/greeter/images/ install -d %{buildroot}%{_sysconfdir}/gdm install -m0644 custom.conf %{buildroot}%{_sysconfdir}/gdm/custom.conf +cp %SOURCE0 %{buildroot}%{_datadir}/gdm/greeter/images/ %clean + rm -rf %{buildroot} %files %defattr (-, root, root) %config(noreplace) %{_sysconfdir}/gdm/custom.conf +%{_datadir}/gdm/greeter/images/distributor.svg +%dir %{_datadir}/gdm/greeter/images/ %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
