Skip to content

Commit a90c251

Browse files
committed
Bump package version to align across distributions
Signed-off-by: Dorian Stoll <[email protected]>
1 parent cd257cf commit a90c251

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.github/workflows/package.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
on:
22
push:
33
tags:
4-
- v[0-9]+.*
5-
- testing-ci.*
4+
- '**'
65

76
name: Build Packages
87

arch/PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Maximilian Luz <[email protected]>
22

33
pkgname="linux-surface-secureboot-mok"
4-
pkgver=2.0.0
4+
pkgver=20200402
55
pkgrel=1
66
pkgdesc='Secure-boot machine owner key for linux-surface kernels'
77
url='https://github.com/linux-surface/linux-surface'

debian/debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
linux-surface-secureboot-mok (20200402-1) unstable; urgency=medium
2+
3+
* Bump package version to align across distributions
4+
5+
-- Dorian Stoll <[email protected]> Thu, 02 Apr 2020 14:11:26 +0200
6+
17
linux-surface-secureboot-mok (2.0.0-2) unstable; urgency=medium
28

39
* Bump pkgrel

fedora/surface-secureboot.spec

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
%global sb_cert_dir /usr/share/surface-secureboot
55

66
Name: surface-secureboot
7-
Version: 20200202
8-
Release: 2%{?dist}
7+
Version: 20200402
8+
Release: 1%{?dist}
99
Summary: The secureboot certificate for linux-surface
1010

1111
License: proprietary
@@ -108,6 +108,9 @@ fi
108108
%{sb_cert_dir}/%{sb_cert}
109109

110110
%changelog
111+
* Thu Apr 02 2020 Dorian Stoll <[email protected]> 20200402-1
112+
- Bump package version to align across distributions
113+
111114
* Tue Mar 31 2020 Dorian Stoll <[email protected]> 20200202-2
112115
- Bump pkgrel
113116

0 commit comments

Comments
 (0)