From 6388b142dc65ccb561d77fcd71b4b4f02e26126d Mon Sep 17 00:00:00 2001 From: dwl301 Date: Tue, 21 Feb 2023 16:20:24 +0800 Subject: [PATCH] Change spec file info --- malcontent.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/malcontent.spec b/malcontent.spec index ae4a5e2..227ac49 100644 --- a/malcontent.spec +++ b/malcontent.spec @@ -1,6 +1,6 @@ Name: malcontent Version: 0.11.0 -Release: 1 +Release: 2 Summary: Parental controls implementation License: LGPLv2+ URL: https://gitlab.freedesktop.org/pwithnall/malcontent/ @@ -25,9 +25,6 @@ BuildRequires: pam-devel Requires: polkit -# Descriptions mostly gathered from: -# https://github.com/endlessm/malcontent/blob/debian-master/debian/control - %description libmalcontent implements parental controls support which can be used by applications to filter or limit the access of child accounts to inappropriate @@ -155,5 +152,8 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.freed %{_libdir}/libmalcontent-0.so.* %changelog -* Mon Jan 02 2023 Bastien Nocera - 0.11.0-1 +* Tue Feb 21 2023 Lin zhang - 0.11.0-2 +- Change spec file info + +* Mon Jan 02 2023 Lin zhang - 0.11.0-1 - Init Packaging