1 |
# $Id: smeserver-usbdisksmanager.spec,v 1.1 2020/10/29 19:30:02 brianr Exp $ |
# $Id: smeserver-usbdisksmanager.spec,v 1.2 2020/10/30 10:26:40 brianr 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 8 |
%define release 9 |
15 |
Version: %{version} |
Version: %{version} |
16 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
17 |
License: GNU GPL version 2 |
License: GNU GPL version 2 |
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 |
Patch3: smeserver-usbdisksmanager-1.2-bz10294-tidy-options.patch |
24 |
Patch4: smeserver-usbdisksmanager-1.2-Add-link-in-createlinks-to-wrapper.patch |
Patch4: smeserver-usbdisksmanager-1.2-Add-link-in-createlinks-to-wrapper.patch |
25 |
|
Patch5: smeserver-usbdisksmanager-1.2-Add-Update-event-to-createlinks.patch |
26 |
|
|
27 |
BuildRoot: /var/tmp/e-smith-buildroot |
BuildRoot: /var/tmp/e-smith-buildroot |
28 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
31 |
AutoReqProv: no |
AutoReqProv: no |
32 |
|
|
33 |
%changelog |
%changelog |
34 |
|
* Sat Mar 27 2021 Brian Read <brianr@bjsystems.co.uk> 1.2-9.sme |
35 |
|
- Add Update event to createlinks [SME: 11076] |
36 |
|
|
37 |
|
* Sat Mar 27 2021 BogusDateBot |
38 |
|
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
39 |
|
by assuming the date is correct and changing the weekday. |
40 |
|
|
41 |
* Thu Oct 29 2020 Brian Read <brianr@bjsystems.co.uk> 1.2-8.sme |
* Thu Oct 29 2020 Brian Read <brianr@bjsystems.co.uk> 1.2-8.sme |
42 |
- Initial import into SME10 tree [SME: 11076] |
- Initial import into SME10 tree [SME: 11076] |
43 |
- Add link to wrapper in createlinks |
- Add link to wrapper in createlinks |
46 |
- tidy mount options to remove managed and pamconsole options [SME: 10294] |
- tidy mount options to remove managed and pamconsole options [SME: 10294] |
47 |
|
|
48 |
* 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 |
49 |
- fix mount does not work [SME: 8597] |
- Add Update event to createlinks mount does not work [SME: 8597] |
50 |
- new default for mounting options |
- new default for mounting options |
51 |
|
|
52 |
* Fri Mar 24 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2-4.sme |
* Fri Mar 24 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.2-4.sme |
53 |
- fix multiple issues for SME9 [SME: 8597] |
- Add Update event to createlinks multiple issues for SME9 [SME: 8597] |
54 |
|
|
55 |
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.2-3.sme |
* Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.2-3.sme |
56 |
- apply locale 2016-03-09 patch |
- apply locale 2016-03-09 patch |
77 |
%patch2 -p1 |
%patch2 -p1 |
78 |
%patch3 -p1 |
%patch3 -p1 |
79 |
%patch4 -p1 |
%patch4 -p1 |
80 |
|
%patch5 -p1 |
81 |
|
|
82 |
%build |
%build |
83 |
perl createlinks |
perl createlinks |