source: projects/specs/trunk/u/upstart/upstart-vl.spec @ 2982

Revision 2982, 6.8 KB checked in by daisuke, 13 years ago (diff)

upstart: update to 0.6.7

Line 
1Name:           upstart
2Version:        0.6.7
3Release:        1%{?_dist_release}
4Summary:        An event-driven init system
5Summary(ja):    イベントドリブン型 init システム
6
7Group:          System Environment/Base
8License:        GPLv2 and LGPLv2+
9URL:            http://upstart.ubuntu.com
10Source0:        http://upstart.ubuntu.com/download/0.6/upstart-%{version}.tar.gz
11Source1:        init-system-dbus.conf
12Patch1:         upstart-telinit.patch
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
14Obsoletes: SysVinit < 2.88
15Provides: SysVinit = 2.88
16BuildRequires:  gettext, audit-libs-devel, expat-devel
17BuildRequires:  dbus-devel >= 1.2.16, libnih-devel >= 1.0.1
18Requires:      initscripts >= 8.90.4
19
20%description
21Upstart is an event-based replacement for the /sbin/init daemon which
22handles starting of tasks and services during boot, stopping them
23during shutdown and supervising them while the system is running.
24
25%prep
26%setup -q
27%patch1 -p1 -b .u
28
29%build
30%configure --sbindir=/sbin --libdir=/%{_lib}
31make %{?_smp_mflags}
32
33%install
34rm -rf %{buildroot}
35make install DESTDIR=%{buildroot}
36
37# don't ship default jobs
38rm -f %{buildroot}/%{_sysconfdir}/init/*
39install -m 644 %{SOURCE1} %{buildroot}/%{_sysconfdir}/init/
40
41%find_lang %{name}
42
43%check
44#some tests fail in koji while pass in mock and local build
45#to run make check use "--with check"
46%if %{?_with_check:1}%{!?_with_check:0}
47  make check
48%endif
49
50%clean
51rm -rf %{buildroot}
52
53%files -f %{name}.lang
54%defattr(-,root,root,-)
55%doc AUTHORS
56%doc COPYING
57%doc NEWS
58%doc README
59%doc TODO
60%doc HACKING
61%{_sysconfdir}/init/
62%config(noreplace) %{_sysconfdir}/dbus-1/system.d/Upstart.conf
63/sbin/halt
64/sbin/init
65/sbin/initctl
66/sbin/poweroff
67/sbin/reboot
68/sbin/runlevel
69/sbin/shutdown
70/sbin/start
71/sbin/status
72/sbin/stop
73/sbin/restart
74/sbin/telinit
75/sbin/reload
76%{_mandir}/man5/init.5.gz
77%{_mandir}/man5/inittab.5.gz
78%{_mandir}/man7/control-alt-delete.7.gz
79%{_mandir}/man7/keyboard-request.7.gz
80%{_mandir}/man7/power-status-changed.7.gz
81%{_mandir}/man7/runlevel.7.gz
82%{_mandir}/man7/started.7.gz
83%{_mandir}/man7/starting.7.gz
84%{_mandir}/man7/startup.7.gz
85%{_mandir}/man7/stopped.7.gz
86%{_mandir}/man7/stopping.7.gz
87%{_mandir}/man7/upstart.7.gz
88%{_mandir}/man8/restart.8.gz
89%{_mandir}/man8/halt.8.gz
90%{_mandir}/man8/init.8.gz
91%{_mandir}/man8/initctl.8.gz
92%{_mandir}/man8/poweroff.8.gz
93%{_mandir}/man8/reboot.8.gz
94%{_mandir}/man8/runlevel.8.gz
95%{_mandir}/man8/shutdown.8.gz
96%{_mandir}/man8/start.8.gz
97%{_mandir}/man8/status.8.gz
98%{_mandir}/man8/stop.8.gz
99%{_mandir}/man8/telinit.8.gz
100%{_mandir}/man8/reload.8.gz
101
102%changelog
103* Thu Mar 10 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.7-1
104- new upstream release
105
106* Wed May 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.5-2
107- add R: initscripts >= 8.90.4
108
109* Sun Apr 11 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.5-1
110- initial build for Vine Linux
111
112* Wed Feb 24 2010 Petr Lautrbach <plautrba@redhat.com> 0.6.5-3
113- run "make check" only with --with check
114
115* Fri Feb 19 2010 Casey Dahlin <cdahlin@redhat.com> 0.6.5-2
116- be more specific about which libnih we need.
117
118* Wed Feb 17 2010 Petr Lautrbach <plautrba@redhat.com> 0.6.5-1
119- upgrade to 0.6.5
120
121* Fri Jan 29 2010 Petr Lautrbach <plautrba@redhat.com> 0.6.3-7
122- add SIGUSR1 handler and init-system-dbus.conf (#559660)
123
124* Sun Jan 17 2010 Dennis Gilmore <dennis@ausil.us> - 0.6.3-6
125- add patch from upstream fixing sparc alignment issues
126
127* Mon Jan 11 2010 Petr Lautrbach <plautrba@redhat.com> 0.6.3-5
128- License changed to GPLv2 and LGPLv2+
129
130* Wed Dec 16 2009 Petr Lautrbach <plautrba@redhat.com> 0.6.3-4
131- audit events patch rebased for 0.6 (#470661)
132
133* Thu Dec  3 2009 Bill Nottingham <notting@redhat.com> 0.6.3-3
134- make 'telinit u' a no-op, temporarily
135
136* Fri Nov 27 2009 Petr Lautrbach <plautrba@redhat.com> 0.6.3-2
137- Removed tests which fail in koji
138
139* Fri Nov 20 2009 Casey Dahlin <cdahlin@redhat.com> - 0.6.3-1
140- Upgrade to 0.6.3
141
142* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.3.11-3
143- rebuilt with new audit
144
145* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.11-2
146- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
147
148* Mon Jun 22 2009 Petr Lautrbach <plautrba@redhat.com> - 0.3.11-1
149- Update to 0.3.11
150
151* Mon Apr 27 2009 Bill Nottingham <notting@redhat.com> - 0.3.9-24
152- Apply the audit patch correctly (#470661)
153
154* Fri Apr 3 2009 Casey Dahlin <cdahlin@redhat.com> - 0.3.9-23
155- Add audit events patch from Steve Grubb <sgrubb@redhat.com> (Bug #470661)
156
157* Fri Jan 23 2009 Casey Dahlin <cdahlin@redhat.com> - 0.3.9-22
158- Re-add 'telinit u' support along with patch to fix it (#450488). Patch due to
159  <pspencer@fields.utoronto.ca>
160
161* Mon Jan 12 2009 Bill Nottingham <notting@redhat.com> - 0.3.9-21
162- Remove 'telinit u' support as it is broken (#450488, <cjdahlin@ncsu.edu>)
163
164* Fri Apr 25 2008 Bill Nottingham <notting@redhat.com> - 0.3.9-19
165- with the merge of event-compat-sysv, move the sysvinit obsoletes/provides here
166
167* Thu Apr 24 2008 Bill Nottingham <notting@redhat.com> - 0.3.9-18
168- fix some man page typos (#444008, <archimerged@gmail.com>)
169
170* Wed Apr 09 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-17
171- Added list of stock events to events(5)
172
173* Tue Apr 08 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-16
174- Add telinit u support
175
176* Fri Apr 04 2008 Bill Nottingham <notting@redhat.com> - 0.3.9-15
177- Add a events(5) manpage that describes event syntax
178
179* Thu Apr 03 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-14
180- Change bug report email address to fedora-devel-list@redhat.com
181
182* Thu Mar 14 2008 Bill Nottingham <notting@redhat.com> - 0.3.9-13
183- Ignore rpm temporary files of the foo;<somehex> format
184- Make ignores of .rpm{new,orig,save} match only at the end of the name
185
186* Wed Mar 13 2008 Bill Nottingham <notting@redhat.com> - 0.3.9-12
187- forgot about rpmorig too (ugh)
188
189* Wed Mar 13 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-11
190- Make logd a noreplace
191
192* Wed Mar 13 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-10
193- Add patch to ignore .rpm{new,save} files
194
195* Sun Mar 03 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-9
196- Remove automake dependency, build Makefile.in changes into patch
197
198* Sun Mar 03 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-8
199- Run automake after patching
200
201* Sun Mar 03 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-7
202- Added BuildRequires: automake
203
204* Sun Mar 03 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-6
205- Added patch to allow runtime tty changes
206
207* Fri Feb 15 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-5
208- Added patch to imply --force on runlevels 0 and 6
209
210* Wed Feb 06 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-4
211- Patched for GCC 4.3
212
213* Thu Jan 31 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-3
214- Added AUTHORS, COPYING, etc.
215- Made config --libdir option relative
216
217* Mon Jan 21 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-2
218- Remove libnih and libupstart
219
220* Sun Jan 13 2008 Casey Dahlin <cjdahlin@ncsu.edu> - 0.3.9-1
221- Initial packaging
Note: See TracBrowser for help on using the repository browser.