Initialize for lifecycle-data
This commit is contained in:
commit
a62d7cc726
3 changed files with 115 additions and 0 deletions
16
lifecycle-data.changes
Normal file
16
lifecycle-data.changes
Normal file
|
@ -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
|
43
lifecycle-data.spec
Normal file
43
lifecycle-data.spec
Normal file
|
@ -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
|
56
openSUSE.lifecycle
Normal file
56
openSUSE.lifecycle
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue