[fedpkg] Use tar.bz2 archive which spec expects instead of tar.gz

pbabinca pbabinca at fedoraproject.org
Fri Jul 4 12:02:35 UTC 2014


commit 5b432fbd91a6a897c5056530da19d35d1af12eed
Author: Pavol Babincak <pbabinca at redhat.com>
Date:   Fri Jul 4 14:02:40 2014 +0200

    Use tar.bz2 archive which spec expects instead of tar.gz

 .gitignore  |    1 +
 fedpkg.spec |    5 ++++-
 sources     |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ffb1fe1..39df60c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /fedpkg-1.15.tar.bz2
 /fedpkg-1.16.tar.bz2
 /fedpkg-1.17.tar.gz
+/fedpkg-1.17.tar.bz2
diff --git a/fedpkg.spec b/fedpkg.spec
index 3763509..1e08527 100644
--- a/fedpkg.spec
+++ b/fedpkg.spec
@@ -3,7 +3,7 @@
 
 Name:           fedpkg
 Version:        1.17
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Fedora utility for working with dist-git
 
 Group:          Applications/System
@@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 04 2014 Pavol Babincak <pbabinca at redhat.com> - 1.17-2
+- Use tar.bz2 archive which spec expects instead of tar.gz
+
 * Fri Jul 04 2014 Pavol Babincak <pbabinca at redhat.com> - 1.17-1
 - Removed spec as fedpkg is now in dist-git (pbabinca)
 - Fix retirement (bochecha)
diff --git a/sources b/sources
index a83f248..03a56d4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-87a45bc48888cb86574ad84a6b223b7c  fedpkg-1.17.tar.gz
+fd39f93945fea84b95b36ad6571a19a3  fedpkg-1.17.tar.bz2


More information about the scm-commits mailing list