status-report-scripts fileBZ,1.1,1.2 nagmail,1.2,1.3

Christian Iseli (c4chris) fedora-extras-commits at redhat.com
Mon Sep 11 08:22:22 UTC 2006


Author: c4chris

Update of /cvs/fedora/status-report-scripts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30454

Modified Files:
	fileBZ nagmail 
Log Message:
Date field should now be RFC compliant.


Index: fileBZ
===================================================================
RCS file: /cvs/fedora/status-report-scripts/fileBZ,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fileBZ	6 Sep 2006 13:38:08 -0000	1.1
+++ fileBZ	11 Sep 2006 08:22:20 -0000	1.2
@@ -48,14 +48,17 @@
     continue
   prev = s
   bugfields = {}
-  bugfields['longdesc'] = ".pyo files should no longer be %ghost'ed"
-  bugfields['short_desc'] = ".pyo files should no longer be %ghost'ed"
+  bugfields['longdesc'] = "Correcting directory ownership of /usr/share/omf"
+  bugfields['short_desc'] = "Correcting directory ownership of /usr/share/omf"
   bugfields['comment'] = """
-The Python packaging rules have been recently changed wrt how .pyo files are
-packaged: they should no longer be %ghost'ed but made part of the package as
-is.  Please see http://www.fedoraproject.org/wiki/Packaging/Python#pyos
+After some discussion on IRC, it was agreed that the scrollkeeper package
+should be the one owning /usr/share/omf.  Since the scrollkeeper package has
+now been fixed to properly own that directory, please un-own it in your
+package.
 
-This package has %ghost'ed .pyo files.  Please update it.
+Please have a look at
+https://www.redhat.com/archives/fedora-extras-list/2006-September/msg00154.html
+for further info/explanations.
 
 Thanks!
 """


Index: nagmail
===================================================================
RCS file: /cvs/fedora/status-report-scripts/nagmail,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nagmail	16 Aug 2006 23:04:34 -0000	1.2
+++ nagmail	11 Sep 2006 08:22:20 -0000	1.3
@@ -1,7 +1,7 @@
 #!/usr/bin/env perl
 # $Id$
-# FIXME : the "Date: $time" field is wrong wrt RFC...
 use strict;
+use POSIX qw(strftime);
 my @A;
 my $cur;
 my $cnt = 3;
@@ -25,7 +25,7 @@
 sub genOne {
   my ($addr, $pkg) = @_;
   my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime;
-  my $time = localtime;
+  my $time = strftime "%a, %e %b %Y %T +0200", localtime;
   my $rhead = sprintf "%4d%02d%02d%02d%02d%02d",
     $year + 1900, $mon + 1, $mday, $hour, $min, $sec;
   my $rnd = sprintf "%08x", int(rand(65536) * 65536);
@@ -56,11 +56,13 @@
 X-Sylpheed-Sign:0
 SCF:#mh/Mailbox/drafts
 X-Sylpheed-End-Special-Headers: 1
-Date: $time +0200
+Date: $time
 From: Christian Iseli <Christian.Iseli\@licr.org>
 To: $addr
-Subject: Packages missing in comps-feX.xml.in
+Subject: Fedora Extras rebuild for FC6 reminder
 Message-ID: <$rhead.$rnd\@ludwig-alpha>
+Reply-To: Discussion related to Fedora Extras
+ <fedora-extras-list\@redhat.com>
 Organization: LICR
 X-Mailer: Sylpheed-Claws 2.4.0 (GTK+ 2.8.20; i386-redhat-linux-gnu)
 Mime-Version: 1.0
@@ -69,13 +71,17 @@
 
 Hi,
 
-You own the following packages which are not listed in comps-fe6.xml.in
-Please have a look at http://fedoraproject.org/wiki/Extras/CompsXml and
-consider adding them
+This is a reminder that all FE packages should be rebuilt for FC-6.
 
-Thanks,
-					Christian (c4chris)
+Please see
+https://www.redhat.com/archives/fedora-extras-list/2006-August/msg00611.html
+and
+http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild
 
+It appears the following packages you maintain still need a rebuild.
+
+Regards,
+					Christian
 ----
 $pkg
 EndOfMessage




More information about the scm-commits mailing list