Compare commits

...
Sign in to create a new pull request.

26 commits

Author SHA1 Message Date
Zygmunt Krynicki
c0b6ac858c Update to snapd 2.72
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
2025-11-13 14:54:24 +01:00
Alejandro Sáez
b039f9bdde rebuild 2025-10-10 15:11:25 +02:00
Zygmunt Krynicki
f5a846262a Do not call mkversion.sh
Instead, generate the required data by hand. This avoids the need to
"go run" during the build process.

Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
2025-09-01 14:53:43 +02:00
Zygmunt Krynicki
219b5fd946 Fix typo: vendor
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
2025-09-01 14:52:53 +02:00
Zygmunt Krynicki
9f2b3ebfd0 Remove c-vendor directory
When we remove the vendor directory, remove the C quivalent as well.

Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
2025-09-01 14:51:00 +02:00
Zygmunt Krynicki
90e21ec4fe Update to snapd 2.71
One more hack was needed to let the package to build in the current
form, without proper support for Go modules. I've filed an internal
tracking ticket for the next release so that we re-do the package with
new Go helpers, remove a lot of generated content that is instead
generated at build time, and actually support Go modules for real.

https://warthogs.atlassian.net/browse/SNAPDENG-35431 (not visible to the
public, apologies, this helps only a limited audience).

Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
2025-09-01 10:14:46 +02:00
Maxwell G
b45e346b44 Rebuild for golang-1.25.0 2025-08-15 18:38:59 -05:00
Fedora Release Engineering
10ef87264c Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 18:28:19 +00:00
Zygmunt Krynicki
1b8eb3321a New upstream release 2.70
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
2025-07-14 13:47:32 +02:00
Zygmunt Krynicki
6665271b35 New upstream release 2.68.3
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
2025-03-25 13:55:04 +01:00
Zygmunt Krynicki
b3caa4d90a
New upstream release 2.67 2025-01-22 10:39:01 +01:00
Fedora Release Engineering
11b4978ff5 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 11:05:17 +00:00
Orion Poplawski
908b6b7349 Drop RestartMode from snapd.service on EL8 (rhbz#2315759) 2024-12-03 09:04:20 -07:00
Zygmunt Krynicki
397e94b9ba
Re-cherry pick fix for SELinux timedatex problem
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
2024-11-29 19:53:36 +01:00
Zygmunt Krynicki
3e9dc49276
Merge branch 'rawhide' into f41 2024-11-20 13:26:08 +01:00
Zygmunt Krynicki
cfab6fe403
Update to 2.66.1
Drop patch applied upstream.

Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
2024-11-20 13:24:52 +01:00
Zygmunt Krynicki
1701a504b9
Merge branch 'rawhide' into f41 2024-10-26 19:23:24 +02:00
Zygmunt Krynicki
7b9dd1f588
Bump release number to 2
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
2024-10-26 18:51:58 +02:00
Zygmunt Krynicki
ce1d099551
Actually refer to the patch, oops
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
2024-10-26 18:47:52 +02:00
Zygmunt Krynicki
5cad817975
Actually refer to the patch, oops
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
2024-10-26 18:42:02 +02:00
Zygmunt Krynicki
4ba07750b1
Fix the changelog date
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
2024-10-25 12:27:26 +02:00
Zygmunt Krynicki
5d25d758db
Cherry pick fix for SELinux timedatex problem from upstream
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
2024-10-25 12:13:23 +02:00
Zygmunt Krynicki
fc5296778e Update to 2.65.1
The 2.64 and 2.65 releases were skipped as they failed to pass QA.
The changelog was updated to retain correct ordering. Remove comments
to check automatically converted license identifiers.

Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
2024-09-05 10:23:46 +02:00
Miroslav Suchý
91f15ef391 convert GPLv3 license to SPDX
This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4
2024-07-29 14:39:36 +02:00
Miroslav Suchý
68b9487a1a convert GPLv2+ license to SPDX
This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4
2024-07-26 03:00:09 +02:00
Fedora Release Engineering
7c22be1101 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 05:56:41 +00:00
3 changed files with 1307 additions and 109 deletions

6
.gitignore vendored
View file

@ -1,2 +1,4 @@
/snapd_2.63.no-vendor.tar.xz
/snapd_2.63.only-vendor.tar.xz
/snapd_2.71.no-vendor.tar.xz
/snapd_2.71.only-vendor.tar.xz
/snapd_2.72.no-vendor.tar.xz
/snapd_2.72.only-vendor.tar.xz

1406
snapd.spec

File diff suppressed because it is too large Load diff

View file

@ -1,2 +1,2 @@
SHA512 (snapd_2.63.no-vendor.tar.xz) = 5973b7922f2caf1d4b0bc0db4fe5564134b04d6ca3b52204e9963b584bd80a91789c46902840169f9a8b1b1184820c86902401f585915ca06a010d81a2d9a453
SHA512 (snapd_2.63.only-vendor.tar.xz) = 3ff9b8610c01997935b720e883644597f7d397a9a7b7e23eadbe95a67f62564e9d4d836c5667e39f95ed073115b106d58e5f4107f229c72014433414168baaa7
SHA512 (snapd_2.72.no-vendor.tar.xz) = fb556bdb60877a2536cd8e53a7e137935ba27afb5b04efff06d8f858c47cec82a8f1df01fb621f644f0c2abe056a2b0612fabd70ae2d909b2e960692763b8bff
SHA512 (snapd_2.72.only-vendor.tar.xz) = f80b5def82553c044027fbb208fc5d5f76633afe71a8210abc33b48b189fd9347fd1d04bc868c58dc5d0b7fe8c68f6e316edbb6d2a2e060f375a5cdc851c2278