commit f6b031b1cb8234af1cf48f5779641f596adb5131
Author: Ben Rosser <rosser.bjr(a)gmail.com>
Date: Thu Nov 8 18:28:55 2018 -0500
Update to 0.3.0, with support for arbitrary namespaces.
.gitignore | 2 ++
rfpkg-minimal.spec | 10 ++++++++--
sources | 1 +
3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4f48263..e53f5af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
+*.rpm
/rfpkg-minimal-0.1.1.tar.gz
/rfpkg-minimal-0.2.0.tar.gz
/rfpkg-minimal-0.2.1.tar.gz
/rfpkg-minimal-0.2.2.tar.gz
+/rfpkg-minimal-0.3.0.tar.gz
diff --git a/rfpkg-minimal.spec b/rfpkg-minimal.spec
index 61beab5..6f43db4 100644
--- a/rfpkg-minimal.spec
+++ b/rfpkg-minimal.spec
@@ -1,6 +1,6 @@
Name: rfpkg-minimal
-Version: 0.2.2
-Release: 3%{?dist}
+Version: 0.3.0
+Release: 1%{?dist}
Summary: Fork of fedpkg-minimal for RPM Fusion
# Licensing is unclear; LICENSE is the GPLv2 but bin/fedpkg (upstream)
@@ -14,7 +14,10 @@ Source0:
%{url}/archive/%{version}.tar.gz#/rfpkg-minimal-%{version}.tar.g
BuildArch: noarch
# The script needs curl, just like fedpkg-minimal.
+# It also needs coreutils (cut) and sed. Not sure if this must be listed.
+Requires: coreutils
Requires: curl
+Requires: sed
%description
rfpkg-minimal contains a script for use in RPM Fusion's Koji instance
@@ -37,6 +40,9 @@ install -pm 755 bin/rfpkg-minimal %{buildroot}%{_bindir}/rfpkg-minimal
%license LICENSE
%changelog
+* Thu Nov 08 2018 Ben Rosser <rosser.bjr(a)gmail.com> - 0.3.0-1
+- Support arbitrary namespaces by extracting them from git config.
+
* Mon Jul 23 2018 Nicolas Chauvet <kwizart(a)gmail.com> - 0.2.2-3
- Switch to %%{url} macro
diff --git a/sources b/sources
index f6c2761..62e0572 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
7b2520291aaaad1629b9cd632093b8c6 rfpkg-minimal-0.2.2.tar.gz
+908b6192c946001664cfb17179139a03 rfpkg-minimal-0.3.0.tar.gz
Show replies by date