Hello community,

here is the log from the commit of package apache2 for openSUSE:Factory checked 
in at 2015-05-06 11:18:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2 (Old)
 and      /work/SRC/openSUSE:Factory/.apache2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2/apache2.changes  2015-04-12 
00:09:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.apache2.new/apache2.changes     2015-05-06 
11:18:11.000000000 +0200
@@ -1,0 +2,13 @@
+Tue May  5 12:36:10 UTC 2015 - kstreit...@suse.com
+
+- simplify apache2.logrotate, use sharedscripts [bnc#713581]
+
+-------------------------------------------------------------------
+Tue May  5 12:17:21 UTC 2015 - kstreit...@suse.com
+
+- remove curly brackets around format sequence "%y" in 
+  `stat --format="%{y}" %{SOURCE1}` that caused an incorrect
+  evaluation. Add escaping to proper spec-cleaner processing in
+  the future
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ apache2.spec ++++++
--- /var/tmp/diff_new_pack.OcY8Ee/_old  2015-05-06 11:18:13.000000000 +0200
+++ /var/tmp/diff_new_pack.OcY8Ee/_new  2015-05-06 11:18:13.000000000 +0200
@@ -324,7 +324,7 @@
 sed 's,(" PLATFORM "),(%{platform_string}),' server/core.c > tmp_file && mv 
tmp_file server/core.c
 sed 's/public_html/%{userdir}/g' docs/conf/extra/httpd-userdir.conf.in > 
tmp_file && mv tmp_file docs/conf/extra/httpd-userdir.conf.in
 # Use mtime of .changes for build time
-CHANGES=`stat --format="%{y}" %{SOURCE1}`
+CHANGES=`stat --format="%%y" %{SOURCE1}`
 sed -i -e "s/__DATE__ \" \" __TIME__;/\"$CHANGES\";/" server/buildmark.c
 #
 # now configure Apache


++++++ apache2.logrotate ++++++
--- /var/tmp/diff_new_pack.OcY8Ee/_old  2015-05-06 11:18:13.000000000 +0200
+++ /var/tmp/diff_new_pack.OcY8Ee/_new  2015-05-06 11:18:13.000000000 +0200
@@ -1,4 +1,4 @@
-/var/log/apache2/access_log {
+/var/log/apache2/access_log /var/log/apache2/ssl_request_log {
     compress
     dateext
     maxage 365
@@ -7,12 +7,14 @@
     notifempty
     missingok
     create 644 root root
+    sharedscripts    
     postrotate
-    systemctl reload apache2.service
+     systemctl reload apache2.service
+     sleep 60
     endscript
 }
 
-/var/log/apache2/error_log {
+/var/log/apache2/error_log /var/log/apache2/suexec.log 
/var/log/apache2/ssl_engine_log /var/log/apache2/deflate.log {
     compress
     dateext
     maxage 365
@@ -21,49 +23,9 @@
     notifempty
     missingok
     create 644 root root
+    sharedscripts
     postrotate
-    systemctl reload apache2.service
-    endscript
-}
-
-/var/log/apache2/suexec.log {
-    compress
-    dateext
-    maxage 365
-    rotate 99
-    size=+1024k
-    notifempty
-    missingok
-    create 644 root root
-    postrotate
-    systemctl reload apache2.service
-    endscript
-}
-
-/var/log/apache2/ssl_request_log {
-    compress
-    dateext
-    maxage 365
-    rotate 99
-    size=+4096k
-    notifempty
-    missingok
-    create 644 root root
-    postrotate
-    systemctl reload apache2.service
-    endscript
-}
-
-/var/log/apache2/ssl_engine_log {
-    compress
-    dateext
-    maxage 365
-    rotate 99
-    size=+1024k
-    notifempty
-    missingok
-    create 644 root root
-    postrotate
-    systemctl reload apache2.service
+     systemctl reload apache2.service
+     sleep 60
     endscript
 }




Reply via email to