leamas pushed to fedora-review (f21). "Revert "Updating to 0.6.0" - don't push dnf to f21. (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed May 20 20:24:17 UTC 2015


From 2230ff42fba067b57ceff7d9f3a9d29227caf812 Mon Sep 17 00:00:00 2001
From: Alec Leamas <leamas.alec at gmail.com>
Date: Wed, 20 May 2015 22:22:26 +0200
Subject: Revert "Updating to 0.6.0" - don't push dnf to f21.

This reverts commit b270e781a8a1b0a12e333c1684f91b3243f1b2e0.

diff --git a/.gitignore b/.gitignore
index 8c79f5b..2f974a5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,4 +12,3 @@
 /fedora-review-0.5.1.tar.gz
 /fedora-review-0.5.2.tar.gz
 /fedora-review-0.5.3.tar.gz
-/fedora-review-0.6.0.tar.gz
diff --git a/fedora-review.spec b/fedora-review.spec
index 4079e8b..2951f8b 100644
--- a/fedora-review.spec
+++ b/fedora-review.spec
@@ -6,21 +6,19 @@
 %bcond_with tests
 
 # See notes in make_release which patches this.
-#global     git_tag  .afb5485
+#global     git_tag  .fa1afe1
 
-# Support jenkins build number if available.
-%global     build_nr %(echo "${BUILD_NUMBER:+.}${BUILD_NUMBER:-%%{nil\\}}")
 
-Name:       fedora-review
-Version:    0.6.0
-Release:    1%{?build_nr}%{?git_tag}%{?dist}
-Summary:    Review tool for fedora rpm packages
+Name:           fedora-review
+Version:        0.5.3
+Release:        1%{?git_tag}%{?dist}
+Summary:        Review tool for fedora rpm packages
 
-License:    GPLv2+
-URL:        https://fedorahosted.org/FedoraReview/
-Source0:    https://fedorahosted.org/released/FedoraReview/%{name}-%{version}%{?git_tag}.tar.gz
+License:        GPLv2+
+URL:            https://fedorahosted.org/FedoraReview/
+Source0:        https://fedorahosted.org/released/FedoraReview/%{name}-%{version}%{?git_tag}.tar.gz
 
-BuildArch:  noarch
+BuildArch:      noarch
 
 BuildRequires:  python-argparse
 BuildRequires:  python-BeautifulSoup
@@ -32,23 +30,18 @@ BuildRequires:  python-unittest2
 BuildRequires:  python2-devel
 BuildRequires:  rpm-python
 
-Requires:       packagedb-cli
 Requires:       fedora-packager
+Requires:       packagedb-cli
 Requires:       python-argparse
 Requires:       python-BeautifulSoup
 Requires:       python-bugzilla
 Requires:       python-kitchen
 Requires:       python-straight-plugin
-Requires:       packagedb-cli
 Requires:       rpm-python
 # licensecheck used to be in rpmdevtools, moved to devscripts later
 # this is compatible with both situations without ifdefs
 Requires:       %{_bindir}/licensecheck
-%if 0%{?fedora} > 21
-Requires:       dnf-plugins-core
-%else
 Requires:       yum-utils
-%endif
 
 # Let's be consistent with the name used on fedorahosted
 provides:       FedoraReview = %{version}-%{release}
@@ -56,7 +49,6 @@ provides:       FedoraReview = %{version}-%{release}
 Provides:       %{name}-php-phpci = %{version}-%{release}
 Obsoletes:      %{name}-php-phpci < %{version}-%{release}
 
-
 %description
 This tool automates much of the dirty work when reviewing a package
 for the Fedora Package Collection like:
@@ -78,7 +70,6 @@ in a simple way in bash.
 %package tests
 Summary: Test and test data files for fedora-review
 Requires: %{name} = %{version}-%{release}
-Requires: python-nose
 
 %description tests
 Tests are packaged separately due to space concerns.
@@ -87,7 +78,6 @@ Tests are packaged separately due to space concerns.
 %prep
 %setup -q
 
-
 %build
 %{__python} setup.py --quiet build
 
@@ -134,9 +124,6 @@ python -m unittest discover -f
 
 
 %changelog
-* Wed May 20 2015 Alec Leamas <leamas.alec at gmail.com> - 0.6.0-1.afb5485
-- Update to 0.6.0
-
 * Mon May 04 2015 Pierre-Yves Chibon <pingou at pingoured.fr> - 0.5.3-1
 - Update to 0.5.3
 
diff --git a/sources b/sources
index 3e2b642..c08bc90 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9af70756cd3c4e6ba0db024d4eb66713  fedora-review-0.6.0.tar.gz
+ba91d24193eaf7ebade4d561bd8f88f8  fedora-review-0.5.3.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/fedora-review.git/commit/?h=f21&id=2230ff42fba067b57ceff7d9f3a9d29227caf812


More information about the scm-commits mailing list