[mock-rpmfusion-free] Update package requires to mock >= 1.2.19

Sérgio M. Basto sergiomb at rpmfusion.org
Sat Nov 26 20:00:58 CET 2016


commit 23d3bc3d168fc84e72602acbc74099c0c6437926
Author: Sérgio M. Basto <sergio at serjux.com>
Date:   Sat Nov 26 19:00:39 2016 +0000

    Update package requires to mock >= 1.2.19
    
    - Bug fix.
    - Add local repo, useful for epel builds.
    - Use include include statement

 .gitignore               |  1 +
 mock-rpmfusion-free.spec | 10 ++++++++--
 sources                  |  2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e0bb879..d4c5333 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 mock-rpmfusion-free-23.0.tar.bz2
 /mock-rpmfusion-free-24.0.tar.bz2
 /mock-rpmfusion-free-25.0.tar.bz2
+/mock-rpmfusion-free-25.1.tar.bz2
diff --git a/mock-rpmfusion-free.spec b/mock-rpmfusion-free.spec
index dd31f1b..0010662 100644
--- a/mock-rpmfusion-free.spec
+++ b/mock-rpmfusion-free.spec
@@ -1,5 +1,5 @@
 Name:           mock-rpmfusion-free
-Version:        25.0
+Version:        25.1
 Release:        1%{?dist}
 Summary:        Mock config files for the RPM Fusion Free Repository
 
@@ -10,7 +10,7 @@ Source0:        %{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-Requires:       mock
+Requires:       mock >= 1.2.19
 
 %description
 Mock config files for the RPM Fusion Free Repository
@@ -40,6 +40,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Nov 10 2016 Sérgio Basto <sergio at serjux.com> - 25.1-1
+- Update package requires to mock >= 1.2.19
+- Bug fix.
+- Add local repo, useful for epel builds.
+- Use include include statement
+
 * Tue Aug 09 2016 Sérgio Basto <sergio at serjux.com> - 25.0-1
 - Update to 25.0
 
diff --git a/sources b/sources
index f69bae4..a7e456d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf45819659b67e01949ad63e41d57db7  mock-rpmfusion-free-25.0.tar.bz2
+83faeec97c367dccb009af582428ef2c  mock-rpmfusion-free-25.1.tar.bz2


More information about the rpmfusion-commits mailing list