From 37b0aef49cdd34c76c2cbe71b8d4d98ddc6313ad304bc517989c29dcf9df09bd Mon Sep 17 00:00:00 2001 From: Ana Guerrero Date: Thu, 22 Feb 2024 19:56:19 +0000 Subject: [PATCH] Accepting request 1149142 from home:dimstar:Factory Add dated changelog entry to the *-release.spec.in for RPM/reproducible build OBS-URL: https://build.opensuse.org/request/show/1149142 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/000package-groups?expand=0&rev=265 --- Aeon-release.spec.in | 3 +++ Kalpa-release.spec.in | 3 +++ MicroOS-release.spec.in | 3 +++ openSUSE-Addon-NonOss.spec.in | 50 +++++++++++++++++++++++++++++++++++ openSUSE-release.spec.in | 3 +++ 5 files changed, 62 insertions(+) create mode 100644 openSUSE-Addon-NonOss.spec.in diff --git a/Aeon-release.spec.in b/Aeon-release.spec.in index e5ce1fb..cc42170 100644 --- a/Aeon-release.spec.in +++ b/Aeon-release.spec.in @@ -241,3 +241,6 @@ ___CREATE_PRODUCT_FILES___ %{_prefix}/lib/issue.d/*-OS %changelog +* Mon Feb 19 2024 Dominique Leuenberger +- No information provided here - we needed a dated entry for + RPM/reproducible builds diff --git a/Kalpa-release.spec.in b/Kalpa-release.spec.in index 6a52deb..2bc850f 100644 --- a/Kalpa-release.spec.in +++ b/Kalpa-release.spec.in @@ -241,3 +241,6 @@ ___CREATE_PRODUCT_FILES___ %{_prefix}/lib/issue.d/*-OS %changelog +* Mon Feb 19 2024 Dominique Leuenberger +- No information provided here - we needed a dated entry for + RPM/reproducible builds diff --git a/MicroOS-release.spec.in b/MicroOS-release.spec.in index 4d6734c..160076f 100644 --- a/MicroOS-release.spec.in +++ b/MicroOS-release.spec.in @@ -257,3 +257,6 @@ fi %{_prefix}/lib/issue.d/*-OS %changelog +* Mon Feb 19 2024 Dominique Leuenberger +- No information provided here - we needed a dated entry for + RPM/reproducible builds diff --git a/openSUSE-Addon-NonOss.spec.in b/openSUSE-Addon-NonOss.spec.in new file mode 100644 index 0000000..01c581b --- /dev/null +++ b/openSUSE-Addon-NonOss.spec.in @@ -0,0 +1,50 @@ +# +# spec file for package openSUSE-Kalpa-release.spec +# +# Copyright (c) 2020 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: openSUSE-Addon-NonOss-release +%define product openSUSE-Addon-NonOss +Version: ___VERSION___ +#!BcntSyncTag: openSUSE-Addon-NonOss +Release: 0 +Summary: ___SUMMARY___ ___BETA_VERSION___ +License: BSD-3-Clause +Group: System/Fhs +___PRODUCT_PROVIDES___ +___PRODUCT_DEPENDENCIES___ + +%description +___DESCRIPTION___ + +___FLAVOR_PACKAGES___ + +%prep + +%build + +%install +___CREATE_PRODUCT_FILES___ + +%files +%defattr(644,root,root,755) +%dir %{_sysconfdir}/products.d +%{_sysconfdir}/products.d/* + +%changelog +* Mon Feb 19 2024 Dominique Leuenberger +- No information provided here - we needed a dated entry for + RPM/reproducible builds diff --git a/openSUSE-release.spec.in b/openSUSE-release.spec.in index f5af7ab..ab01376 100644 --- a/openSUSE-release.spec.in +++ b/openSUSE-release.spec.in @@ -288,3 +288,6 @@ fi %{_prefix}/lib/issue.d/90-openSUSE.conf %changelog +* Mon Feb 19 2024 Dominique Leuenberger +- No information provided here - we needed a dated entry for + RPM/reproducible builds