1 |
# $Id: smeserver-yum.spec,v 1.84 2022/06/14 04:40:38 jpp Exp $ |
# $Id: smeserver-yum.spec,v 1.87 2023/02/27 08:57:26 michel 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 4 |
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 |
|
Patch1: smeserver-yum-2.6.2-bz12171_bz12209_no_reconfigure.patch |
15 |
|
Patch2: smeserver-yum-2.6.2-bz10926-bz12170-bz12173-bz12172.patch |
16 |
|
|
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
44 |
%setup |
%setup |
45 |
rm -rf root/var/service/ root/service/ |
rm -rf root/var/service/ root/service/ |
46 |
rm -rf root/etc/e-smith/db/configuration/force |
rm -rf root/etc/e-smith/db/configuration/force |
47 |
|
%patch0 -p1 |
48 |
|
%patch1 -p1 |
49 |
|
%patch2 -p1 |
50 |
|
|
51 |
%build |
%build |
52 |
perl createlinks |
perl createlinks |
83 |
|
|
84 |
|
|
85 |
%changelog |
%changelog |
86 |
|
* Wed Aug 16 2023 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.2-4.sme |
87 |
|
- remove initialize-default-databases and navigation-conf from yum-* events [SME: 12172] |
88 |
|
- fix warning readline() on closed filehandle YUM_STATUS [SME: 12170] |
89 |
|
- fix warning on uninitialized value in concatenation [SME: 12173] |
90 |
|
- fix CSRF time-out during yum update [SME: 10926] |
91 |
|
now 10 minutes for this panel updated on last generation of a page |
92 |
|
|
93 |
|
* Mon Feb 27 2023 Michel Begue <mab974@misouk.com> 2.6.2-3.sme |
94 |
|
- fix reconfigure asked when not needed [SME: 12171] |
95 |
|
- do not show reconfigure button and message if not needed [SME: 12209] |
96 |
|
|
97 |
|
* Tue Nov 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.6.2-2.sme |
98 |
|
- set smecontribs enabled on new install [SME: 12179] |
99 |
|
|
100 |
* 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 |
101 |
- bump version number |
- bump version number |
102 |
- no reboot for dbus-glib [SME: 12091] |
- no reboot for dbus-glib [SME: 12091] |