source: projects/specs/trunk/p/plymouth/plymouth-vl.spec @ 2974

Revision 2974, 34.2 KB checked in by daisuke, 13 years ago (diff)

plymouth: add patch10 to fix crash (not fully work...)

Line 
1%define plymouthdaemon_execdir /sbin
2%define plymouthclient_execdir /bin
3%define plymouth_libdir /%{_lib}
4
5Summary: Graphical Boot Animation and Logger
6Summary(ja): グラフィカルブートアニメーション
7Name: plymouth
8Version: 0.8.3
9Release: 5%{?_dist_release}
10License: GPLv2+
11Group: System Environment/Base
12Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2
13Source1: boot-duration
14Source2: plymouth-update-initrd-vine
15Source10: vinelogo-bw.png
16Source11: plymouth-theme-script.tar.bz2
17Source12: plymouth-theme-charge.tar.bz2
18Patch10:  plymouth-0.8.3-fix-crash-on-retain-splash.patch
19
20URL: http://freedesktop.org/software/plymouth/releases
21BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
22
23Requires: vine-logos
24Requires(post): plymouth-scripts
25Requires: initscripts >= 8.90.5
26
27Obsoletes: bootsplash <= 3.2
28Provides: bootsplash
29
30BuildRequires: libdrm
31BuildRequires: kernel-headers
32
33Vendor: Project Vine
34Distribution: Vine Linux
35Packager: daisuke
36
37%description
38Plymouth provides an attractive graphical boot animation in
39place of the text messages that normally get shown.  Text
40messages are instead redirected to a log file for viewing
41after boot.
42
43%package system-theme
44Summary: Plymouth default theme
45Summary(ja): Plymouth default theme
46Group: System Environment/Base
47Obsoletes: %{name}-system-plugin <  %{version}-%{release}
48Provides: %{name}-system-plugin = %{version}-%{release}
49Requires: plymouth(system-theme) = %{version}-%{release}
50
51%description system-theme
52This metapackage tracks the current distribution default theme.
53
54%package core-libs
55Summary: Plymouth core libraries
56Summary(ja): Plymouth core libraries
57Group: Development/Libraries
58
59%description core-libs
60This package contains the libply and libply-splash-core libraries
61used by Plymouth.
62
63%package graphics-libs
64Summary: Plymouth graphics libraries
65Summary(ja): Plymouth graphics libraries
66Group: Development/Libraries
67Requires: %{name}-core-libs = %{version}-%{release}
68Obsoletes: %{name}-libs < %{version}-%{release}
69Provides: %{name}-libs = %{version}-%{release}
70BuildRequires: libpng-devel
71
72%description graphics-libs
73This package contains the libply-splash-graphics library
74used by graphical Plymouth splashes.
75
76%package devel
77Summary: Libraries and headers for writing Plymouth splash plugins
78Summary(ja): Libraries and headers for writing Plymouth splash plugins
79Group: Development/Libraries
80Requires: %{name} = %{version}-%{release}
81Requires: pkgconfig
82
83%description devel
84This package contains the libply and libplybootsplash libraries
85and headers needed to develop 3rd party splash plugins for Plymouth.
86
87%package utils
88Summary: Plymouth related utilities
89Summary(ja): Plymouth related ユーティリティ
90Group: Applications/System
91Requires: %{name} = %{version}-%{release}
92BuildRequires: gtk2-devel
93
94%description utils
95This package contains utilities that integrate with Plymouth
96including a boot log viewing application.
97
98%package scripts
99Summary: Plymouth related scripts
100Summary(ja): Plymouth 関連スクリプト
101Group: Applications/System
102
103%description scripts
104This package contains scripts that help integrate Plymouth with
105the system.
106
107%package gdm-hooks
108Summary: Plymouth GDM integration
109Summary(ja): Plymouth GDM 統合
110Group: Applications/System
111Requires: gdm
112Requires: plymouth-utils
113Requires: %{name} = %{version}-%{release}
114
115%description gdm-hooks
116This package contains support files for integrating Plymouth with GDM
117Namely, it adds hooks to show boot messages at the login screen in the
118event start-up services fail.
119
120%package plugin-label
121Summary: Plymouth label plugin
122Summary(ja): Plymouth label plugin
123Group: System Environment/Base
124Requires: %{name}-libs = %{version}-%{release}
125BuildRequires: pango-devel >= 1.21.0
126BuildRequires: cairo-devel
127
128%description plugin-label
129This package contains the label control plugin for
130Plymouth. It provides the ability to render text on
131graphical boot splashes using pango and cairo.
132
133%package plugin-fade-throbber
134Summary: Plymouth "Fade-Throbber" plugin
135Summary(ja): Plymouth "Fade-Throbber" plugin
136Group: System Environment/Base
137Requires: %{name}-libs = %{version}-%{release}
138
139%description plugin-fade-throbber
140This package contains the "Fade-In" boot splash plugin for
141Plymouth. It features a centered image that fades in and out
142while other images pulsate around during system boot up.
143
144%package theme-fade-in
145Summary: Plymouth "Fade-In" theme
146Summary(ja): Plymouth "Fade-In" theme
147Group: System Environment/Base
148Requires: %{name}-plugin-fade-throbber = %{version}-%{release}
149
150%description theme-fade-in
151This package contains the "Fade-In" boot splash theme for
152Plymouth. It features a centered logo that fades in and out
153while stars twinkle around the logo during system boot up.
154
155%package plugin-throbgress
156Summary: Plymouth "Throbgress" plugin
157Summary(ja): Plymouth "Throbgress" plugin
158Group: System Environment/Base
159Requires: %{name}-libs = %{version}-%{release}
160Requires: plymouth-plugin-label
161
162%description plugin-throbgress
163This package contains the "throbgress" boot splash plugin for
164Plymouth. It features a centered logo and animated spinner that
165spins repeatedly while a progress bar advances at the bottom of
166the screen.
167
168%package theme-spinfinity
169Summary: Plymouth "Spinfinity" theme
170Summary(ja): Plymouth "Spinfinity" theme
171Group: System Environment/Base
172Requires: %{name}-plugin-throbgress = %{version}-%{release}
173
174%description theme-spinfinity
175This package contains the "Spinfinity" boot splash theme for
176Plymouth. It features a centered logo and animated spinner that
177spins in the shape of an infinity sign.
178
179%package plugin-space-flares
180Summary: Plymouth "space-flares" plugin
181Summary(ja): Plymouth "space-flares" plugin
182Group: System Environment/Base
183Requires: %{name}-libs = %{version}-%{release}
184Requires: plymouth-plugin-label
185
186%description plugin-space-flares
187This package contains the "space-flares" boot splash plugin for
188Plymouth. It features a corner image with animated flares.
189
190%package theme-solar
191Summary: Plymouth "Solar" theme
192Summary(ja): Plymouth "Solar" theme
193Group: System Environment/Base
194Requires: %{name}-plugin-space-flares = %{version}-%{release}
195
196%description theme-solar
197This package contains the "Solar" boot splash theme for
198Plymouth. It features a blue flamed sun with animated solar flares.
199
200%package plugin-two-step
201Summary: Plymouth "two-step" plugin
202Summary(ja): Plymouth "two-step" plugin
203Group: System Environment/Base
204Requires: %{name}-libs = %{version}-%{release}
205Requires: plymouth-plugin-label
206
207%description plugin-two-step
208This package contains the "two-step" boot splash plugin for
209Plymouth. It features a two phased boot process that starts with
210a progressing animation synced to boot time and finishes with a
211short, fast one-shot animation.
212
213%package theme-charge
214Summary: Plymouth "Charge" plugin
215Summary(ja): Plymouth "Charge" plugin
216Group: System Environment/Base
217Requires: %{name}-plugin-two-step = %{version}-%{release}
218
219%description theme-charge
220This package contains the "charge" boot splash theme for
221Plymouth. It features the shadowy hull of a logo charge up and
222and finally burst into full form.
223
224%package plugin-script
225Summary: Plymouth "script" plugin
226Summary(ja): Plymouth "script" plugin
227Group: System Environment/Base
228Requires: %{name}-libs = %{version}-%{release}
229
230%description plugin-script
231This package contains the "script" boot splash plugin for
232Plymouth. It features an extensible, scriptable boot splash
233language that simplifies the process of designing custom
234boot splash themes.
235
236%package theme-script
237Summary: Plymouth "Script" plugin
238Summary(ja): Plymouth "Script" plugin
239Group: System Environment/Base
240Requires: %{name}-plugin-script = %{version}-%{release}
241Requires(post): %{_sbindir}/plymouth-set-default-theme
242Provides: plymouth(system-theme) = %{version}-%{release}
243
244%description theme-script
245This package contains the "script" boot splash theme for
246Plymouth. It it is a simple example theme the uses the "script"
247plugin.
248
249%prep
250%setup -q
251%patch10 -p1 -b .fix-crash
252
253# Change the default theme
254sed -i -e 's/fade-in/script/g' src/plymouthd.defaults
255
256%build
257%configure --enable-tracing --disable-tests                      \
258           --without-default-plugin                              \
259           --with-logo=%{_datadir}/pixmaps/vine/vinelogo-bw.png  \
260           --with-background-start-color-stop=0x3A3A6A           \
261           --with-background-end-color-stop=0x000000             \
262           --with-background-color=0x000000                      \
263           --with-release-file=/etc/vine-release                 \
264           --enable-gdm-transition                               \
265           --with-system-root-install
266
267make %{?_smp_mflags}
268
269%install
270rm -rf $RPM_BUILD_ROOT
271
272make install DESTDIR=$RPM_BUILD_ROOT
273
274# Glow isn't quite ready for primetime
275rm -rf $RPM_BUILD_ROOT%{_datadir}/plymouth/glow/
276rm -f $RPM_BUILD_ROOT%{_libdir}/plymouth/glow.so
277
278find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
279find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
280
281# Temporary symlink until rc.sysinit is fixed
282(cd $RPM_BUILD_ROOT%{_bindir}; ln -s ../../bin/plymouth)
283
284mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
285cp $RPM_SOURCE_DIR/boot-duration $RPM_BUILD_ROOT%{_datadir}/plymouth/default-boot-duration
286cp $RPM_SOURCE_DIR/boot-duration $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
287
288# update script theme
289tar xjvf %{SOURCE11} -C $RPM_BUILD_ROOT%{_datadir}/plymouth/themes
290# add charge theme
291tar xjvf %{SOURCE12} -C $RPM_BUILD_ROOT%{_datadir}/plymouth/themes
292
293# install vinelogo-bw.png
294mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/vine/
295cp %{SOURCE10} $RPM_BUILD_ROOT%{_datadir}/pixmaps/vine/
296
297# Override plymouth-update-initrd to work with mkinitrd
298cp -f $RPM_SOURCE_DIR/plymouth-update-initrd-vine $RPM_BUILD_ROOT%{_libexecdir}/plymouth/plymouth-update-initrd
299
300# Drop glow
301rm -rf $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/glow
302
303%clean
304rm -rf $RPM_BUILD_ROOT
305
306%post
307[ -f %{_localstatedir}/lib/plymouth/boot-duration ] || cp -f %{_datadir}/plymouth/default-boot-duration %{_localstatedir}/lib/plymouth/boot-duration
308
309%postun
310if [ $1 -eq 0 ]; then
311    rm -f %{_libdir}/plymouth/default.so
312    rm -f /boot/initrd-plymouth.img
313fi
314
315%post core-libs -p /sbin/ldconfig
316%postun core-libs -p /sbin/ldconfig
317
318%post graphics-libs -p /sbin/ldconfig
319%postun graphics-libs -p /sbin/ldconfig
320
321
322%files
323%defattr(-, root, root)
324%doc AUTHORS NEWS README
325%dir %{_datadir}/plymouth
326%dir %{_datadir}/plymouth/themes
327%dir %{_libexecdir}/plymouth
328%dir %{_localstatedir}/lib/plymouth
329%config(noreplace) %{_sysconfdir}/plymouth/plymouthd.conf
330%{plymouthdaemon_execdir}/plymouthd
331%{plymouthclient_execdir}/plymouth
332%{_bindir}/plymouth
333%{_bindir}/rhgb-client
334%{_libdir}/plymouth/details.so
335%{_libdir}/plymouth/text.so
336%{_libdir}/plymouth/renderers/drm*
337%{_libdir}/plymouth/renderers/frame-buffer*
338%{_datadir}/plymouth/default-boot-duration
339%{_datadir}/plymouth/themes/details/details.plymouth
340%{_datadir}/plymouth/themes/text/text.plymouth
341%{_datadir}/plymouth/plymouthd.defaults
342%{_datadir}/pixmaps/vine/*.png
343%{_localstatedir}/run/plymouth
344%{_localstatedir}/spool/plymouth
345%{_mandir}/man?/*
346%ghost %{_localstatedir}/lib/plymouth/boot-duration
347
348%files devel
349%defattr(-, root, root)
350%{plymouth_libdir}/libply.so
351%{plymouth_libdir}/libply-splash-core.so
352%{_libdir}/libply-splash-graphics.so
353%{_libdir}/libply-boot-client.so
354%{_libdir}/pkgconfig/ply-splash-core.pc
355%{_libdir}/pkgconfig/ply-splash-graphics.pc
356%{_libdir}/pkgconfig/ply-boot-client.pc
357%{_libdir}/plymouth/renderers/x11*
358%{_includedir}/plymouth-1
359
360%files core-libs
361%defattr(-, root, root)
362%{plymouth_libdir}/libply.so.*
363%{plymouth_libdir}/libply-splash-core.so.*
364%{_libdir}/libply-boot-client.so.*
365%dir %{_libdir}/plymouth
366
367%files graphics-libs
368%defattr(-, root, root)
369%{_libdir}/libply-splash-graphics.so.*
370
371%files scripts
372%defattr(-, root, root)
373%{_sbindir}/plymouth-set-default-theme
374%{_libexecdir}/plymouth/plymouth-update-initrd
375%{_libexecdir}/plymouth/plymouth-generate-initrd
376%{_libexecdir}/plymouth/plymouth-populate-initrd
377
378%files utils
379%defattr(-, root, root)
380%{_bindir}/plymouth-log-viewer
381
382%files gdm-hooks
383%defattr(-, root, root)
384%{_datadir}/gdm/autostart/LoginWindow/plymouth-log-viewer.desktop
385
386%files plugin-label
387%defattr(-, root, root)
388%{_libdir}/plymouth/label.so
389
390%files plugin-fade-throbber
391%defattr(-, root, root)
392%{_libdir}/plymouth/fade-throbber.so
393
394%files theme-fade-in
395%defattr(-, root, root)
396%dir %{_datadir}/plymouth/themes/fade-in
397%{_datadir}/plymouth/themes/fade-in/bullet.png
398%{_datadir}/plymouth/themes/fade-in/entry.png
399%{_datadir}/plymouth/themes/fade-in/lock.png
400%{_datadir}/plymouth/themes/fade-in/star.png
401%{_datadir}/plymouth/themes/fade-in/fade-in.plymouth
402
403%files plugin-throbgress
404%defattr(-, root, root)
405%{_libdir}/plymouth/throbgress.so
406
407%files theme-spinfinity
408%defattr(-, root, root)
409%dir %{_datadir}/plymouth/themes/spinfinity
410%{_datadir}/plymouth/themes/spinfinity/box.png
411%{_datadir}/plymouth/themes/spinfinity/bullet.png
412%{_datadir}/plymouth/themes/spinfinity/entry.png
413%{_datadir}/plymouth/themes/spinfinity/lock.png
414%{_datadir}/plymouth/themes/spinfinity/throbber-[0-3][0-9].png
415%{_datadir}/plymouth/themes/spinfinity/spinfinity.plymouth
416
417%files plugin-space-flares
418%defattr(-, root, root)
419%{_libdir}/plymouth/space-flares.so
420
421%files theme-solar
422%defattr(-, root, root)
423%dir %{_datadir}/plymouth/themes/solar
424%{_datadir}/plymouth/themes/solar/*.png
425%{_datadir}/plymouth/themes/solar/solar.plymouth
426
427%files plugin-two-step
428%defattr(-, root, root)
429%{_libdir}/plymouth/two-step.so
430
431%files theme-charge
432%defattr(-, root, root)
433%dir %{_datadir}/plymouth/themes/charge
434%{_datadir}/plymouth/themes/charge/*.png
435%{_datadir}/plymouth/themes/charge/charge.plymouth
436
437%files plugin-script
438%defattr(-, root, root)
439%{_libdir}/plymouth/script.so
440
441%files theme-script
442%defattr(-, root, root)
443%{_datadir}/plymouth/themes/script/*.png
444%{_datadir}/plymouth/themes/script/script.script
445%{_datadir}/plymouth/themes/script/script.plymouth
446
447%files system-theme
448%defattr(-, root, root)
449
450%changelog
451* Mon May 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-5
452- add Patch10 to fix crash on quit with --retain-splash option
453  http://cgit.freedesktop.org/plymouth/commit/?id=0e232e29765cade22b9e8cba3b0c372eb4db58f9
454
455* Mon May 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-4
456- update charge theme
457- replace plymouth-update-initrd
458- drop unused plymouth-set-default-plugin
459
460* Mon May 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-3
461- remove configure option
462  - --with-{boot,shutdow}-tty
463
464* Fri May 14 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-2
465- add configure option
466  - --with-boot-tty=tty7
467  - --with-shutdown-tty1
468- Require specific version of initscripts
469- add Obsoletes/Provides bootsplash
470
471* Wed May 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-1
472- new upstream release
473
474* Tue May 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.2-1
475- new upstream release
476- update script theme
477- update boot-duration
478
479* Wed Mar 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.0-0.20100305.1
480- update to new snapshot
481
482* Tue Feb 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.0-0.20100114.1
483- initial build for Vine Linux
484
485* Thu Jan 14 2010 Ray Strode <rstrode@redhat.com> 0.8.0-0.20100114.2
486- Don't link plymouthd against libpng either
487
488* Thu Jan 14 2010 Ray Strode <rstrode@redhat.com> 0.8.0-0.20100114.1
489- Make it possible to do a basic plymouth installations without
490  libpng
491
492* Thu Jan 07 2010 Ray Strode <rstrode@redhat.com> 0.8.0-0.2009129.2
493- Drop nash dep
494
495* Tue Dec 22 2009 Dave Airlie <airlied@redhat.com> 0.8.0-0.2009129.1
496- rebuild for API bump in libdrm
497
498* Wed Dec 09 2009 Ray Strode <rstrode@redhat.com> 0.8.0-0.2009129
499- Update to latest snapshot
500
501* Tue Sep 29 2009 Ray Strode <rstrode@redhat.com> 0.8.0-0.2009.10.05
502- Add new x11-renderer plugin from Charlie Brej for debugging
503
504* Tue Sep 29 2009 Ray Strode <rstrode@redhat.com> 0.8.0-0.2009.29.09
505- Fix escape and ask-for-password
506
507* Mon Sep 28 2009 Ray Strode <rstrode@redhat.com> 0.8.0-0.2009.28.09
508- Add prerelease of 0.8.0 for multihead support
509
510* Fri Sep 11 2009 Ray Strode <rstrode@redhat.com> 0.7.1-7
511- Go back to blue charge background (bug 522460)
512
513* Fri Sep 11 2009 Ray Strode <rstrode@redhat.com> 0.7.1-6
514- Remove duplicate Provides: plymouth(system-theme)
515
516* Thu Sep 10 2009 Ray Strode <rstrode@redhat.com> 0.7.1-5
517- Fix set_verbose error reported by yaneti.
518
519* Wed Sep  9 2009 Ray Strode <rstrode@redhat.com> 0.7.1-4
520- Look for inst() in dracut as well as mkinitrd bash source file
521- Drop plymouth initrd for now.
522
523* Fri Aug 28 2009 Ray Strode <rstrode@redhat.com> 0.7.1-3
524- Create plymouth supplementary initrd in post (bug 515589)
525
526* Tue Aug 25 2009 Ray Strode <rstrode@redhat.com> 0.7.1-2
527- Get plugin path from plymouth instead of trying
528  to guess.  Should fix bug 502667
529
530* Tue Aug 25 2009 Ray Strode <rstrode@redhat.com> 0.7.1-1
531- Update to 0.7.1
532
533* Mon Aug 24 2009 Adam Jackson <ajax@redhat.com> 0.7.0-2
534- Set charge bgcolor to black. (#519052)
535
536* Tue Aug 11 2009 Ray Strode <rstrode@redhat.com> 0.7.0-1
537- Update to 0.7.0
538
539* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-0.2010.05.15.1
540- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
541
542* Fri May 15 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.15.1
543- Fix spinfinity theme to point to the right image directory
544  (bug 500994)
545
546* Thu May 14 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.14.1
547- Update to new snapshot that renames plugins to fix upgrades
548  somewhat (bug 499940)
549
550* Fri May 08 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.08.1
551- Add some fixes for shutdown
552
553* Fri May 08 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.06.4
554- Don't slow down progress updating at the end of boot
555
556* Thu May 07 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.06.3
557- Change colors to transition better to gdm
558
559* Wed May 06 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.06.2
560- Make "charge" theme require two-step plugin instead of solar (oops)
561
562* Wed May 06 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.06.1
563- Update to "plugin-rework" branch from git
564
565* Wed Apr 08 2009 Jesse Keating <jkeating@redhat.com> - 0.7.0-0.2009.03.10.3
566- Drop the version on system-logos requires for now, causing hell with
567  other -logos providers not having the same version.
568
569* Wed Mar 18 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.10.2
570- Destroy terminal on detach (may help with bug 490965)
571
572* Tue Mar 10 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.10.1
573- Address one more issue with password handling.  It wasn't working
574  well for secondary devices when using the "details" plugin.
575
576* Mon Mar  9 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.09.1
577- Attempt to address some problems with password handling in the
578  0.7.0 snapshots
579
580* Fri Mar  6 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.06.2
581- Fix set default script
582
583* Fri Mar  6 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.06.1
584- more scriptlet changes to move from solar to spinfinity
585
586* Fri Mar  6 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.06
587- Updated to development snapshot
588- Guess progress better on second boot of persistent live images
589- Drop upstream patches
590- swap "solar" and "spinfinity" scriptlet behavior
591
592* Tue Feb 24 2009 Ray Strode <rstrode@redhat.com> 0.6.0-3
593- Add fix-heap-corruptor patch from master.  Problem
594  spotted by Mr. McCann.
595
596* Wed Dec 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-2
597- Add patch from drop-nash branch for jeremy
598
599* Wed Dec  3 2008 Ray Strode <rstrode@redhat.com> 0.6.0-1
600- Update to 0.6.0
601
602* Sat Nov 22 2008 Matthias Clasen <mclasen@redhat.com> 0.6.0-0.2008.11.17.3.1
603- Strip %%name from %%summary
604
605* Mon Nov 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.17.3
606- don't give error about missing default.so
607- rework packaging of boot-duration to prevent .rpmnew droppings
608  (bug 469752)
609
610* Mon Nov 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.17.2
611- Don't tell gdm to transition unless booting into runlevel 3
612  (bug 471785)
613
614* Mon Nov 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.17.1
615- Crawl progress bar if boot is way off course (Charlie, bug 471089)
616
617* Fri Nov 14 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.14.2
618- Don't loop forever when tty returns NUL byte (bug 471498)
619
620* Fri Nov 14 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.14.1
621- Generate solar background dynamically to reduce ondisk size, and
622  look better at various resolutions (Charlie, bug 471227)
623
624* Thu Nov 13 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.12.4
625- Move Obsoletes: plymouth-text-and-details-only to base package
626  so people who had it installed don't end up solar on upgrade
627
628* Wed Nov 12 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.12.3
629- Redo packaging to work better with minimal installs
630  (bug 471314)
631
632* Wed Nov 12 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.12.2
633- Fix plymouth-set-default-plugin to allow external $LIB
634
635* Wed Nov 12 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.12.1
636- Fix star image (Charlie, bug 471113)
637
638* Tue Nov 11 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.11.2
639- Improve solar flares (Charlie)
640- redirect tty again on --show-splash
641- ignore subsequent --hide-splash calls after the first one
642- turn off kernel printks during boot up
643
644* Tue Nov 11 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.11.1
645- Disconnect from tty when init=/bin/bash (bug 471007)
646
647* Mon Nov 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.10.5
648- Force the right arch when calling plymouth-set-default-plugin
649  (bug 470732)
650
651* Mon Nov 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.10.4
652- Drop comet (bug 468705)
653- make boot-duration config(noreplace)
654
655* Mon Nov 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.10.3
656- Don't abort if no splash when root is mounted
657- Actually move patches upstream
658
659* Mon Nov 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.10.1
660- Fix feedback loop with plymouth:debug
661- Move patches upstream
662- Improve comet animation
663
664* Sun Nov  9 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.06.4
665- Fix up more-debug patch to not assert with plymouth:nolog
666  (bug 470569)
667
668* Fri Nov  7 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.06.3
669- add some more debug spew to help debug a problem jlaska is having
670
671* Thu Nov  6 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.06.2
672- show details plugin on --hide-splash so people can see why the splash
673  got hidden.
674
675* Thu Nov  6 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.06.1
676- Don't exit on plymouth --show-splash after sulogin
677- Properly retake console after that --show-splash
678
679* Wed Nov  5 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.05.1
680- reset colors on quit --retain-splash
681- fix off by one in damage calculation for label
682
683* Tue Nov  4 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.30.5
684- Add a sample boot-duration for livecds and first time boots
685  (bug 469752)
686
687* Mon Nov  3 2008 Jeremy Katz <katzj@redhat.com> - 0.6.0-0.2008.10.30.4
688- Allow pre-setting the default plugin when calling plymouth-populate-initrd
689
690* Fri Oct 31 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.30.3
691- Add pango minimum version to buildrequires
692
693* Thu Oct 30 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.30.2
694- Update prompt text colors to be legible on new artwork
695
696* Thu Oct 30 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.30.1
697- Drop upstreamed patches
698- Patch from Charlie to update artwork
699- Patch from Charlie to make password screen match animation better
700  (bug 468899)
701
702* Thu Oct 30 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.8
703- Fix escape at password prompt (bug 467533)
704
705* Tue Oct 28 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.7
706- Don't require /bin/plymouth before it's installed (bug 468925)
707
708* Tue Oct 28 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.6
709- Force raw mode for keyboard input with solar and fade-in
710  (bug 468880)
711- make sure windows get closed on exit
712
713* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.5
714- Make "Solar" lock icon the same as the "Spinfinity" one.
715
716* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.4
717- Make plymouth-libs own /usr/lib/plymouth (bug 458071)
718
719* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.3
720- Default to "Solar" instead of "Spinfinity"
721
722* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.2
723- Don't set plymouth default plugin to text in %%post
724
725* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.1
726- Add Charlie patch to dither in lower color modes (bug 468276)
727
728* Sun Oct 26 2008 Jeremy Katz <katzj@redhat.com> - 0.6.0-0.2008.10.24.2
729- More requires changing to avoid loops (#467356)
730
731* Fri Oct 24 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.24.1
732- Add updated progress bar for solar plugin from Charlie
733- Log plymouth:debug output to boot log
734- Ignore sigpipe signals in daemon
735
736* Thu Oct 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.23.2
737- Bump so name of libply to hopefully force plymouth to get installed
738  before kernel (or at least make plymouth-libs and plymouth get installed
739  on the same side of kernel in the transaction).
740
741* Thu Oct 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.23.1
742- Add patch from Charlie to align progress bar to milestones during boot up
743- force tty to be sane on exit (bug 467207)
744
745* Thu Oct 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.21.3
746- add empty files section for text-and-details-only so the subpackage
747  shows up.
748
749* Wed Oct 22 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.21.2
750- add text-and-details-only subpackage so davej can uninstall
751  spinfinity, pango, cairo etc from his router.
752
753* Tue Oct 21 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.21.1
754- Minor event loop changes
755- drop upstream patches
756- Charlie Brej fix for progress bar resetting when escape gets pressed
757
758* Tue Oct 21 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.17.4
759- Don't make plymouth-libs require plymouth (more fun with 467356)
760
761* Mon Oct 20 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.17.3
762- Add initscripts requires (bug 461322)
763
764* Mon Oct 20 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.17.2
765- Put tty1 back in "cooked" mode when going into runlevel 3
766  (bug 467207)
767
768* Fri Oct 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.17.1
769- Clear screen in details plugin when it's done
770- Make plymouth-update-initrd a small wrapper around mkinitrd instead
771  of the broken monstrosity it was before.
772
773* Fri Oct 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.15.3
774- Move plymouth-set-default-plugin, plymouth-update-initrd, and
775  plymouth-populate-initrd to plymouth-scripts subpackage
776  (the last fix didn't actually help with bug 467356)
777
778* Fri Oct 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.15.2
779- Move plymouth-set-default-plugin to -libs (might help with bug 467356)
780- Fix up requires, provides and postun scripts
781
782* Wed Oct 15 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.15.1
783- Don't free windows on --hide-splash (fix from Jeremy)
784
785* Tue Oct 14 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.14.1
786- Solar fixes from Charlie Brej
787- Better cpu usage from Charlie
788
789* Fri Oct 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.08.2
790- Add Requires(post): nash (bug 466500)
791
792* Wed Oct 08 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.08.1
793- Rework how "console=" args done again, to hopefully fix
794  bug 460565
795
796* Mon Oct 06 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.06.1
797- Add "Solar" plugin from Charles Brej
798- Move things around so computers with separate /usr boot
799  (hopefully this won't break things, but it probably will)
800- Make GDM show up on vt1 for all plugins
801
802* Tue Sep 30 2008 Jeremy Katz <katzj@redhat.com> 0.6.0-0.2008.09.25.2
803- Remove mkinitrd requires to break the dep loop and ensure things
804  get installed in the right order
805
806* Thu Sep 25 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.25.1
807- Add new snapshot to fold in Will Woods progress bar, and
808  move ajax's splash upstream, putting the old text splash
809  in a "pulser" subpackage
810
811* Tue Sep 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.23.1
812- Last snapshot was broken
813
814* Mon Sep 22 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.22.1
815- Update to latest snapshot to get better transition support
816
817* Fri Sep 19 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.15.2
818- Turn on gdm trigger for transition
819
820* Mon Sep 15 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.15.1
821- add quit command with --retain-splash option to client
822
823* Wed Sep 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.10.1
824- Fix text rendering for certain machines
825
826* Mon Sep  8 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.05.4
827- More serial console fixes (bug 460565 again)
828
829* Fri Sep  5 2008 Bill Nottingham <notting@redhat.com> 0.6.0-0.2008.09.05.3
830- make the text plugin use the system release info rather than a hardcoded 'Fedora 10'
831
832* Fri Sep  5 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.05.2
833- Try to support multiple serial consoles better
834  (bug 460565)
835
836* Fri Sep  5 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.05.1
837- Fix some confusion with password handling in details plugin
838
839* Wed Aug 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.08.27.1
840- Fix another crasher for users with encrypted disks (this time in
841  the text plugin, not the client)
842
843* Wed Aug 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.08.27
844- Update to latest snapshot
845- Add the ability to show text prompts in graphical plugin
846- Fix crasher for users with encrypted disks
847
848* Fri Aug 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.08.22
849- Update to latest snapshot
850
851* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-20.2008.08.13
852- Update previous patch to remove some assertions
853
854* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-19.2008.08.13
855- add a patch that may help serial console users
856
857* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-18.2008.08.13
858- add spool directory to file list
859
860* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-17.2008.08.13
861- Make plymouth-gdm-hooks require plymouth-utils
862
863* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-16.2008.08.13
864- Add a boot failure viewer to login screen (written by Matthias)
865
866* Tue Aug 12 2008 Adam Jackson <ajax@redhat.com> 0.5.0-15.2008.08.08
867- plymouth-0.5.0-textbar-hotness.patch: Change the text plugin to a slightly
868  more traditional progress bar, to maintain the illusion of progress better
869  than the eternally oscillating cylon. Note: still incomplete.
870
871* Fri Aug  8 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-14.2008.08.08
872- Don't require a modifiable text color map (may fix serial consoles)
873
874* Thu Aug  7 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-13.2008.08.07
875- Update to new snapshot which when combined with a new mkinitrd should
876  make unlocking encrypted root partitions work again
877
878* Wed Aug  6 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-12.2008.08.06
879- Update to new snapshot which fixes some assertion failures in the
880  client code
881
882* Wed Aug  6 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-11.2008.08.01
883- Add Requires(post): plymouth to plugins so they get plymouth-set-default-plugin (bug 458071)
884
885* Tue Aug  5 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-10.2008.08.01
886- Add plymouth dirs to file list (bug 457871)
887
888* Fri Aug  1 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-9.2008.08.01
889- new plymout-populate-initrd features don't work with the set -e at the
890  top of it.
891
892* Thu Jul 31 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-8.2008.08.01
893- Update to another snapshot to actually get new
894  plymouth-populate-initrd features
895
896* Thu Jul 31 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-8.2008.07.31
897- Update to snapshot to get new plymouth-populate-initrd features
898- Make removing rhgb use details plugin instead of exiting
899
900* Thu Jul 31 2008 Peter Jones <pjones@redhat.com> - 0.5.0-7
901- Make it a mkinitrd requires instead of a nash requires (that will
902  still pull in nash, but we need mkinitrd for newer plymouth-populate-initrd)
903
904* Wed Jul 30 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-6
905- Add nash requires
906
907* Wed Jul  9 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-5
908- Use a new heuristic for finding libdir, since the old
909  one falls over on ia64
910
911* Wed Jul  9 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-4
912- add ctrl-r to rotate text color palette back to stock values
913
914* Tue Jul  8 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-3
915- Fix populate script on ppc (bug 454353)
916
917* Tue Jul  1 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-2
918- Pull in spinfinity by default.  This whole "figure out
919  which plugin to use" set of scripts and scriptlets
920  needs work.  We need to separate distro default from
921  user choice.
922
923* Thu Jul  1 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-1
924- Add new client "ask-for-password" command which feeds
925  the user input to a program instead of standard output,
926  and loops when the program returns non-zero exit status.
927
928* Thu Jun 26 2008 Ray Strode <rstrode@redhat.com> - 0.4.5-1
929- Update to version 0.4.5
930- Make text plugin blue and less 80s
931
932* Wed Jun 25 2008 Ray Strode <rstrode@redhat.com> - 0.4.0-4
933- Make "Password: " show up correctly in text plugin
934
935* Wed Jun 25 2008 Ray Strode <rstrode@redhat.com> - 0.4.0-3
936- Require elfutils (bug 452797)
937
938* Sun Jun 22 2008 Ray Strode <rstrode@redhat.com> - 0.4.0-2
939- Make plymouth-set-default-plugin --reset choose the latest
940  installed plugin, not the earliest
941
942* Sun Jun 22 2008 Ray Strode <rstrode@redhat.com> - 0.4.0-1
943- Update to version 0.4.0
944- Only run if rhgb is on kernel command line
945- Make text plugin more animated
946
947* Mon Jun 16 2008 Ray Strode <rstrode@redhat.com> - 0.3.2-2
948- dont go back to text mode on exit
949
950* Mon Jun 16 2008 Ray Strode <rstrode@redhat.com> - 0.3.2-1
951- Update to version 0.3.2
952- show gradient in spinfinity plugin
953- Drop fade out in spinfinity plugin
954- fix throbber placement
955- rename graphical.so to default.so
956
957* Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.1-3
958- scriplet should be preun, not postun
959
960* Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.1-2
961- Fix postun scriptlet
962
963* Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.1-1
964- Update to version 0.3.1
965- Don't ship generated initrd scripts in tarball
966
967* Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.0-1
968- Update to version 0.3.0
969- Better plugin handling
970- Better integration with mkinitrd (pending mkinitrd changes)
971- random bug fixes
972
973* Mon Jun  9 2008 Ray Strode <rstrode@redhat.com> - 0.2.0-1
974- Update to version 0.2.0
975- Integrate more tightly with nash (pending nash changes)
976- ship libs for out of tree splash plugins
977- gradient support
978- random bug fixes
979
980* Fri May 30 2008 Ray Strode <rstrode@redhat.com> - 0.1.0-1
981- Initial import, version 0.1.0
Note: See TracBrowser for help on using the repository browser.