-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy patheid-archive-el.spec
More file actions
90 lines (68 loc) · 3.13 KB
/
Copy patheid-archive-el.spec
File metadata and controls
90 lines (68 loc) · 3.13 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Summary: GnuPG archive keys and configuration of the Belgian eID package archive
Name: eid-archive-el
Version: 2026
Release: 2
License: GPL
URL: https://eid.belgium.be/
Source2: eid-archive-el.repo
Source3: https://files.eid.belgium.be/67da21a4.asc
Source4: https://files.eid.belgium.be/09089348.asc
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
%description
This package contains the Belgian eID repository GPG key as well as
configuration for yum.
%prep
%setup -q -c -T
%{__install} -p -m0644 %{SOURCE3} .
%{__install} -p -m0644 %{SOURCE4} .
%build
%install
%{__rm} -rf %{buildroot}
%{__install} -Dp -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/yum.repos.d/eid-archive.repo
%{__install} -Dp -m0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-BEID-RELEASE-2025
%{__install} -Dp -m0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-BEID-CONTINUOUS-2025
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%config(noreplace) /etc/yum.repos.d/eid-archive.repo
/etc/pki/rpm-gpg/RPM-GPG-KEY-BEID-CONTINUOUS-2025
/etc/pki/rpm-gpg/RPM-GPG-KEY-BEID-RELEASE-2025
%changelog
* Thu Dec 04 2025 <wouter.verhelst@zetes.com> - 2025-3
- Add new continuous key to all specfiles
* Tue Oct 28 2025 <wouter.verhelst@zetes.com> - 2025-2
- Update .repo files to point to the new key in addition to the old key, and
fix incorrect copy of the old key to the filename of the new one
* Fri Aug 15 2025 <wouter.verhelst@zetes.com> - 2025-1
- Add new 2025 key, will start to be used a few months from now, but do
it now to allow for a reasonable key rollover
* Mon Nov 29 2021 <wouter.verhelst@zetes.com> - 2021-1
- Retire files2 repository from .repo file
- Move files repository from http to https
- Update all URLs in the .spec file to https, not http
* Tue Jun 7 2016 <wouter.verhelst@fedict.be> - 2016-2
- Merge mirrors into one repository section
* Thu Mar 24 2016 <wouter.verhelst@fedict.be> - 2016-1
- Add the files2 mirror as a separate repository, to remove a SPOF
* Fri Oct 23 2015 <wouter.verhelst@fedict.be> - 2015-3
- Add the candidate repository
* Wed Jun 10 2015 <wouter.verhelst@fedict.be> - 2015-2
- Remove %post scriptlet, it doesn't work; you can't install a GPG key while
the RPM lock is held.
* Fri Jan 30 2015 <wouter.verhelst@fedict.be> - 2015-1
- Rebuild to remove eid-archive-el.repo artifact from rpmbuild directory,
analoguously to the eid-archive-fedora one
* Wed Aug 20 2014 <wouter.verhelst@fedict.be> - 2014-4
- Update link to main archive as well, now. We'll leave the old layout
functional for now, so that upgrades continue working.
* Fri Aug 1 2014 <wouter.verhelst@fedict.be> - 2014-3
- Update link to continuous archive, so that multiarch can actually
work. Will need to do something similar for main archive, but that's
for later.
* Thu Jul 17 2014 <wouter.verhelst@fedict.be> - 2014-2
- Install the GPG keys from the postinst script (with appropriate message).
- Output a message to notify the user that this package is only the first step.
* Thu Jun 12 2014 <wouter.verhelst@fedict.be> - 2014-1
- Create, with inspiration from the epel-release package