1 |
# $Id: smeserver-yum.spec,v 1.84 2022/06/14 04:40:38 jpp Exp $ |
# $Id: smeserver-yum.spec,v 1.85 2022/07/11 15:20:40 jpp Exp $ |
2 |
|
|
3 |
%define name smeserver-yum |
%define name smeserver-yum |
4 |
Summary: YUM, an rpm updater |
Summary: YUM, an rpm updater |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.2 |
%define version 2.6.2 |
7 |
%define release 1 |
%define release 2 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: SMEServer/addon |
Group: SMEServer/addon |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch0: smeserver-yum-2.6.2-bz12179-smecontribs-enabled.patch |
14 |
|
|
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
42 |
%setup |
%setup |
43 |
rm -rf root/var/service/ root/service/ |
rm -rf root/var/service/ root/service/ |
44 |
rm -rf root/etc/e-smith/db/configuration/force |
rm -rf root/etc/e-smith/db/configuration/force |
45 |
|
%patch0 -p1 |
46 |
|
|
47 |
%build |
%build |
48 |
perl createlinks |
perl createlinks |
79 |
|
|
80 |
|
|
81 |
%changelog |
%changelog |
82 |
|
* Tue Nov 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.2-2.sme |
83 |
|
- set smecontribs enabled on new install [SME: 12179] |
84 |
|
|
85 |
* Mon Jul 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.2-1.sme |
* Mon Jul 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.2-1.sme |
86 |
- bump version number |
- bump version number |
87 |
- no reboot for dbus-glib [SME: 12091] |
- no reboot for dbus-glib [SME: 12091] |