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

This commit is contained in:
Trevor Batley 2024-09-08 17:59:01 +10:00
parent 137c6dfb87
commit 2dd81ca95c

View File

@ -6,7 +6,7 @@ Summary: Manage pxeboot of Thin Client workstations over network
%define name smeserver-thinclient %define name smeserver-thinclient
Name: %{name} Name: %{name}
%define version 2.2 %define version 2.2
%define release 4 %define release 5
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@ -14,8 +14,8 @@ Group: Network
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch BuildArch: noarch
Requires: e-smith-base, smeserver-pxe Requires: smeserver-base, smeserver-pxe
BuildRequires: e-smith-devtools >= 1.13.1-03 BuildRequires: smeserver-devtools >= 1.13.1-03
AutoReq: yes AutoReq: yes
%description %description
@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
%postun %postun
%changelog %changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 2.2-5.sme
- Fix e-smith references in smeserver-thinclient [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.2-4.sme * Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 2.2-4.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]