[mock-rpmfusion-nonfree] Allow --enablerepo=rpmfusion-{non,}free-override to work out of the box
by Sérgio M. Basto
commit 63f0773f5046268ffbd2ac1d06c56fbf33256cec
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Dec 26 04:54:14 2019 +0000
Allow --enablerepo=rpmfusion-{non,}free-override to work out of the box
.gitignore | 1 +
mock-rpmfusion-nonfree.spec | 11 ++++++-----
sources | 2 +-
3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0c9610a..6ba0343 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ mock-rpmfusion-nonfree-23.0.tar.bz2
/mock-rpmfusion-nonfree-30.2.tar.bz2
/mock-rpmfusion-nonfree-31.0.tar.bz2
/mock-rpmfusion-nonfree-31.1.tar.bz2
+/mock-rpmfusion-nonfree-31.2.tar.bz2
diff --git a/mock-rpmfusion-nonfree.spec b/mock-rpmfusion-nonfree.spec
index cd486e7..91d2853 100644
--- a/mock-rpmfusion-nonfree.spec
+++ b/mock-rpmfusion-nonfree.spec
@@ -1,15 +1,14 @@
Name: mock-rpmfusion-nonfree
-Version: 31.1
+Version: 31.2
Release: 1%{?dist}
Summary: Mock config files for the RPM Fusion NonFree Repository
-Group: Development/Tools
License: BSD
URL: https://rpmfusion.org/
Source0: https://github.com/rpmfusion-infra/mock-rpmfusion/releases/download/%{ver...
BuildArch: noarch
-Requires: mock-rpmfusion-free >= 31.1
+Requires: mock-rpmfusion-free >= 31.2
%description
Mock config files for the RPM Fusion NonFree Repository
@@ -29,12 +28,14 @@ install -pm 0644 etc/mock/*_nonfree.cfg %{buildroot}%{_sysconfdir}/mock
%files
-%defattr(-,root,root,-)
%config(noreplace) %{_sysconfdir}/mock/*_nonfree.cfg
%changelog
-* Tue Sep 24 2019 Sérgio Basto <sergio(a)serjux.com> - 31.0-2
+* Thu Dec 26 2019 Sérgio Basto <sergio(a)serjux.com> - 31.2-1
+- Allow --enablerepo=rpmfusion-{non,}free-override to work out of the box
+
+* Tue Sep 24 2019 Sérgio Basto <sergio(a)serjux.com> - 31.1-1
- And Centos 8
* Mon Aug 26 2019 Sérgio Basto <sergio(a)serjux.com> - 31.0-1
diff --git a/sources b/sources
index b66e419..f933c42 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mock-rpmfusion-nonfree-31.1.tar.bz2) = 581ee7294f5dd425af0a169e41aa50856f5faa92cef4cc4698c5f9ffa8d752decd22368c0719e75c29ec8ae93c7237a00bbbca4bdb6db6a69f71d24cab448e58
+SHA512 (mock-rpmfusion-nonfree-31.2.tar.bz2) = e948534c886dee9e4a782bc9a5395a4846e77e2a1e32dda060a70be8082c898f3cf2cf4af1400b415dc834ae4cc14685b0054a0ec171959e9072daaa62628b25
4 years, 11 months
[mock-rpmfusion-free] Allow --enablerepo=rpmfusion-{non,}free-override to work out of the box
by Sérgio M. Basto
commit 3016feb45c3ea982323bcd7994597503c290b1e0
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Dec 26 04:51:42 2019 +0000
Allow --enablerepo=rpmfusion-{non,}free-override to work out of the box
.gitignore | 2 ++
mock-rpmfusion-free.spec | 16 +++++++++-------
sources | 3 ++-
3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5e6cc8f..ef66350 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,5 @@ mock-rpmfusion-free-23.0.tar.bz2
/mock-rpmfusion-free-30.2.tar.bz2
/mock-rpmfusion-free-31.0.tar.bz2
/mock-rpmfusion-free-31.1.tar.bz2
+/mock-rpmfusion-free-31.2.tar.bz2
+/rpmfusion-server-ca.cert
diff --git a/mock-rpmfusion-free.spec b/mock-rpmfusion-free.spec
index e589cc7..cfa9a19 100644
--- a/mock-rpmfusion-free.spec
+++ b/mock-rpmfusion-free.spec
@@ -1,12 +1,12 @@
Name: mock-rpmfusion-free
-Version: 31.1
-Release: 2%{?dist}
+Version: 31.2
+Release: 1%{?dist}
Summary: Mock config files for the RPM Fusion Free Repository
-Group: Development/Tools
License: BSD
URL: https://rpmfusion.org/
Source0: https://github.com/rpmfusion-infra/mock-rpmfusion/releases/download/%{ver...
+Source1: https://admin.rpmfusion.org/accounts/rpmfusion-server-ca.cert
BuildArch: noarch
Requires: mock-core-configs >= 31.4
@@ -26,18 +26,20 @@ Mock config files for the RPM Fusion Free Repository
%install
mkdir -p %{buildroot}%{_sysconfdir}/mock
install -pm 0644 etc/mock/*_free.cfg %{buildroot}%{_sysconfdir}/mock
+mkdir -p %{buildroot}%{_sysconfdir}/pki/mock/
+install -pm 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pki/mock/rpmfusion-server-ca.cert
%files
-%defattr(-,root,root,-)
%config(noreplace) %{_sysconfdir}/mock/*_free.cfg
+%{_sysconfdir}/pki/mock/rpmfusion-server-ca.cert
%changelog
-* Tue Sep 24 2019 Sérgio Basto <sergio(a)serjux.com> - 31.1-2
-- Requires mock-core-configs >= 31.4
+* Thu Dec 26 2019 Sérgio Basto <sergio(a)serjux.com> - 31.2-1
+- Allow --enablerepo=rpmfusion-{non,}free-override to work out of the box
-* Tue Sep 24 2019 Sérgio Basto <sergio(a)serjux.com> - 31.0-2
+* Tue Sep 24 2019 Sérgio Basto <sergio(a)serjux.com> - 31.1-1
- And Centos 8
* Mon Aug 26 2019 Sérgio Basto <sergio(a)serjux.com> - 31.0-1
diff --git a/sources b/sources
index 7a8e458..5c8f794 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-SHA512 (mock-rpmfusion-free-31.1.tar.bz2) = a2aa100d73475f6089a693850419a61d6f26aae3ce1c3c137b0ce1511d8c281a1dcb02a65644fcd07351cb299abba3d6e2d432f0342e8a435a7b12c6c8ddaf4f
+SHA512 (mock-rpmfusion-free-31.2.tar.bz2) = 147e78e59f9eb2625cf4df03e7dbb7fec013b970b87baa471023130027c26bb921f27d744b1b49b58b007005a8ace3a26b7ba9ed8ee678b5a6846d245254a67e
+SHA512 (rpmfusion-server-ca.cert) = 158c3b250bf7e213d915f7d4d55dbb1d4f6fa586d95a18a00135253b5b5997d51bdaa95466b963eb17b65cd113e061223dc831ff41990c430cb32797a8680924
4 years, 11 months
[lpf-mscore-fonts] Convert Licen.TXT file to UTF-8 encoding and Unix (CR) line-endings.
by Sérgio M. Basto
commit 22b8087aa1e85ea7d623b34ddcb7cdba27350c19
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Dec 26 03:01:58 2019 +0000
Convert Licen.TXT file to UTF-8 encoding and Unix (CR) line-endings.
Licen.TXT | 48 ++++++++++++++++++++++++------------------------
lpf-mscore-fonts.spec | 5 ++++-
2 files changed, 28 insertions(+), 25 deletions(-)
---
diff --git a/Licen.TXT b/Licen.TXT
index 35ba6ce..03a40ba 100644
--- a/Licen.TXT
+++ b/Licen.TXT
@@ -1,24 +1,24 @@
-Microsoft TrueType Fonts
-END-USER LICENSE AGREEMENT FOR MICROSOFT SOFTWARE
----------------------------------------------------
-
-IMPORTANT - READ CAREFULLY: This Microsoft End-User License Agreement ("EULA") is a legal agreement between you (either an individual or a single entity) and Microsoft Corporation for the Microsoft software accompanying this EULA, which includes computer software and may include associated media, printed materials, and "on-line" or electronic documentation ("SOFTWARE PRODUCT" or "SOFTWARE"). By exercising your rights to make and use copies of the SOFTWARE PRODUCT, you agree to be bound by the terms of this EULA. If you do not agree to the terms of this EULA, you may not use the SOFTWARE PRODUCT.
-SOFTWARE PRODUCT LICENSE
-The SOFTWARE PRODUCT is protected by copyright laws and international copyright treaties, as well as other intellectual property laws and treaties. The SOFTWARE PRODUCT is licensed, not sold.
-1. GRANT OF LICENSE. This EULA grants you the following rights:
-� Installation and Use. You may install and use an unlimited number of copies of the SOFTWARE PRODUCT.
-� Reproduction and Distribution. You may reproduce and distribute an unlimited number of copies of the SOFTWARE PRODUCT; provided that each copy shall be a true and complete copy, including all copyright and trademark notices, and shall be accompanied by a copy of this EULA. Copies of the SOFTWARE PRODUCT may not be distributed for profit either on a standalone basis or included as part of your own product.
-2. DESCRIPTION OF OTHER RIGHTS AND LIMITATIONS.
-� Limitations on Reverse Engineering, Decompilation, and Disassembly. You may not reverse engineer, decompile, or disassemble the SOFTWARE PRODUCT, except and only to the extent that such activity is expressly permitted by applicable law notwithstanding this limitation.
-� Restrictions on Alteration. You may not rename, edit or create any derivative works from the SOFTWARE PRODUCT, other than subsetting when embedding them in documents.
-� Software Transfer. You may permanently transfer all of your rights under this EULA, provided the recipient agrees to the terms of this EULA.
-� Termination. Without prejudice to any other rights, Microsoft may terminate this EULA if you fail to comply with the terms and conditions of this EULA. In such event, you must destroy all copies of the SOFTWARE PRODUCT and all of its component parts.
-3. COPYRIGHT. All title and copyrights in and to the SOFTWARE PRODUCT (including but not limited to any images, text, and "applets" incorporated into the SOFTWARE PRODUCT), the accompanying printed materials, and any copies of the SOFTWARE PRODUCT are owned by Microsoft or its suppliers. The SOFTWARE PRODUCT is protected by copyright laws and international treaty provisions. Therefore, you must treat the SOFTWARE PRODUCT like any other copyrighted material.
-4. U.S. GOVERNMENT RESTRICTED RIGHTS. The SOFTWARE PRODUCT and documentation are provided with RESTRICTED RIGHTS. Use, duplication, or disclosure by the Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 or subparagraphs (c)(1) and (2) of the Commercial Computer Software-Restricted Rights at 48 CFR 52.227-19, as applicable. Manufacturer is Microsoft Corporation/One Microsoft Way/Redmond, WA 98052-6399.
-LIMITED WARRANTY
-NO WARRANTIES. Microsoft expressly disclaims any warranty for the SOFTWARE PRODUCT. The SOFTWARE PRODUCT and any related documentation is provided "as is" without warranty of any kind, either express or implied, including, without limitation, the implied warranties or merchantability, fitness for a particular purpose, or noninfringement. The entire risk arising out of use or performance of the SOFTWARE PRODUCT remains with you.
-NO LIABILITY FOR CONSEQUENTIAL DAMAGES. In no event shall Microsoft or its suppliers be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or any other pecuniary loss) arising out of the use of or inability to use this Microsoft product, even if Microsoft has been advised of the possibility of such damages. Because some states/jurisdictions do not allow the exclusion or limitation of liability for consequential or incidental damages, the above limitation may not apply to you.
-MISCELLANEOUS
-If you acquired this product in the United States, this EULA is governed by the laws of the State of Washington.
-If this product was acquired outside the United States, then local laws may apply.
-Should you have any questions concerning this EULA, or if you desire to contact Microsoft for any reason, please contact the Microsoft subsidiary serving your country, or write: Microsoft Sales Information Center/One Microsoft Way/Redmond, WA 98052-6399.
+Microsoft TrueType Fonts
+END-USER LICENSE AGREEMENT FOR MICROSOFT SOFTWARE
+---------------------------------------------------
+
+IMPORTANT - READ CAREFULLY: This Microsoft End-User License Agreement ("EULA") is a legal agreement between you (either an individual or a single entity) and Microsoft Corporation for the Microsoft software accompanying this EULA, which includes computer software and may include associated media, printed materials, and "on-line" or electronic documentation ("SOFTWARE PRODUCT" or "SOFTWARE"). By exercising your rights to make and use copies of the SOFTWARE PRODUCT, you agree to be bound by the terms of this EULA. If you do not agree to the terms of this EULA, you may not use the SOFTWARE PRODUCT.
+SOFTWARE PRODUCT LICENSE
+The SOFTWARE PRODUCT is protected by copyright laws and international copyright treaties, as well as other intellectual property laws and treaties. The SOFTWARE PRODUCT is licensed, not sold.
+1. GRANT OF LICENSE. This EULA grants you the following rights:
+· Installation and Use. You may install and use an unlimited number of copies of the SOFTWARE PRODUCT.
+· Reproduction and Distribution. You may reproduce and distribute an unlimited number of copies of the SOFTWARE PRODUCT; provided that each copy shall be a true and complete copy, including all copyright and trademark notices, and shall be accompanied by a copy of this EULA. Copies of the SOFTWARE PRODUCT may not be distributed for profit either on a standalone basis or included as part of your own product.
+2. DESCRIPTION OF OTHER RIGHTS AND LIMITATIONS.
+· Limitations on Reverse Engineering, Decompilation, and Disassembly. You may not reverse engineer, decompile, or disassemble the SOFTWARE PRODUCT, except and only to the extent that such activity is expressly permitted by applicable law notwithstanding this limitation.
+· Restrictions on Alteration. You may not rename, edit or create any derivative works from the SOFTWARE PRODUCT, other than subsetting when embedding them in documents.
+· Software Transfer. You may permanently transfer all of your rights under this EULA, provided the recipient agrees to the terms of this EULA.
+· Termination. Without prejudice to any other rights, Microsoft may terminate this EULA if you fail to comply with the terms and conditions of this EULA. In such event, you must destroy all copies of the SOFTWARE PRODUCT and all of its component parts.
+3. COPYRIGHT. All title and copyrights in and to the SOFTWARE PRODUCT (including but not limited to any images, text, and "applets" incorporated into the SOFTWARE PRODUCT), the accompanying printed materials, and any copies of the SOFTWARE PRODUCT are owned by Microsoft or its suppliers. The SOFTWARE PRODUCT is protected by copyright laws and international treaty provisions. Therefore, you must treat the SOFTWARE PRODUCT like any other copyrighted material.
+4. U.S. GOVERNMENT RESTRICTED RIGHTS. The SOFTWARE PRODUCT and documentation are provided with RESTRICTED RIGHTS. Use, duplication, or disclosure by the Government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 or subparagraphs (c)(1) and (2) of the Commercial Computer Software-Restricted Rights at 48 CFR 52.227-19, as applicable. Manufacturer is Microsoft Corporation/One Microsoft Way/Redmond, WA 98052-6399.
+LIMITED WARRANTY
+NO WARRANTIES. Microsoft expressly disclaims any warranty for the SOFTWARE PRODUCT. The SOFTWARE PRODUCT and any related documentation is provided "as is" without warranty of any kind, either express or implied, including, without limitation, the implied warranties or merchantability, fitness for a particular purpose, or noninfringement. The entire risk arising out of use or performance of the SOFTWARE PRODUCT remains with you.
+NO LIABILITY FOR CONSEQUENTIAL DAMAGES. In no event shall Microsoft or its suppliers be liable for any damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or any other pecuniary loss) arising out of the use of or inability to use this Microsoft product, even if Microsoft has been advised of the possibility of such damages. Because some states/jurisdictions do not allow the exclusion or limitation of liability for consequential or incidental damages, the above limitation may not apply to you.
+MISCELLANEOUS
+If you acquired this product in the United States, this EULA is governed by the laws of the State of Washington.
+If this product was acquired outside the United States, then local laws may apply.
+Should you have any questions concerning this EULA, or if you desire to contact Microsoft for any reason, please contact the Microsoft subsidiary serving your country, or write: Microsoft Sales Information Center/One Microsoft Way/Redmond, WA 98052-6399.
diff --git a/lpf-mscore-fonts.spec b/lpf-mscore-fonts.spec
index 51567d8..0574099 100644
--- a/lpf-mscore-fonts.spec
+++ b/lpf-mscore-fonts.spec
@@ -3,7 +3,7 @@
Name: lpf-mscore-fonts
Version: 2.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Bootstrap package building mscore-fonts using lpf
License: MIT
@@ -63,6 +63,9 @@ mscore-fonts non-redistributable package.
%changelog
+* Wed Dec 25 2019 FeRD (Frank Dana) <ferdnyc(a)gmail.com> - 2.2-3
+- Convert Licen.TXT file to UTF-8 encoding and Unix (CR) line-endings.
+
* Fri Mar 02 2018 RPM Fusion Release Engineering <leigh123linux(a)googlemail.com> - 2.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
4 years, 11 months