/[smecontribs]/rpms/smeserver-migratehelper/contribs10/smeserver-migratehelper.spec
ViewVC logotype

Contents of /rpms/smeserver-migratehelper/contribs10/smeserver-migratehelper.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.7 - (show annotations) (download)
Sat Nov 13 14:52:02 2021 UTC (2 years, 6 months ago) by jcrisp
Branch: MAIN
CVS Tags: smeserver-migratehelper-1_0-6_el7_sme
Changes since 1.6: +7 -1 lines
* Fri Oct 29 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 1.0-6.sme
- add check/create for a /mnt/backup dir
- Fix typos
- Fix bash syntax errors via the IDE plugin
- Add some switches for help, test, no confirm

1 %define version 1.0
2 %define release 6
3 Summary: Set up a migration helper script for SME Server.
4 Name: smeserver-migratehelper
5 Version: %{version}
6 Release: %{release}%{?dist}
7 License: GNU GPL version 2
8 URL: http://www.contribs.org
9 Group: SMEserver/addon
10 #Source: %{name}-%{version}.tar.gz
11 Source: migratehelper.sh
12 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
13 BuildArchitectures: noarch
14 BuildRequires: e-smith-devtools >= 1.13.1-03
15 Requires: e-smith-release >= 8.0
16 AutoReqProv: no
17
18 %description
19 rpm backup all contribs data and bare essential to have a working system and then rsync data while the new system is up
20
21 %changelog
22 * Fri Oct 29 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 1.0-6.sme
23 - add check/create for a /mnt/backup dir
24 - Fix typos
25 - Fix bash syntax errors via the IDE plugin
26 - Add some switches for help, test, no confirm
27
28 * Thu Oct 21 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-5.sme
29 - fix missing samba domain user [SME: 11706]
30 - fix missing user cron jobs [SME: 11664]
31
32 * Tue Jun 01 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-4.sme
33 - fix fail2ban listing [SME: 11576]
34
35 * Sun Apr 25 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-3.sme
36 - reduce noise for tar [SME: 11576]
37
38 * Thu Apr 01 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-2.sme
39 - add backup of spamassassin admin config
40 - add search for non rpm owned folder in /usr/local
41
42 * Sat Jan 05 2019 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-1.sme
43 - initial release [SME: 11275]
44 - TODO use SME 10 includes / excludes
45
46 %prep
47 #%setup
48 pwd >&2
49 ls >&2
50 mkdir -p %{name}-%{version}-%{release}/root/usr/bin
51 cp %{SOURCE0} %{name}-%{version}-%{release}/root/usr/bin
52 cd %{name}-%{version}-%{release}
53
54 %build
55 #perl createlinks
56
57 %install
58
59 rm -rf $RPM_BUILD_ROOT
60 (cd %{name}-%{version}-%{release}/root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
61 rm -f %{name}-%{version}-filelist
62 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
63 > %{name}-%{version}-filelist
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %post
69
70 %postun
71
72 %files -f %{name}-%{version}-filelist
73 %defattr(-,root,root)

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed