From 960ce7ca7c91482a9902b646d6aacf48606d3d41 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 20 Nov 2024 13:32:52 +0000 Subject: [PATCH] import RHEL 10 Beta snapshot-45.2-4.el10 --- .gitignore | 4 +--- README.md | 3 --- gating.yaml | 6 ------ snapshot.spec | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 4 files changed, 49 insertions(+), 13 deletions(-) delete mode 100644 README.md delete mode 100644 gating.yaml diff --git a/.gitignore b/.gitignore index b4ed2a9..667d790 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -/snapshot-45.0.tar.xz -/snapshot-45.1.tar.xz -/snapshot-45.2.tar.xz +snapshot-45.2.tar.xz diff --git a/README.md b/README.md deleted file mode 100644 index 49e3f11..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# snapshot - -The snapshot package diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index d353613..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- !Policy -product_versions: - - rhel-10 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional} diff --git a/snapshot.spec b/snapshot.spec index 3944d1b..89d3a07 100644 --- a/snapshot.spec +++ b/snapshot.spec @@ -1,3 +1,13 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.6.1) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 4; + base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); + print(release_number + base_release_number - 1); +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} +## END: Set by rpmautospec + %bcond_without check %if 0%{?rhel} @@ -129,4 +139,41 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Snapshot %changelog -%autochangelog +## START: Generated by rpmautospec +* Mon Jun 24 2024 Troy Dawson - 45.2-4 +- Bump release for June 2024 mass rebuild + +* Thu Feb 01 2024 Yaakov Selkowitz - 45.2-3 +- Update Rust macro usage + +* Sat Jan 27 2024 Fedora Release Engineering - 45.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Wed Dec 27 2023 Kalev Lember - 45.2-1 +- Update to 45.2 + +* Sat Dec 09 2023 Kalev Lember - 45.1-1 +- Update to 45.1 + +* Wed Nov 15 2023 Yaakov Selkowitz - 45.0-6 +- Fix RHEL build + +* Wed Nov 15 2023 Yaakov Selkowitz - 45.0-5 +- Fix build with appstream 1.0 + +* Fri Oct 06 2023 Kalev Lember - 45.0-4 +- Backport upstream MR !168 to fix portal requests + +* Mon Oct 02 2023 Kalev Lember - 45.0-3 +- Use bundled rust deps on RHEL + +* Sun Oct 01 2023 Kalev Lember - 45.0-2 +- Package review fixes (rhbz#2241553) +- Add SourceLicense tag to distinguish between the license of the app + itself and its crate deps +- Slightly change virtual provides for bundled aperture crate to better + match other rust packages + +* Sun Oct 01 2023 Kalev Lember - 45.0-1 +- Initial Fedora packaging (rhbz#2241553) +## END: Generated by rpmautospec