commit 7b4022220103673ae387184c792040f1ca544e3c
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Aug 23 23:30:43 2019 +0200
Update to 0.4.0
.gitignore | 1 +
rfpkg-minimal.spec | 6 +++++-
sources | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 622a469..7fe0b6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/rfpkg-minimal-0.2.2.tar.gz
/rfpkg-minimal-0.3.0.tar.gz
/rfpkg-minimal-0.3.1.tar.gz
+/rfpkg-minimal-0.4.0.tar.gz
diff --git a/rfpkg-minimal.spec b/rfpkg-minimal.spec
index d145d52..6e18f72 100644
--- a/rfpkg-minimal.spec
+++ b/rfpkg-minimal.spec
@@ -1,5 +1,5 @@
Name: rfpkg-minimal
-Version: 0.3.1
+Version: 0.4.0
Release: 1%{?dist}
Summary: Fork of fedpkg-minimal for RPM Fusion
@@ -15,6 +15,7 @@ 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: fedpkg-minimal > 1.1
Requires: coreutils
Requires: curl
Requires: sed
@@ -40,6 +41,9 @@ install -pm 755 bin/rfpkg-minimal %{buildroot}%{_bindir}/rfpkg-minimal
%license LICENSE
%changelog
+* Fri Aug 23 2019 Nicolas Chauvet <kwizart(a)gmail.com> - 0.4.0-1
+- Update to 0.4.0
+
* 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.
diff --git a/sources b/sources
index 9ddc663..f34a4ba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3117c81ef3e230cee674049cde8423bd rfpkg-minimal-0.3.1.tar.gz
+2c08ec0857f46d67c9673cd9a2232251 rfpkg-minimal-0.4.0.tar.gz
Show replies by date