From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH 2/2] perl-TimeDate: Move from package into main system Date: Sun, 05 Mar 2023 14:41:22 +0000 Message-ID: In-Reply-To: <20230222122534.259972-2-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2637411176423081812==" List-Id: --===============2637411176423081812== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Acked-by: Peter M=C3=BCller > This is now required by ovpnmain.cgi for certificate expiry time > detection. >=20 > Signed-off-by: Michael Tremer > --- > config/rootfiles/{packages =3D> common}/perl-TimeDate | 0 > lfs/perl-TimeDate | 5 ----- > lfs/swatch | 4 ++-- > 3 files changed, 2 insertions(+), 7 deletions(-) > rename config/rootfiles/{packages =3D> common}/perl-TimeDate (100%) >=20 > diff --git a/config/rootfiles/packages/perl-TimeDate b/config/rootfiles/com= mon/perl-TimeDate > similarity index 100% > rename from config/rootfiles/packages/perl-TimeDate > rename to config/rootfiles/common/perl-TimeDate > diff --git a/lfs/perl-TimeDate b/lfs/perl-TimeDate > index b56c5e7f6..ccb6f534a 100644 > --- a/lfs/perl-TimeDate > +++ b/lfs/perl-TimeDate > @@ -33,11 +33,6 @@ DL_FILE =3D ${THISAPP}.tar.gz > DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > -PROG =3D perl-TimeDate > -DEPS =3D > -PAK_VER =3D 7 > - > -SERVICES =3D > =20 > ##########################################################################= ##### > # Top-level Rules > diff --git a/lfs/swatch b/lfs/swatch > index 227313e07..1071e9b12 100644 > --- a/lfs/swatch > +++ b/lfs/swatch > @@ -34,9 +34,9 @@ DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > TARGET =3D $(DIR_INFO)/$(THISAPP) > PROG =3D swatch > -PAK_VER =3D 6 > +PAK_VER =3D 7 > =20 > -DEPS =3D perl-File-Tail perl-Date-Calc perl-TimeDate perl-Date-Manip > +DEPS =3D perl-File-Tail perl-Date-Calc perl-Date-Manip > =20 > SERVICES =3D > =20 --===============2637411176423081812==--