Compare commits
No commits in common. "main" and "al" have entirely different histories.
@ -1,5 +1,5 @@
|
||||
# debian-keyring
|
||||
# debian-keyring (al branch)
|
||||
|
||||
This repository contains 2 branches:
|
||||
* main: to track upstream
|
||||
* al: upstream + custom modifications
|
||||
This branch contains modifications to restore old debian releases keys back into the debian keyring.
|
||||
|
||||
This is required when creating pbuilder environments for old releases of debian.
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
Name: debian-keyring
|
||||
Version: 2025.1
|
||||
Release: 1%{?dist}
|
||||
Release: 1%{?dist}.alma.1
|
||||
Summary: GnuPG archive keys of the Debian archive
|
||||
|
||||
License: LicenseRef-Fedora-Public-Domain
|
||||
@ -25,6 +25,14 @@ archive keys used for that.
|
||||
%prep
|
||||
%autosetup -p1 -n %{upstreamname}
|
||||
|
||||
active_removed_key() {
|
||||
cp removed-keys/*${1}* active-keys
|
||||
cat removed-keys/index | grep ${1} >> active-keys/index
|
||||
}
|
||||
active_removed_key wheezy
|
||||
active_removed_key jessie
|
||||
active_removed_key stretch
|
||||
active_removed_key buster
|
||||
|
||||
%build
|
||||
make
|
||||
@ -42,6 +50,9 @@ make
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 29 2025 Javier Hernández <javi@almalinux.org> - 2025.1-1.alma.1
|
||||
- Restore old releases keys: wheezy, jessie, stretch and buster
|
||||
|
||||
* Tue Apr 15 2025 Sandro Mani <manisandro@gmail.com> - 2025.1-1
|
||||
- Update to 2025.1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user