pali pushed to cherokee (el5). "- Latest 1.0.x upstream release (1.0.20) (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 15 21:00:05 UTC 2015


>From 0aeeafe6e7e5279438fab007b5af470be2452fee Mon Sep 17 00:00:00 2001
From: Dennis Gilmore <dennis at ausil.us>
Date: Tue, 8 Feb 2011 02:23:32 -0600
Subject: - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


diff --git a/cherokee.spec b/cherokee.spec
index bdcf300..ec8ae3f 100644
--- a/cherokee.spec
+++ b/cherokee.spec
@@ -12,7 +12,7 @@ ExcludeArch:    ppc
 
 Name:           cherokee
 Version:        1.0.8
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Flexible and Fast Webserver
 
 Group:          Applications/Internet
@@ -179,6 +179,9 @@ fi
 
 
 %changelog
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.8-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
 * Wed Sep  1 2010 Lorenzo Villani <lvillani at binaryhelix.net> - 1.0.8-2
 - Merge changes to cherokee.init from Pavel Lisý (hide cherokee's
   stdout messages)
-- 
cgit v0.10.2


>From 59eea66a880500a0598add3791cfe5097d1bd147 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20Lis=C3=BD?= <pali at fedoraproject.org>
Date: Tue, 22 Feb 2011 10:09:46 +0100
Subject: - Latest 1.0.x upstream release (1.0.20) - Resolves bz 657085 -
 Resolves bz 678237


diff --git a/cherokee.service b/cherokee.service
new file mode 100644
index 0000000..03a0279
--- /dev/null
+++ b/cherokee.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Cherokee web server
+After=syslog.target network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/cherokee -d -C /etc/cherokee/cherokee.conf
+
+[Install]
+WantedBy=multi-user.target
diff --git a/cherokee.spec b/cherokee.spec
index ec8ae3f..4e367da 100644
--- a/cherokee.spec
+++ b/cherokee.spec
@@ -11,8 +11,8 @@ ExcludeArch:    ppc
 %endif
 
 Name:           cherokee
-Version:        1.0.8
-Release:        3%{?dist}
+Version:        1.0.20
+Release:        1%{?dist}
 Summary:        Flexible and Fast Webserver
 
 Group:          Applications/Internet
@@ -22,6 +22,7 @@ Source0:        http://www.cherokee-project.com/download/%{shortversion}/%{versi
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Source1:        %{name}.init
 Source2:        %{name}.logrotate
+Source3:        %{name}.service
 
 # Drop privileges to cherokee:cherokee after startup
 Patch0: 01-drop-privileges.patch
@@ -78,6 +79,8 @@ make install DESTDIR=%{buildroot}
 %{__install} -D -m 0644 %{SOURCE2}   %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
 %{__install} -d %{buildroot}%{_var}/{log,lib}/%{name}/
 %{__install} -d %{buildroot}%{_sysconfdir}/pki/%{name}
+%{__install} -d %{buildroot}%{_sysconfdir}/systemd/system
+%{__install} -D -m 0644 %{SOURCE3}   %{buildroot}%{_sysconfdir}/systemd/system/
 
 %{__sed} -i -e 's#log/%{name}\.access#log/%{name}/access_log#' \
             -e 's#log/%{name}\.error#log/%{name}/error_log#' \
@@ -127,6 +130,7 @@ fi
 %files
 %defattr(-,root,root,-)
 %{_sysconfdir}/init.d/%{name}
+%{_sysconfdir}/systemd/system/%{name}.service
 %dir %{_sysconfdir}/%{name}
 %dir %{_sysconfdir}/pki/%{name}
 %config(noreplace) %{_sysconfdir}/%{name}/cherokee.conf
@@ -136,6 +140,9 @@ fi
 %{_bindir}/cget
 %{_bindir}/cherokee-panic
 %{_bindir}/cherokee-tweak
+%{_bindir}/cherokee-admin-launcher
+%{_bindir}/cherokee-macos-askpass
+%{_bindir}/CTK-run
 # %%{_bindir}/spawn-fcgi
 %{_sbindir}/cherokee
 %{_sbindir}/cherokee-admin
@@ -144,9 +151,9 @@ fi
 %{_libdir}/lib%{name}-*.so.*
 %{_datadir}/locale/*/LC_MESSAGES/cherokee.mo
 %{_datadir}/%{name}
-%dir %{_var}/log/%{name}/
-# Since we drop privileges to cherokee:cherokee, change permissions on these
+## Since we drop privileges to cherokee:cherokee, change permissions on these
 # log files.
+%dir %attr(-,%{name},%{name}) %{_var}/log/%{name}/
 %attr (-,%{name},%{name}) %{_var}/log/%{name}/error_log
 %attr (-,%{name},%{name}) %{_var}/log/%{name}/access_log
 %dir %attr(-,%{name},%{name}) %{_var}/lib/%{name}/
@@ -157,6 +164,7 @@ fi
 %doc %{_mandir}/man1/cherokee-tweak.1*
 %doc %{_mandir}/man1/cherokee-admin.1*
 %doc %{_mandir}/man1/cherokee-worker.1*
+%doc %{_mandir}/man1/cherokee-admin-launcher.1*
 # doc {_mandir}/man1/spawn-fcgi.1*
 %dir %{_var}/www/
 %dir %{_var}/www/%{name}/
@@ -179,6 +187,11 @@ fi
 
 
 %changelog
+* Tue Feb 22 2011 Pavel Lisý <pali at fedoraproject.org> - 1.0.20-1
+- Latest 1.0.x upstream release (1.0.20)
+- Resolves bz 657085
+- Resolves bz 678237
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.8-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-- 
cgit v0.10.2


>From bbbb96d7d8886f8ce84fcbeab5a2343ecab16bce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20Lis=C3=BD?= <pali at fedoraproject.org>
Date: Tue, 22 Feb 2011 12:11:39 +0100
Subject: Initial import (1.0.200).


diff --git a/.gitignore b/.gitignore
index 3ac4955..ae6b5a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 cherokee-1.0.4.tar.gz
 cherokee-1.0.6.tar.gz
 /cherokee-1.0.8.tar.gz
+/cherokee-1.0.20.tar.gz
diff --git a/sources b/sources
index e6a1592..257e8ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-12117a80c2a970173bd32660439c2db0  cherokee-1.0.8.tar.gz
+316afcbb44ef292691cd9e257ee0eeb3  cherokee-1.0.20.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/cherokee.git/commit/?h=el5&id=8e18a19251b240350e4675d7077442158e5f8930


More information about the scm-commits mailing list