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

Revision 1005, 33.9 KB checked in by daisuke, 14 years ago (diff)

plymouth: 0.8.3, add some configure options, obsolete bootsplash

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