commit 062a86ce51bde9d3960fda1efe61a124d5bb00cc
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Jan 9 04:34:18 2017 +0000
Fix el-round.sh typo
Not include rpmfusion-buildsys-epel-template
This template may will be need when we got back kmod building, we will need
a special repo with new kernels until have something like it, we dont need this
template, buildsys_override repos for each branch is in
rpmfusion-free-epel-template and rpmfusion-nonfree-epel-template, also add
configure: cost=2000 like in other cases of koji configurations.
Print and remove obsoleted .cfg files.
Enable gpgkeys
Switch to metalink over https
Organization: move all .cfg files to etc/mock directory
Organization: Move templates not in use to not_in_use directory
Update *.spec.in files according new locations of files.
Clean trailings whitespaces.
Clean up/modernize spec file, use
/home/sergio/rpmbuild/BUILDROOT/mock-rpmfusion-free-25.2-1.fc24.x86_64 macro
Also run ./round.sh and ./el-round.sh with make
.gitignore | 1 +
mock-rpmfusion-free.spec | 34 +++++++++++++++++++++++-----------
sources | 2 +-
3 files changed, 25 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d4c5333..5d34662 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,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
+/mock-rpmfusion-free-25.2.tar.bz2
diff --git a/mock-rpmfusion-free.spec b/mock-rpmfusion-free.spec
index 0010662..1f7f75c 100644
--- a/mock-rpmfusion-free.spec
+++ b/mock-rpmfusion-free.spec
@@ -1,13 +1,12 @@
Name: mock-rpmfusion-free
-Version: 25.1
+Version: 25.2
Release: 1%{?dist}
Summary: Mock config files for the RPM Fusion Free Repository
Group: Development/Tools
License: BSD
-URL:
http://rpmfusion.org/
-Source0: %{name}-%{version}.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+URL:
https://rpmfusion.org/
+Source0:
https://github.com/rpmfusion-infra/mock-rpmfusion/releases/download/%{ver...
BuildArch: noarch
Requires: mock >= 1.2.19
@@ -25,13 +24,8 @@ Mock config files for the RPM Fusion Free Repository
%install
-rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/mock
-install -pm 0644 *.cfg $RPM_BUILD_ROOT%{_sysconfdir}/mock
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+mkdir -p %{buildroot}%{_sysconfdir}/mock
+install -pm 0644 etc/mock/*_free.cfg %{buildroot}%{_sysconfdir}/mock
%files
@@ -40,6 +34,24 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Jan 05 2017 Sérgio Basto <sergio(a)serjux.com> - 25.2-1
+- Fix el-round.sh typo
+- Not include rpmfusion-buildsys-epel-template
+ This template may will be need when we got back kmod building, we will need
+ a special repo with new kernels until have something like it, we dont need this
+ template, buildsys_override repos for each branch is in
+ rpmfusion-free-epel-template and rpmfusion-nonfree-epel-template, also add
+ configure: cost=2000 like in other cases of koji configurations.
+- Print and remove obsoleted .cfg files.
+- Enable gpgkeys
+- Switch to metalink over https
+- Organization: move all .cfg files to etc/mock directory
+- Organization: Move templates not in use to not_in_use directory
+- Update *.spec.in files according new locations of files.
+- Clean trailings whitespaces.
+- Clean up/modernize spec file, use %{buildroot} macro
+- Also run ./round.sh and ./el-round.sh with make
+
* Thu Nov 10 2016 Sérgio Basto <sergio(a)serjux.com> - 25.1-1
- Update package requires to mock >= 1.2.19
- Bug fix.
diff --git a/sources b/sources
index a7e456d..23f1fee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-83faeec97c367dccb009af582428ef2c mock-rpmfusion-free-25.1.tar.bz2
+846bccc5f5f0c11a747f88574cdf34f2 mock-rpmfusion-free-25.2.tar.bz2