forked from AlmaLinux/leapp-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathleapp-data.spec
50 lines (34 loc) · 1.25 KB
/
leapp-data.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
%define dist_list almalinux centos oraclelinux rocky
%define conflict_dists() %(for i in almalinux centos oraclelinux rocky; do if [ "${i}" != "%{dist_name}" ]; then echo -n "leapp-data-${i} "; fi; done)
Name: leapp-data-%{dist_name}
Version: 0.1
Release: 4%{?dist}
Summary: data for migrating tool
Group: Applications/Databases
License: ASL 2.0
URL: https://github.com/AlmaLinux/leapp-data
Source0: leapp-data-%{version}.tar.gz
BuildArch: noarch
Conflicts: %{conflict_dists}
%description
%{dist_name} %{summary}
%prep
%setup -q
%build
%install
mkdir -p %{buildroot}%{_sysconfdir}/leapp/files
install -t %{buildroot}%{_sysconfdir}/leapp/files files/%{dist_name}/*
%files
%doc LICENSE NOTICE README.md
%{_sysconfdir}/leapp/files/*
%changelog
* Wed Mar 23 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 0.1-4
- added ResilientStorage and updated repo URLs for AlmaLinux and Rocky
* Thu Oct 21 2021 Andrew Lukoshko <alukoshko@almalinux.org> - 0.1-3
- updated PES data for Oracle and Rocky
* Thu Aug 26 2021 Avi Miller <avi.miller@oracle.com> - 0.1-2
- switched to using the full oraclelinux name
- switched the Oracle Linux repos to use https
- added Apache-2.0 NOTICE attribution file
* Wed Aug 25 2021 Sergey Fokin <sfokin@almalinux.org> - 0.1-1
- initial project