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

Revision 1025, 34.0 KB checked in by daisuke, 14 years ago (diff)

plymouth: remove --with-{boot,shutdown}-tty option

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: 3%{?_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.5
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
265make %{?_smp_mflags}
266
267%install
268rm -rf $RPM_BUILD_ROOT
269
270make install DESTDIR=$RPM_BUILD_ROOT
271
272# Glow isn't quite ready for primetime
273rm -rf $RPM_BUILD_ROOT%{_datadir}/plymouth/glow/
274rm -f $RPM_BUILD_ROOT%{_libdir}/plymouth/glow.so
275
276find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
277find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
278
279# Temporary symlink until rc.sysinit is fixed
280(cd $RPM_BUILD_ROOT%{_bindir}; ln -s ../../bin/plymouth)
281
282mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
283cp $RPM_SOURCE_DIR/boot-duration $RPM_BUILD_ROOT%{_datadir}/plymouth/default-boot-duration
284cp $RPM_SOURCE_DIR/boot-duration $RPM_BUILD_ROOT%{_localstatedir}/lib/plymouth
285
286# update script theme
287tar xjvf %{SOURCE11} -C $RPM_BUILD_ROOT%{_datadir}/plymouth/themes
288
289# Add charge theme
290mkdir -p $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge
291cp %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge
292cp $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/glow/{box,bullet,entry,lock}.png $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/charge
293
294# Drop glow
295rm -rf $RPM_BUILD_ROOT%{_datadir}/plymouth/themes/glow
296
297# Add compat script for upgrades
298cp $RPM_SOURCE_DIR/plymouth-set-default-plugin $RPM_BUILD_ROOT%{_sbindir}
299chmod +x $RPM_BUILD_ROOT%{_sbindir}/plymouth-set-default-plugin
300
301# install vinelogo-bw.png
302mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/vine/
303cp %{SOURCE10} $RPM_BUILD_ROOT%{_datadir}/pixmaps/vine/
304
305%clean
306rm -rf $RPM_BUILD_ROOT
307
308%post
309[ -f %{_localstatedir}/lib/plymouth/boot-duration ] || cp -f %{_datadir}/plymouth/default-boot-duration %{_localstatedir}/lib/plymouth/boot-duration
310
311%postun
312if [ $1 -eq 0 ]; then
313    rm -f %{_libdir}/plymouth/default.so
314    rm -f /boot/initrd-plymouth.img
315fi
316
317%post core-libs -p /sbin/ldconfig
318%postun core-libs -p /sbin/ldconfig
319
320%post graphics-libs -p /sbin/ldconfig
321%postun graphics-libs -p /sbin/ldconfig
322
323
324%files
325%defattr(-, root, root)
326%doc AUTHORS NEWS README
327%dir %{_datadir}/plymouth
328%dir %{_datadir}/plymouth/themes
329%dir %{_libexecdir}/plymouth
330%dir %{_localstatedir}/lib/plymouth
331%config(noreplace) %{_sysconfdir}/plymouth/plymouthd.conf
332%{plymouthdaemon_execdir}/plymouthd
333%{plymouthclient_execdir}/plymouth
334%{_bindir}/plymouth
335%{_bindir}/rhgb-client
336%{_libdir}/plymouth/details.so
337%{_libdir}/plymouth/text.so
338%{_libdir}/plymouth/renderers/drm*
339%{_libdir}/plymouth/renderers/frame-buffer*
340%{_datadir}/plymouth/default-boot-duration
341%{_datadir}/plymouth/themes/details/details.plymouth
342%{_datadir}/plymouth/themes/text/text.plymouth
343%{_datadir}/plymouth/plymouthd.defaults
344%{_datadir}/pixmaps/vine/*.png
345%{_localstatedir}/run/plymouth
346%{_localstatedir}/spool/plymouth
347%{_mandir}/man?/*
348%ghost %{_localstatedir}/lib/plymouth/boot-duration
349
350%files devel
351%defattr(-, root, root)
352%{plymouth_libdir}/libply.so
353%{plymouth_libdir}/libply-splash-core.so
354%{_libdir}/libply-splash-graphics.so
355%{_libdir}/libply-boot-client.so
356%{_libdir}/pkgconfig/ply-splash-core.pc
357%{_libdir}/pkgconfig/ply-splash-graphics.pc
358%{_libdir}/pkgconfig/ply-boot-client.pc
359%{_libdir}/plymouth/renderers/x11*
360%{_includedir}/plymouth-1
361
362%files core-libs
363%defattr(-, root, root)
364%{plymouth_libdir}/libply.so.*
365%{plymouth_libdir}/libply-splash-core.so.*
366%{_libdir}/libply-boot-client.so.*
367%dir %{_libdir}/plymouth
368
369%files graphics-libs
370%defattr(-, root, root)
371%{_libdir}/libply-splash-graphics.so.*
372
373%files scripts
374%defattr(-, root, root)
375%{_sbindir}/plymouth-set-default-theme
376%{_sbindir}/plymouth-set-default-plugin
377%{_libexecdir}/plymouth/plymouth-update-initrd
378%{_libexecdir}/plymouth/plymouth-generate-initrd
379%{_libexecdir}/plymouth/plymouth-populate-initrd
380
381%files utils
382%defattr(-, root, root)
383%{_bindir}/plymouth-log-viewer
384
385%files gdm-hooks
386%defattr(-, root, root)
387%{_datadir}/gdm/autostart/LoginWindow/plymouth-log-viewer.desktop
388
389%files plugin-label
390%defattr(-, root, root)
391%{_libdir}/plymouth/label.so
392
393%files plugin-fade-throbber
394%defattr(-, root, root)
395%{_libdir}/plymouth/fade-throbber.so
396
397%files theme-fade-in
398%defattr(-, root, root)
399%dir %{_datadir}/plymouth/themes/fade-in
400%{_datadir}/plymouth/themes/fade-in/bullet.png
401%{_datadir}/plymouth/themes/fade-in/entry.png
402%{_datadir}/plymouth/themes/fade-in/lock.png
403%{_datadir}/plymouth/themes/fade-in/star.png
404%{_datadir}/plymouth/themes/fade-in/fade-in.plymouth
405
406%files plugin-throbgress
407%defattr(-, root, root)
408%{_libdir}/plymouth/throbgress.so
409
410%files theme-spinfinity
411%defattr(-, root, root)
412%dir %{_datadir}/plymouth/themes/spinfinity
413%{_datadir}/plymouth/themes/spinfinity/box.png
414%{_datadir}/plymouth/themes/spinfinity/bullet.png
415%{_datadir}/plymouth/themes/spinfinity/entry.png
416%{_datadir}/plymouth/themes/spinfinity/lock.png
417%{_datadir}/plymouth/themes/spinfinity/throbber-[0-3][0-9].png
418%{_datadir}/plymouth/themes/spinfinity/spinfinity.plymouth
419
420%files plugin-space-flares
421%defattr(-, root, root)
422%{_libdir}/plymouth/space-flares.so
423
424%files theme-solar
425%defattr(-, root, root)
426%dir %{_datadir}/plymouth/themes/solar
427%{_datadir}/plymouth/themes/solar/*.png
428%{_datadir}/plymouth/themes/solar/solar.plymouth
429
430%files plugin-two-step
431%defattr(-, root, root)
432%{_libdir}/plymouth/two-step.so
433
434%files theme-charge
435%defattr(-, root, root)
436%dir %{_datadir}/plymouth/themes/charge
437%{_datadir}/plymouth/themes/charge/*.png
438%{_datadir}/plymouth/themes/charge/charge.plymouth
439
440%files plugin-script
441%defattr(-, root, root)
442%{_libdir}/plymouth/script.so
443
444%files theme-script
445%defattr(-, root, root)
446%{_datadir}/plymouth/themes/script/*.png
447%{_datadir}/plymouth/themes/script/script.script
448%{_datadir}/plymouth/themes/script/script.plymouth
449
450%files system-theme
451%defattr(-, root, root)
452
453%changelog
454* Mon May 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-3
455- remove configure option
456  - --with-{boot,shutdow}-tty
457
458* Fri May 14 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-2
459- add configure option
460  - --with-boot-tty=tty7
461  - --with-shutdown-tty1
462- Require specific version of initscripts
463- add Obsoletes/Provides bootsplash
464
465* Wed May 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.3-1
466- new upstream release
467
468* Tue May 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.2-1
469- new upstream release
470- update script theme
471- update boot-duration
472
473* Wed Mar 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.0-0.20100305.1
474- update to new snapshot
475
476* Tue Feb 16 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.8.0-0.20100114.1
477- initial build for Vine Linux
478
479* Thu Jan 14 2010 Ray Strode <rstrode@redhat.com> 0.8.0-0.20100114.2
480- Don't link plymouthd against libpng either
481
482* Thu Jan 14 2010 Ray Strode <rstrode@redhat.com> 0.8.0-0.20100114.1
483- Make it possible to do a basic plymouth installations without
484  libpng
485
486* Thu Jan 07 2010 Ray Strode <rstrode@redhat.com> 0.8.0-0.2009129.2
487- Drop nash dep
488
489* Tue Dec 22 2009 Dave Airlie <airlied@redhat.com> 0.8.0-0.2009129.1
490- rebuild for API bump in libdrm
491
492* Wed Dec 09 2009 Ray Strode <rstrode@redhat.com> 0.8.0-0.2009129
493- Update to latest snapshot
494
495* Tue Sep 29 2009 Ray Strode <rstrode@redhat.com> 0.8.0-0.2009.10.05
496- Add new x11-renderer plugin from Charlie Brej for debugging
497
498* Tue Sep 29 2009 Ray Strode <rstrode@redhat.com> 0.8.0-0.2009.29.09
499- Fix escape and ask-for-password
500
501* Mon Sep 28 2009 Ray Strode <rstrode@redhat.com> 0.8.0-0.2009.28.09
502- Add prerelease of 0.8.0 for multihead support
503
504* Fri Sep 11 2009 Ray Strode <rstrode@redhat.com> 0.7.1-7
505- Go back to blue charge background (bug 522460)
506
507* Fri Sep 11 2009 Ray Strode <rstrode@redhat.com> 0.7.1-6
508- Remove duplicate Provides: plymouth(system-theme)
509
510* Thu Sep 10 2009 Ray Strode <rstrode@redhat.com> 0.7.1-5
511- Fix set_verbose error reported by yaneti.
512
513* Wed Sep  9 2009 Ray Strode <rstrode@redhat.com> 0.7.1-4
514- Look for inst() in dracut as well as mkinitrd bash source file
515- Drop plymouth initrd for now.
516
517* Fri Aug 28 2009 Ray Strode <rstrode@redhat.com> 0.7.1-3
518- Create plymouth supplementary initrd in post (bug 515589)
519
520* Tue Aug 25 2009 Ray Strode <rstrode@redhat.com> 0.7.1-2
521- Get plugin path from plymouth instead of trying
522  to guess.  Should fix bug 502667
523
524* Tue Aug 25 2009 Ray Strode <rstrode@redhat.com> 0.7.1-1
525- Update to 0.7.1
526
527* Mon Aug 24 2009 Adam Jackson <ajax@redhat.com> 0.7.0-2
528- Set charge bgcolor to black. (#519052)
529
530* Tue Aug 11 2009 Ray Strode <rstrode@redhat.com> 0.7.0-1
531- Update to 0.7.0
532
533* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.0-0.2010.05.15.1
534- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
535
536* Fri May 15 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.15.1
537- Fix spinfinity theme to point to the right image directory
538  (bug 500994)
539
540* Thu May 14 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.14.1
541- Update to new snapshot that renames plugins to fix upgrades
542  somewhat (bug 499940)
543
544* Fri May 08 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.08.1
545- Add some fixes for shutdown
546
547* Fri May 08 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.06.4
548- Don't slow down progress updating at the end of boot
549
550* Thu May 07 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.06.3
551- Change colors to transition better to gdm
552
553* Wed May 06 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.06.2
554- Make "charge" theme require two-step plugin instead of solar (oops)
555
556* Wed May 06 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.05.06.1
557- Update to "plugin-rework" branch from git
558
559* Wed Apr 08 2009 Jesse Keating <jkeating@redhat.com> - 0.7.0-0.2009.03.10.3
560- Drop the version on system-logos requires for now, causing hell with
561  other -logos providers not having the same version.
562
563* Wed Mar 18 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.10.2
564- Destroy terminal on detach (may help with bug 490965)
565
566* Tue Mar 10 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.10.1
567- Address one more issue with password handling.  It wasn't working
568  well for secondary devices when using the "details" plugin.
569
570* Mon Mar  9 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.09.1
571- Attempt to address some problems with password handling in the
572  0.7.0 snapshots
573
574* Fri Mar  6 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.06.2
575- Fix set default script
576
577* Fri Mar  6 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.06.1
578- more scriptlet changes to move from solar to spinfinity
579
580* Fri Mar  6 2009 Ray Strode <rstrode@redhat.com> 0.7.0-0.2009.03.06
581- Updated to development snapshot
582- Guess progress better on second boot of persistent live images
583- Drop upstream patches
584- swap "solar" and "spinfinity" scriptlet behavior
585
586* Tue Feb 24 2009 Ray Strode <rstrode@redhat.com> 0.6.0-3
587- Add fix-heap-corruptor patch from master.  Problem
588  spotted by Mr. McCann.
589
590* Wed Dec 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-2
591- Add patch from drop-nash branch for jeremy
592
593* Wed Dec  3 2008 Ray Strode <rstrode@redhat.com> 0.6.0-1
594- Update to 0.6.0
595
596* Sat Nov 22 2008 Matthias Clasen <mclasen@redhat.com> 0.6.0-0.2008.11.17.3.1
597- Strip %%name from %%summary
598
599* Mon Nov 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.17.3
600- don't give error about missing default.so
601- rework packaging of boot-duration to prevent .rpmnew droppings
602  (bug 469752)
603
604* Mon Nov 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.17.2
605- Don't tell gdm to transition unless booting into runlevel 3
606  (bug 471785)
607
608* Mon Nov 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.17.1
609- Crawl progress bar if boot is way off course (Charlie, bug 471089)
610
611* Fri Nov 14 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.14.2
612- Don't loop forever when tty returns NUL byte (bug 471498)
613
614* Fri Nov 14 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.14.1
615- Generate solar background dynamically to reduce ondisk size, and
616  look better at various resolutions (Charlie, bug 471227)
617
618* Thu Nov 13 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.12.4
619- Move Obsoletes: plymouth-text-and-details-only to base package
620  so people who had it installed don't end up solar on upgrade
621
622* Wed Nov 12 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.12.3
623- Redo packaging to work better with minimal installs
624  (bug 471314)
625
626* Wed Nov 12 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.12.2
627- Fix plymouth-set-default-plugin to allow external $LIB
628
629* Wed Nov 12 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.12.1
630- Fix star image (Charlie, bug 471113)
631
632* Tue Nov 11 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.11.2
633- Improve solar flares (Charlie)
634- redirect tty again on --show-splash
635- ignore subsequent --hide-splash calls after the first one
636- turn off kernel printks during boot up
637
638* Tue Nov 11 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.11.1
639- Disconnect from tty when init=/bin/bash (bug 471007)
640
641* Mon Nov 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.10.5
642- Force the right arch when calling plymouth-set-default-plugin
643  (bug 470732)
644
645* Mon Nov 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.10.4
646- Drop comet (bug 468705)
647- make boot-duration config(noreplace)
648
649* Mon Nov 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.10.3
650- Don't abort if no splash when root is mounted
651- Actually move patches upstream
652
653* Mon Nov 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.10.1
654- Fix feedback loop with plymouth:debug
655- Move patches upstream
656- Improve comet animation
657
658* Sun Nov  9 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.06.4
659- Fix up more-debug patch to not assert with plymouth:nolog
660  (bug 470569)
661
662* Fri Nov  7 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.06.3
663- add some more debug spew to help debug a problem jlaska is having
664
665* Thu Nov  6 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.06.2
666- show details plugin on --hide-splash so people can see why the splash
667  got hidden.
668
669* Thu Nov  6 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.06.1
670- Don't exit on plymouth --show-splash after sulogin
671- Properly retake console after that --show-splash
672
673* Wed Nov  5 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.11.05.1
674- reset colors on quit --retain-splash
675- fix off by one in damage calculation for label
676
677* Tue Nov  4 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.30.5
678- Add a sample boot-duration for livecds and first time boots
679  (bug 469752)
680
681* Mon Nov  3 2008 Jeremy Katz <katzj@redhat.com> - 0.6.0-0.2008.10.30.4
682- Allow pre-setting the default plugin when calling plymouth-populate-initrd
683
684* Fri Oct 31 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.30.3
685- Add pango minimum version to buildrequires
686
687* Thu Oct 30 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.30.2
688- Update prompt text colors to be legible on new artwork
689
690* Thu Oct 30 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.30.1
691- Drop upstreamed patches
692- Patch from Charlie to update artwork
693- Patch from Charlie to make password screen match animation better
694  (bug 468899)
695
696* Thu Oct 30 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.8
697- Fix escape at password prompt (bug 467533)
698
699* Tue Oct 28 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.7
700- Don't require /bin/plymouth before it's installed (bug 468925)
701
702* Tue Oct 28 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.6
703- Force raw mode for keyboard input with solar and fade-in
704  (bug 468880)
705- make sure windows get closed on exit
706
707* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.5
708- Make "Solar" lock icon the same as the "Spinfinity" one.
709
710* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.4
711- Make plymouth-libs own /usr/lib/plymouth (bug 458071)
712
713* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.3
714- Default to "Solar" instead of "Spinfinity"
715
716* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.2
717- Don't set plymouth default plugin to text in %%post
718
719* Mon Oct 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.27.1
720- Add Charlie patch to dither in lower color modes (bug 468276)
721
722* Sun Oct 26 2008 Jeremy Katz <katzj@redhat.com> - 0.6.0-0.2008.10.24.2
723- More requires changing to avoid loops (#467356)
724
725* Fri Oct 24 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.24.1
726- Add updated progress bar for solar plugin from Charlie
727- Log plymouth:debug output to boot log
728- Ignore sigpipe signals in daemon
729
730* Thu Oct 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.23.2
731- Bump so name of libply to hopefully force plymouth to get installed
732  before kernel (or at least make plymouth-libs and plymouth get installed
733  on the same side of kernel in the transaction).
734
735* Thu Oct 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.23.1
736- Add patch from Charlie to align progress bar to milestones during boot up
737- force tty to be sane on exit (bug 467207)
738
739* Thu Oct 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.21.3
740- add empty files section for text-and-details-only so the subpackage
741  shows up.
742
743* Wed Oct 22 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.21.2
744- add text-and-details-only subpackage so davej can uninstall
745  spinfinity, pango, cairo etc from his router.
746
747* Tue Oct 21 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.21.1
748- Minor event loop changes
749- drop upstream patches
750- Charlie Brej fix for progress bar resetting when escape gets pressed
751
752* Tue Oct 21 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.17.4
753- Don't make plymouth-libs require plymouth (more fun with 467356)
754
755* Mon Oct 20 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.17.3
756- Add initscripts requires (bug 461322)
757
758* Mon Oct 20 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.17.2
759- Put tty1 back in "cooked" mode when going into runlevel 3
760  (bug 467207)
761
762* Fri Oct 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.17.1
763- Clear screen in details plugin when it's done
764- Make plymouth-update-initrd a small wrapper around mkinitrd instead
765  of the broken monstrosity it was before.
766
767* Fri Oct 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.15.3
768- Move plymouth-set-default-plugin, plymouth-update-initrd, and
769  plymouth-populate-initrd to plymouth-scripts subpackage
770  (the last fix didn't actually help with bug 467356)
771
772* Fri Oct 17 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.15.2
773- Move plymouth-set-default-plugin to -libs (might help with bug 467356)
774- Fix up requires, provides and postun scripts
775
776* Wed Oct 15 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.15.1
777- Don't free windows on --hide-splash (fix from Jeremy)
778
779* Tue Oct 14 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.14.1
780- Solar fixes from Charlie Brej
781- Better cpu usage from Charlie
782
783* Fri Oct 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.08.2
784- Add Requires(post): nash (bug 466500)
785
786* Wed Oct 08 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.08.1
787- Rework how "console=" args done again, to hopefully fix
788  bug 460565
789
790* Mon Oct 06 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.10.06.1
791- Add "Solar" plugin from Charles Brej
792- Move things around so computers with separate /usr boot
793  (hopefully this won't break things, but it probably will)
794- Make GDM show up on vt1 for all plugins
795
796* Tue Sep 30 2008 Jeremy Katz <katzj@redhat.com> 0.6.0-0.2008.09.25.2
797- Remove mkinitrd requires to break the dep loop and ensure things
798  get installed in the right order
799
800* Thu Sep 25 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.25.1
801- Add new snapshot to fold in Will Woods progress bar, and
802  move ajax's splash upstream, putting the old text splash
803  in a "pulser" subpackage
804
805* Tue Sep 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.23.1
806- Last snapshot was broken
807
808* Mon Sep 22 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.22.1
809- Update to latest snapshot to get better transition support
810
811* Fri Sep 19 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.15.2
812- Turn on gdm trigger for transition
813
814* Mon Sep 15 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.15.1
815- add quit command with --retain-splash option to client
816
817* Wed Sep 10 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.10.1
818- Fix text rendering for certain machines
819
820* Mon Sep  8 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.05.4
821- More serial console fixes (bug 460565 again)
822
823* Fri Sep  5 2008 Bill Nottingham <notting@redhat.com> 0.6.0-0.2008.09.05.3
824- make the text plugin use the system release info rather than a hardcoded 'Fedora 10'
825
826* Fri Sep  5 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.05.2
827- Try to support multiple serial consoles better
828  (bug 460565)
829
830* Fri Sep  5 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.09.05.1
831- Fix some confusion with password handling in details plugin
832
833* Wed Aug 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.08.27.1
834- Fix another crasher for users with encrypted disks (this time in
835  the text plugin, not the client)
836
837* Wed Aug 27 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.08.27
838- Update to latest snapshot
839- Add the ability to show text prompts in graphical plugin
840- Fix crasher for users with encrypted disks
841
842* Fri Aug 23 2008 Ray Strode <rstrode@redhat.com> 0.6.0-0.2008.08.22
843- Update to latest snapshot
844
845* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-20.2008.08.13
846- Update previous patch to remove some assertions
847
848* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-19.2008.08.13
849- add a patch that may help serial console users
850
851* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-18.2008.08.13
852- add spool directory to file list
853
854* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-17.2008.08.13
855- Make plymouth-gdm-hooks require plymouth-utils
856
857* Wed Aug 13 2008 Ray Strode <rstrode@redhat.com> 0.5.0-16.2008.08.13
858- Add a boot failure viewer to login screen (written by Matthias)
859
860* Tue Aug 12 2008 Adam Jackson <ajax@redhat.com> 0.5.0-15.2008.08.08
861- plymouth-0.5.0-textbar-hotness.patch: Change the text plugin to a slightly
862  more traditional progress bar, to maintain the illusion of progress better
863  than the eternally oscillating cylon. Note: still incomplete.
864
865* Fri Aug  8 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-14.2008.08.08
866- Don't require a modifiable text color map (may fix serial consoles)
867
868* Thu Aug  7 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-13.2008.08.07
869- Update to new snapshot which when combined with a new mkinitrd should
870  make unlocking encrypted root partitions work again
871
872* Wed Aug  6 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-12.2008.08.06
873- Update to new snapshot which fixes some assertion failures in the
874  client code
875
876* Wed Aug  6 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-11.2008.08.01
877- Add Requires(post): plymouth to plugins so they get plymouth-set-default-plugin (bug 458071)
878
879* Tue Aug  5 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-10.2008.08.01
880- Add plymouth dirs to file list (bug 457871)
881
882* Fri Aug  1 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-9.2008.08.01
883- new plymout-populate-initrd features don't work with the set -e at the
884  top of it.
885
886* Thu Jul 31 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-8.2008.08.01
887- Update to another snapshot to actually get new
888  plymouth-populate-initrd features
889
890* Thu Jul 31 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-8.2008.07.31
891- Update to snapshot to get new plymouth-populate-initrd features
892- Make removing rhgb use details plugin instead of exiting
893
894* Thu Jul 31 2008 Peter Jones <pjones@redhat.com> - 0.5.0-7
895- Make it a mkinitrd requires instead of a nash requires (that will
896  still pull in nash, but we need mkinitrd for newer plymouth-populate-initrd)
897
898* Wed Jul 30 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-6
899- Add nash requires
900
901* Wed Jul  9 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-5
902- Use a new heuristic for finding libdir, since the old
903  one falls over on ia64
904
905* Wed Jul  9 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-4
906- add ctrl-r to rotate text color palette back to stock values
907
908* Tue Jul  8 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-3
909- Fix populate script on ppc (bug 454353)
910
911* Tue Jul  1 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-2
912- Pull in spinfinity by default.  This whole "figure out
913  which plugin to use" set of scripts and scriptlets
914  needs work.  We need to separate distro default from
915  user choice.
916
917* Thu Jul  1 2008 Ray Strode <rstrode@redhat.com> - 0.5.0-1
918- Add new client "ask-for-password" command which feeds
919  the user input to a program instead of standard output,
920  and loops when the program returns non-zero exit status.
921
922* Thu Jun 26 2008 Ray Strode <rstrode@redhat.com> - 0.4.5-1
923- Update to version 0.4.5
924- Make text plugin blue and less 80s
925
926* Wed Jun 25 2008 Ray Strode <rstrode@redhat.com> - 0.4.0-4
927- Make "Password: " show up correctly in text plugin
928
929* Wed Jun 25 2008 Ray Strode <rstrode@redhat.com> - 0.4.0-3
930- Require elfutils (bug 452797)
931
932* Sun Jun 22 2008 Ray Strode <rstrode@redhat.com> - 0.4.0-2
933- Make plymouth-set-default-plugin --reset choose the latest
934  installed plugin, not the earliest
935
936* Sun Jun 22 2008 Ray Strode <rstrode@redhat.com> - 0.4.0-1
937- Update to version 0.4.0
938- Only run if rhgb is on kernel command line
939- Make text plugin more animated
940
941* Mon Jun 16 2008 Ray Strode <rstrode@redhat.com> - 0.3.2-2
942- dont go back to text mode on exit
943
944* Mon Jun 16 2008 Ray Strode <rstrode@redhat.com> - 0.3.2-1
945- Update to version 0.3.2
946- show gradient in spinfinity plugin
947- Drop fade out in spinfinity plugin
948- fix throbber placement
949- rename graphical.so to default.so
950
951* Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.1-3
952- scriplet should be preun, not postun
953
954* Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.1-2
955- Fix postun scriptlet
956
957* Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.1-1
958- Update to version 0.3.1
959- Don't ship generated initrd scripts in tarball
960
961* Thu Jun 12 2008 Ray Strode <rstrode@redhat.com> - 0.3.0-1
962- Update to version 0.3.0
963- Better plugin handling
964- Better integration with mkinitrd (pending mkinitrd changes)
965- random bug fixes
966
967* Mon Jun  9 2008 Ray Strode <rstrode@redhat.com> - 0.2.0-1
968- Update to version 0.2.0
969- Integrate more tightly with nash (pending nash changes)
970- ship libs for out of tree splash plugins
971- gradient support
972- random bug fixes
973
974* Fri May 30 2008 Ray Strode <rstrode@redhat.com> - 0.1.0-1
975- Initial import, version 0.1.0
Note: See TracBrowser for help on using the repository browser.