Logoj0ke.net Open Build Service > Projects > internetx:projects:http > stud > Changes
Sign Up | Log In

Changes of Revision 2

[-] Changed stud.spec
x
 
1
@@ -14,17 +14,13 @@
2
 License:   BSD
3
 URL:       https://github.com/bumptech/stud
4
 Source0:   bumptech-%{name}-%{version}-51-g%{stud_githash}.tar.gz
5
-Source1:   %{name}.service
6
+Source1:   init.%{name}
7
 Source2:   %{name}.cfg
8
 Patch0:        stud-0.3-fix-libev-include-path.patch
9
 
10
 BuildRequires: libev-devel
11
 BuildRequires: openssl-devel
12
-BuildRequires: systemd-units
13
 
14
-Requires(post): systemd-units
15
-Requires(preun): systemd-units
16
-Requires(postun): systemd-units
17
 
18
 
19
 %description
20
@@ -63,16 +59,13 @@
21
 
22
 
23
 %post
24
-%systemd_post stud.service
25
-
26
+chkconfig stud off
27
 
28
 %preun
29
-%systemd_preun stud.service
30
 
31
 
32
 %postun
33
-%systemd_postun_with_restart stud.service
34
-
35
+service stud restart
36
 
37
 %files
38
 %defattr(-,root,root,-)
39
@@ -87,6 +80,9 @@
40
 
41
 
42
 %changelog
43
+* Sun Apr 27 2013 Juergen Gotteswinter <jg@internetx.de> - 0.3-4.20120814git
44
+- rebuild 
45
+
46
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3-4.20120814git
47
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
48
 
49
[+] Added init.stud ^