[fedora-easy-karma/el6: 27/28] Copy files from el5 branch

Till Maas till at fedoraproject.org
Mon Aug 15 16:39:49 UTC 2011


commit cc045a3f0116ec81620d839db323e19945b0f463
Author: Till Maas <opensource at till.name>
Date:   Mon Aug 15 18:38:15 2011 +0200

    Copy files from el5 branch

 .gitignore                                |    3 +--
 fedora-easy-karma-0-default-product.patch |   10 +++++-----
 fedora-easy-karma.spec                    |   26 ++++++++++++++++++++++----
 sources                                   |    2 +-
 4 files changed, 29 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1d3c0dc..0b65550 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-fedora-easy-karma-0git1d2e3a85.tar.bz2
-fedora-easy-karma-0gitacf8b834.tar.bz2
+/fedora-easy-karma-0gitf70e9b6d.tar.bz2
diff --git a/fedora-easy-karma-0-default-product.patch b/fedora-easy-karma-0-default-product.patch
index e0013b1..07dcd8a 100644
--- a/fedora-easy-karma-0-default-product.patch
+++ b/fedora-easy-karma-0-default-product.patch
@@ -1,10 +1,10 @@
-diff -up fedora-easy-karma-0git0e80f096/fedora-easy-karma.py.default-product fedora-easy-karma-0git0e80f096/fedora-easy-karma.py
---- fedora-easy-karma-0git0e80f096/fedora-easy-karma.py.default-product	2010-07-02 23:25:41.346257535 +0200
-+++ fedora-easy-karma-0git0e80f096/fedora-easy-karma.py	2010-07-02 23:26:08.923385156 +0200
-@@ -82,7 +82,7 @@ class FedoraEasyKarma(object):
-         parser.add_option("", "--installed-max-days", dest="installed_max_days", help="Only check packages installed within the last XX days, default: %default", metavar="DAYS", default=28, type="int")
+diff -up fedora-easy-karma-0gitd0a4bc7e/fedora-easy-karma.py.default-product fedora-easy-karma-0gitd0a4bc7e/fedora-easy-karma.py
+--- fedora-easy-karma-0gitd0a4bc7e/fedora-easy-karma.py.default-product	2010-08-08 00:24:28.000000000 +0200
++++ fedora-easy-karma-0gitd0a4bc7e/fedora-easy-karma.py	2010-08-08 00:31:15.783233461 +0200
+@@ -83,7 +83,7 @@ class FedoraEasyKarma(object):
          parser.add_option("", "--installed-min-days", dest="installed_min_days", help="Only check packages installed for at least XX days, default: %default", metavar="DAYS", default=0, type="int")
          parser.add_option("", "--list-rpms-only", dest="list_rpms_only", help="Only list affected rpms", action="store_true", default=False)
+         parser.add_option("", "--no-skip-empty-comment", dest="skip_empty_comment", help="Do not skip update if comment is empty", action="store_false", default=True)
 -        parser.add_option("", "--product", dest="product", help="product to query Bodhi for, 'F' for Fedora, 'EL-' for EPEL, default: %default", default="F")
 +        parser.add_option("", "--product", dest="product", help="product to query Bodhi for, 'F' for Fedora, 'EL-' for EPEL, default: %default", default="EL-")
          parser.add_option("", "--releasever", dest="releasever", help="releasever to query Bodhi for, default: releasever from yum", default=None)
diff --git a/fedora-easy-karma.spec b/fedora-easy-karma.spec
index 56d12cd..8bef235 100644
--- a/fedora-easy-karma.spec
+++ b/fedora-easy-karma.spec
@@ -1,18 +1,19 @@
 Name:           fedora-easy-karma
 Version:        0
-Release:        0.6.20100629git0e80f096%{?dist}.1
+Release:        0.10.20101123gitf70e9b6d%{?dist}
 Summary:        Fedora update feedback made easy
 
 Group:          Development/Tools
 License:        GPLv2+
 URL:            https://fedoraproject.org/wiki/Fedora_Easy_Karma
+
 #VCS: git:git://fedorapeople.org/home/fedora/till/public_git/fedora-easy-karma.git
 ## current tarball
 # http://fedorapeople.org/gitweb?p=till/public_git/fedora-easy-karma.git;a=tree
 # Updated using:
 # http://fedorapeople.org/gitweb?p=walters/public_git/fedpkg-make-pull.git;a=summary
 # Commandline: fedpkg-vcs -f pull-retarget
-Source0:        fedora-easy-karma-0git0e80f096.tar.bz2
+Source0:        fedora-easy-karma-0gitf70e9b6d.tar.bz2
 # 2010-07-02: set the default product to EL- on EPEL. This might be autodected
 # some time in the far far aways future. Not suitable for upstreaming.
 Patch0:         fedora-easy-karma-0-default-product.patch
@@ -21,7 +22,7 @@ BuildArch:      noarch
 
 Requires:       python-fedora
 # contains fedora_cert python module
-Requires:       fedora-packager >= 0.4.0
+Requires:       fedora-cert
 # for yum python module
 Requires:       yum
 
@@ -31,7 +32,7 @@ updates that you have currently installed.
 
 
 %prep
-%setup -q -n fedora-easy-karma-0git0e80f096
+%setup -q -n fedora-easy-karma-0gitf70e9b6d
 %patch0 -p1 -b .default-product
 
 
@@ -56,6 +57,23 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Nov 23 2010 Till Maas <opensource at till.name> - 0-0.10.20101123gitf70e9b6d
+- Add accidentally removed distag
+
+* Tue Nov 23 2010 Till Maas <opensource at till.name> - 0-0.9.20101123gitf70e9b6d
+- Update to new snapshot
+- Fix Red Hat Bug #656273
+
+* Mon Nov 22 2010 Till Maas <opensource at till.name> - 0-0.8.20101122git07665f93.1
+- Reduce dependencies: fedora-cert is now a separate package
+
+* Mon Nov 22 2010 Till Maas <opensource at till.name> - 0-0.8.20101122git07665f93
+- Update to new snapshot
+- Fix Red Hat Bug #637349
+
+* Sun Aug 08 2010 Till Maas <opensource at till.name> - 0-0.6.20100808gitd0a4bc7e.2
+- Update to new snapshot
+
 * Fri Jul 02 2010 Till Maas <opensource at till.name> - 0-0.6.20100629git0e80f096.1
 - Set the default product to EL- for EPEL
 
diff --git a/sources b/sources
index e994ab5..7ccb7eb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3dad5f59059744fd47ebb97722384561  fedora-easy-karma-0git0e80f096.tar.bz2
+3eec0261e251fee35b95b13a107a5530  fedora-easy-karma-0gitf70e9b6d.tar.bz2


More information about the scm-commits mailing list