[rpmfusion-free-release/f25] Add f26/f27 release key
by Nicolas Chauvet
commit 4211f5940b3fba5b0fdbf3cc11289748e0e641da
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sun Nov 27 17:03:23 2016 +0100
Add f26/f27 release key
rpmfusion-free-release.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/rpmfusion-free-release.spec b/rpmfusion-free-release.spec
index d0e2d2c..a68c1d3 100644
--- a/rpmfusion-free-release.spec
+++ b/rpmfusion-free-release.spec
@@ -3,7 +3,7 @@
Name: rpmfusion-%{repo}-release
Version: 25
-Release: 1
+Release: 2
Summary: RPM Fusion (%{repo}) Repository Configuration
Group: System Environment/Base
@@ -47,6 +47,8 @@ install -d -m755 \
%{SOURCE23} \
%{SOURCE24} \
%{SOURCE25} \
+ %{SOURCE26} \
+ %{SOURCE27} \
$RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg
# compatibility symlink for easy transition to F11
@@ -74,6 +76,9 @@ ln -s $(basename %{SOURCE27}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-
%config(noreplace) %{_sysconfdir}/yum.repos.d/*
%changelog
+* Sun Nov 27 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 25-2
+- Add missing f26/f27 keys
+
* Fri Nov 18 2016 Nicolas Chauvet <kwizart(a)gmail.com> - 25-1
- Update to final f25
- Clean-up Description
7 years, 12 months
[mock-rpmfusion-nonfree] Update package requires to mock >= 1.2.19
by Sérgio M. Basto
commit a794591d102a3a6acf155b450b9c849dea3cf339
Author: Sérgio M. Basto <sergio(a)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(a)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(a)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
7 years, 12 months