fix-e-smith-pkg script (#12732)

This commit is contained in:
Trevor Batley 2024-09-08 17:46:13 +10:00
parent d0654a4494
commit c5e0d970de

View File

@ -1,6 +1,6 @@
%define name smeserver-extrarepositories
%define version 0.1
%define release 46
%define release 47
Summary: easy configuration of extra yum repo
Name: %{name}
Version: %{version}
@ -10,8 +10,8 @@ URL: https://wiki.koozali.org
Group: SMEserver/addon
BuildRoot: /var/tmp/%{name}-%{version}
BuildArchitectures: noarch
BuildRequires: e-smith-devtools
Requires: e-smith-release >= 10.0
BuildRequires: smeserver-devtools
Requires: smeserver-release >= 10.0
AutoReqProv: no
Source0: https://raw.githubusercontent.com/ONLYOFFICE/repo/master/centos/RPM-GPG-KEY-ONLYOFFICE
Source1: https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHEL7
@ -20,6 +20,9 @@ Source1: https://download.postgresql.org/pub/repos/yum/keys/PGDG-RPM-GPG-KEY-RHE
Provides configuration for external yum repository comaptible with Koozali SME Server.
%changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 0.1-47.sme
- Fix e-smith references in smeserver-extrarepositories [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.1-46.sme
- Roll up patches and move to git repo [SME: 12338]