From e47654eb87dbe4655d0f095c08c7df921bb6c173 Mon Sep 17 00:00:00 2001 From: Jim Perrin Date: Jun 24 2014 04:23:02 +0000 Subject: Update anaconda rnotes images. Update background instruction to copy all images. Typo fixes. Addition of artwork credits file. --- diff --git a/.centos-logos.metadata b/.centos-logos.metadata index d1e51c8..002d7dd 100644 --- a/.centos-logos.metadata +++ b/.centos-logos.metadata @@ -1 +1 @@ -7fa3ad8707ff2591b135c82eaaaaa1df8e94d9c7 SOURCES/centos-logos-70.0.3.tar.xz +3f997122411349f6f12a67375bb3bdc19451f07c SOURCES/centos-logos-70.0.5.tar.xz diff --git a/SPECS/centos-logos.spec b/SPECS/centos-logos.spec index 164025f..c3b24a6 100644 --- a/SPECS/centos-logos.spec +++ b/SPECS/centos-logos.spec @@ -3,8 +3,8 @@ Name: centos-logos Summary: CentOS-related icons and pictures -Version: 70.0.3 -Release: 99%{?dist} +Version: 70.0.5 +Release: 1%{?dist} Group: System Environment/Base URL: http://www.centos.org # No upstream, done in internal git @@ -53,7 +53,7 @@ install -p -m 644 -D bootloader/splash.xpm.gz $RPM_BUILD_ROOT/boot/grub/splash.x # end i386 bits mkdir -p $RPM_BUILD_ROOT%{_datadir}/backgrounds/ -for i in backgrounds/*.jpg backgrounds/default.xml; do +for i in backgrounds/*.jpg backgrounds/*.png backgrounds/default.xml; do install -p -m 644 $i $RPM_BUILD_ROOT%{_datadir}/backgrounds/ done @@ -164,7 +164,7 @@ gtk-update-icon-cache %{_kde4_iconsdir}/oxygen &>/dev/null || : glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %files -%doc COPYING +%doc COPYING CREDITS %config(noreplace) %{_sysconfdir}/favicon.png %{_datadir}/backgrounds/* %{_datadir}/glib-2.0/schemas/*.override @@ -240,6 +240,16 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : # end i386 bits %changelog +* Mon Jun 23 2014 Jim Perrin - 70.0.5-1 +- Properly import all backgrounds images +- update poweredby.png +- Add CREDITS for artwork attribution as possible. +- Update anaconda rnotes images from Tuomas, inspired by Alain + +* Tue Jun 10 2014 Jim Perrin - 70.0.4-1 +- Added updated artwork from Tuomas Kuosmanen +- Added backgrounds from Markus Moeller + * Thu Apr 24 2014 Johnny Hughes - 70.0.3-99 - updated for the rhel7rc1 release - renamed centos-logos