1 |
# $Id: smeserver-usbdisksmanager.spec,v 1.4 2017/03/24 22:02:56 unnilennium Exp $ |
# $Id: smeserver-usbdisksmanager.spec,v 1.5 2017/03/25 05:40:27 unnilennium Exp $ |
2 |
# Authority: unnilennium |
# Authority: unnilennium |
3 |
# Name: Jean-Philippe Pialasse |
# Name: Jean-Philippe Pialasse |
4 |
|
|
11 |
|
|
12 |
Name: %{name} |
Name: %{name} |
13 |
%define version 1.2 |
%define version 1.2 |
14 |
%define release 5 |
%define release 6 |
15 |
Version: %{version} |
Version: %{version} |
16 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
17 |
License: GNU GPL version 2 |
License: GNU GPL version 2 |
20 |
Patch0: smeserver-usbdisksmanager-1.2-locale-2016-03-09.patch |
Patch0: smeserver-usbdisksmanager-1.2-locale-2016-03-09.patch |
21 |
Patch1: smeserver-usbdisksmanager-1.2-sme9fix.patch |
Patch1: smeserver-usbdisksmanager-1.2-sme9fix.patch |
22 |
Patch2: smeserver-usbdisksmanager-1.2-sme9fix2.patch |
Patch2: smeserver-usbdisksmanager-1.2-sme9fix2.patch |
23 |
|
Patch3: smeserver-usbdisksmanager-1.2-bz10294-tidy-options.patch |
24 |
BuildRoot: /var/tmp/e-smith-buildroot |
BuildRoot: /var/tmp/e-smith-buildroot |
25 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
26 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
28 |
AutoReqProv: no |
AutoReqProv: no |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Sun Jan 13 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.2-6.sme |
32 |
|
- tidy mount options to remove managed and pamconsole options [SME: 10294] |
33 |
|
|
34 |
* Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2-5.sme |
* Sat Mar 25 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2-5.sme |
35 |
- fix mount does not work [SME: 8597] |
- fix mount does not work [SME: 8597] |
36 |
- new default for mounting options |
- new default for mounting options |
61 |
%patch0 -p1 |
%patch0 -p1 |
62 |
%patch1 -p1 |
%patch1 -p1 |
63 |
%patch2 -p1 |
%patch2 -p1 |
64 |
|
%patch3 -p1 |
65 |
|
|
66 |
%install |
%install |
67 |
|
|