From a62d7cc726b4693e0a8da6ad785c6e32e29e5902 Mon Sep 17 00:00:00 2001 From: zyppe <210hcl@gmail.com> Date: Thu, 29 Feb 2024 16:10:39 +0800 Subject: [PATCH] Initialize for lifecycle-data --- lifecycle-data.changes | 16 ++++++++++++ lifecycle-data.spec | 43 ++++++++++++++++++++++++++++++++ openSUSE.lifecycle | 56 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 115 insertions(+) create mode 100644 lifecycle-data.changes create mode 100644 lifecycle-data.spec create mode 100644 openSUSE.lifecycle diff --git a/lifecycle-data.changes b/lifecycle-data.changes new file mode 100644 index 0000000..719ccab --- /dev/null +++ b/lifecycle-data.changes @@ -0,0 +1,16 @@ +* Fri Feb 23 2018 astieger@suse.com +- boo#1082532: note PostgreSQL EOL dates based + https://www.postgresql.org/support/versioning/ +* Thu Aug 3 2017 astieger@suse.com +- boo#1052022: Ensure lifecycle-data-openSUSE is installed with + zypper-lifecycle-plugin, move supplements() to correct subpackage +* Wed Aug 2 2017 idonmez@suse.com +- Deprecate uClibc, it's unmaintained and has multiple security + bugs bsc#1044858 bsc#1044859 +* Mon Jul 3 2017 lnussel@suse.de +- ruby 2.2 is dreprecated rather than 2.4 +- add lxdm, shipped on Leap but deprecated +* Fri Jun 30 2017 tchvatal@suse.com +- Deprecate mysql-community-server bsc#1043328 +* Wed Apr 12 2017 lnussel@suse.de +- initial package diff --git a/lifecycle-data.spec b/lifecycle-data.spec new file mode 100644 index 0000000..761cb53 --- /dev/null +++ b/lifecycle-data.spec @@ -0,0 +1,43 @@ +# +# spec file for package lifecycle-data +# +# Copyright (c) 2022-2023 ZhuningOS +# + + +Name: lifecycle-data +Version: 1 +Release: bp155.2.9 +Summary: End of life dates for specific packages +License: MIT +Group: System/Management +Url: http://www.suse.com/lifecycle +Source: openSUSE.lifecycle +BuildArch: noarch + +%description +Package lifecycle data. This is the source of zypper lifecycle information. + +%package openSUSE +Summary: End of life dates for specific packages +Group: System/Management +Supplements: packageand(openSUSE-release:zypper-lifecycle-plugin) + +%description openSUSE +Package lifecycle data. This is the source of zypper lifecycle information. + +%prep + +%build + +%install +install -d %{buildroot}%{_datadir}/lifecycle/data +install -d %{buildroot}%{_docdir}/%{name} +install -m 644 %{SOURCE0} %{buildroot}%{_datadir}/lifecycle/data/openSUSE.lifecycle + +%files openSUSE +%dir %{_datadir}/lifecycle +%dir %{_datadir}/lifecycle/data +%{_datadir}/lifecycle/data/openSUSE.lifecycle + +%changelog diff --git a/openSUSE.lifecycle b/openSUSE.lifecycle new file mode 100644 index 0000000..78a6fb3 --- /dev/null +++ b/openSUSE.lifecycle @@ -0,0 +1,56 @@ +ruby2.3,*,2017-03-31 +ruby2.3-devel,*,2017-03-31 +ruby2.3-devel-extra,*,2017-03-31 +ruby2.3-doc,*,2017-03-31 +ruby2.3-doc-ri,*,2017-03-31 +ruby2.3-stdlib,*,2017-03-31 +ruby2.3-tk,*,2017-03-31 +ruby2.2,*,2017-03-31 +ruby2.2-devel,*,2017-03-31 +ruby2.2-devel-extra,*,2017-03-31 +ruby2.2-doc,*,2017-03-31 +ruby2.2-doc-ri,*,2017-03-31 +ruby2.2-stdlib,*,2017-03-31 +libmysql56client18,*,2017-06-30 +libmysql56client_r18,*,2017-06-30 +mysql-community-server,*,2017-06-30 +mysql-community-server-bench,*,2017-06-30 +mysql-community-server-client,*,2017-06-30 +mysql-community-server-errormessages,*,2017-06-30 +mysql-community-server-test,*,2017-06-30 +mysql-community-server-tools,*,2017-06-30 +lxdm,*,2017-06-30 +uClibc,*,2017-08-02 +uClibc-devel,*,2017-08-02 +postgresql93,*,2018-09-30 +postgresql93-contrib,*,2018-09-30 +postgresql93-docs,*,2018-09-30 +postgresql93-plperl,*,2018-09-30 +postgresql93-plpython,*,2018-09-30 +postgresql93-pltcl,*,2018-09-30 +postgresql93-server,*,2018-09-30 +postgresql93-test,*,2018-09-30 +postgresql94,*,2019-12-31 +postgresql94-contrib,*,2018-09-20 +postgresql94-docs,*,2018-09-20 +postgresql94-plperl,*,2018-09-20 +postgresql94-plpython,*,2018-09-20 +postgresql94-pltcl,*,2018-09-20 +postgresql94-server,*,2018-09-20 +postgresql94-test,*,2018-09-20 +postgresql95,*,2021-01-31 +postgresql95-contrib,*,2021-01-31 +postgresql95-docs,*,2021-01-31 +postgresql95-plperl,*,2021-01-31 +postgresql95-plpython,*,2021-01-31 +postgresql95-pltcl,*,2021-01-31 +postgresql95-server,*,2021-01-31 +postgresql95-test,*,2021-01-31 +postgresql96,*,2021-09-30 +postgresql96-contrib,*,2021-09-30 +postgresql96-docs,*,2021-09-30 +postgresql96-plperl,*,2021-09-30 +postgresql96-plpython,*,2021-09-30 +postgresql96-pltcl,*,2021-09-30 +postgresql96-server,*,2021-09-30 +postgresql96-test,*,2021-09-30