commit 5cf6718a1c4949bff0180c8cec89b03e7104c737
Author: Ben Rosser <rosser.bjr(a)gmail.com>
Date: Sat Dec 1 13:45:12 2018 -0500
Update to rfpkg-minimal 0.3.1, fixing bug with some packages not downloading.
.gitignore | 1 +
rfpkg-minimal.spec | 5 ++++-
sources | 3 +--
3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e53f5af..622a469 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/rfpkg-minimal-0.2.1.tar.gz
/rfpkg-minimal-0.2.2.tar.gz
/rfpkg-minimal-0.3.0.tar.gz
+/rfpkg-minimal-0.3.1.tar.gz
diff --git a/rfpkg-minimal.spec b/rfpkg-minimal.spec
index 6f43db4..d145d52 100644
--- a/rfpkg-minimal.spec
+++ b/rfpkg-minimal.spec
@@ -1,5 +1,5 @@
Name: rfpkg-minimal
-Version: 0.3.0
+Version: 0.3.1
Release: 1%{?dist}
Summary: Fork of fedpkg-minimal for RPM Fusion
@@ -40,6 +40,9 @@ install -pm 755 bin/rfpkg-minimal %{buildroot}%{_bindir}/rfpkg-minimal
%license LICENSE
%changelog
+* Fri Nov 16 2018 Ben Rosser <rosser.bjr(a)gmail.com> - 0.3.1-1
+- Fix some packages not downloading due to over-broad 'sed' command.
+
* Thu Nov 08 2018 Ben Rosser <rosser.bjr(a)gmail.com> - 0.3.0-1
- Support arbitrary namespaces by extracting them from git config.
diff --git a/sources b/sources
index 62e0572..9ddc663 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-7b2520291aaaad1629b9cd632093b8c6 rfpkg-minimal-0.2.2.tar.gz
-908b6192c946001664cfb17179139a03 rfpkg-minimal-0.3.0.tar.gz
+3117c81ef3e230cee674049cde8423bd rfpkg-minimal-0.3.1.tar.gz
Show replies by date