3 commits - client/debian rel-eng/packages

Miroslav Suchý msuchy at fedoraproject.org
Sun Jun 17 10:24:32 UTC 2012


 client/debian/apt-spacewalk/src/50spacewalk        |   10 ++++++----
 client/debian/apt-spacewalk/src/apt-spacewalk.spec |    6 +++++-
 client/debian/apt-spacewalk/src/packages.py        |    9 +++++++++
 client/debian/apt-spacewalk/src/post_invoke.py     |    8 ++++++++
 client/debian/apt-spacewalk/src/pre_invoke.py      |    8 ++++++++
 client/debian/apt-spacewalk/src/spacewalk          |    8 ++++++++
 rel-eng/packages/apt-spacewalk                     |    2 +-
 7 files changed, 45 insertions(+), 6 deletions(-)

New commits:
commit 1f05cc7c76860f5e41d61036e5c233e7ce8d1f9e
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Sun Jun 17 12:24:16 2012 +0200

    Automatic commit of package [apt-spacewalk] release [1.0.6-1].

diff --git a/client/debian/apt-spacewalk/src/apt-spacewalk.spec b/client/debian/apt-spacewalk/src/apt-spacewalk.spec
index 77a6629..191c5c3 100644
--- a/client/debian/apt-spacewalk/src/apt-spacewalk.spec
+++ b/client/debian/apt-spacewalk/src/apt-spacewalk.spec
@@ -3,7 +3,7 @@
 
 Name: apt-spacewalk
 Summary: Spacewalk plugin for Advanced Packaging tool.
-Version: 1.0.5
+Version: 1.0.6
 Release: 1%{?dist}
 License: GPLv2
 Source0: https://example.com/%{name}-%{version}.tar.gz
@@ -19,6 +19,10 @@ to acquire content from Spacewalk server
 %files
 
 %changelog
+* Sun Jun 17 2012 Miroslav Suchý <msuchy at redhat.com> 1.0.6-1
+- add copyright information to header of .py files
+- ListRefresh is in APT:Update namespace
+
 * Sun Jun 17 2012 Miroslav Suchý 1.0.5-1
 - add LICENSE file for apt-spacewalk tar.gz
 - %%defattr is not needed since rpm 4.4
diff --git a/rel-eng/packages/apt-spacewalk b/rel-eng/packages/apt-spacewalk
index 104c1fa..820f5f8 100644
--- a/rel-eng/packages/apt-spacewalk
+++ b/rel-eng/packages/apt-spacewalk
@@ -1 +1 @@
-1.0.5-1 client/debian/apt-spacewalk/src/
+1.0.6-1 client/debian/apt-spacewalk/src/


commit 77d82e9be387ddb3abddb250693e0e04848840a1
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Sun Jun 17 12:23:37 2012 +0200

    add copyright information to header of .py files

diff --git a/client/debian/apt-spacewalk/src/packages.py b/client/debian/apt-spacewalk/src/packages.py
index 9659383..aec0727 100644
--- a/client/debian/apt-spacewalk/src/packages.py
+++ b/client/debian/apt-spacewalk/src/packages.py
@@ -3,10 +3,19 @@
 #
 # Author: Simon Lukasik
 #         Lukas Durfina
+# License: GPLv2
 #
 # TODO:   Be strict on architectures and package versions
 #         Staging content
 #
+# Copyright (c) 2012 Red Hat, Inc.
+#
+# This software is licensed to you under the GNU General Public License,
+# version 2 (GPLv2). There is NO WARRANTY for this software, express or
+# implied, including the implied warranties of MERCHANTABILITY or FITNESS
+# FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv2
+# along with this software; if not, see
+# http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
 
 import os
 import sys
diff --git a/client/debian/apt-spacewalk/src/post_invoke.py b/client/debian/apt-spacewalk/src/post_invoke.py
index 9b9b69d..48cceec 100755
--- a/client/debian/apt-spacewalk/src/post_invoke.py
+++ b/client/debian/apt-spacewalk/src/post_invoke.py
@@ -6,7 +6,15 @@
 # Date:    2011-03-14
 # License: GPLv2
 #
+# Copyright (c) 1999--2012 Red Hat, Inc.
 #
+# This software is licensed to you under the GNU General Public License,
+# version 2 (GPLv2). There is NO WARRANTY for this software, express or
+# implied, including the implied warranties of MERCHANTABILITY or FITNESS
+# FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv2
+# along with this software; if not, see
+# http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
+
 
 import sys
 
diff --git a/client/debian/apt-spacewalk/src/pre_invoke.py b/client/debian/apt-spacewalk/src/pre_invoke.py
index 738cc53..a84244b 100755
--- a/client/debian/apt-spacewalk/src/pre_invoke.py
+++ b/client/debian/apt-spacewalk/src/pre_invoke.py
@@ -6,7 +6,15 @@
 # Date:    2011-03-14
 # License: GPLv2
 #
+# Copyright (c) 1999--2012 Red Hat, Inc.
 #
+# This software is licensed to you under the GNU General Public License,
+# version 2 (GPLv2). There is NO WARRANTY for this software, express or
+# implied, including the implied warranties of MERCHANTABILITY or FITNESS
+# FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv2
+# along with this software; if not, see
+# http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
+
 
 import sys
 import os
diff --git a/client/debian/apt-spacewalk/src/spacewalk b/client/debian/apt-spacewalk/src/spacewalk
index 02c0d97..86df2a2 100755
--- a/client/debian/apt-spacewalk/src/spacewalk
+++ b/client/debian/apt-spacewalk/src/spacewalk
@@ -6,7 +6,15 @@
 # Date:    2011-01-01
 # License: GPLv2
 #
+# Copyright (c) 1999--2012 Red Hat, Inc.
 #
+# This software is licensed to you under the GNU General Public License,
+# version 2 (GPLv2). There is NO WARRANTY for this software, express or
+# implied, including the implied warranties of MERCHANTABILITY or FITNESS
+# FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv2
+# along with this software; if not, see
+# http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
+
 
 import sys
 import re


commit cd1a73d65b417966909d37b202943ce6c58146fc
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Sun Jun 17 12:19:17 2012 +0200

    ListRefresh is in APT:Update namespace

diff --git a/client/debian/apt-spacewalk/src/50spacewalk b/client/debian/apt-spacewalk/src/50spacewalk
index dc4f918..2c3264c 100644
--- a/client/debian/apt-spacewalk/src/50spacewalk
+++ b/client/debian/apt-spacewalk/src/50spacewalk
@@ -3,10 +3,12 @@
 #
 
 APT {
-    List-Refresh "true";
-    Update::Pre-Invoke {
-        "/usr/lib/apt-spacewalk/pre_invoke.py";
-    };
+  Update {
+        List-Refresh "true";
+        Pre-Invoke {
+            "/usr/lib/apt-spacewalk/pre_invoke.py";
+        }
+  }
 };
 DPkg::Post-Invoke {
     "/usr/lib/apt-spacewalk/post_invoke.py";




More information about the spacewalk-commits mailing list