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

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


commit a794591d102a3a6acf155b450b9c849dea3cf339
Author: Sérgio M. Basto <sergio at serjux.com>
Date:   Sat Nov 26 19:12:58 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-nonfree.spec | 10 ++++++++--
 sources                     |  2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3bb873e..25daf23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 mock-rpmfusion-nonfree-23.0.tar.bz2
 /mock-rpmfusion-nonfree-24.0.tar.bz2
 /mock-rpmfusion-nonfree-25.0.tar.bz2
+/mock-rpmfusion-nonfree-25.1.tar.bz2
diff --git a/mock-rpmfusion-nonfree.spec b/mock-rpmfusion-nonfree.spec
index 9f29a31..853ccd1 100644
--- a/mock-rpmfusion-nonfree.spec
+++ b/mock-rpmfusion-nonfree.spec
@@ -1,5 +1,5 @@
 Name:           mock-rpmfusion-nonfree
-Version:        25.0
+Version:        25.1
 Release:        1%{?dist}
 Summary:        Mock config files for the RPM Fusion NonFree 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 NonFree 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 7734b1e..e9bfa8b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d5bef0209806004dc1737fdeecda7078  mock-rpmfusion-nonfree-25.0.tar.bz2
+816cc709cc973c0fe2034519fe932341  mock-rpmfusion-nonfree-25.1.tar.bz2


More information about the rpmfusion-commits mailing list