From 7803080bff0f7380293aededb2061c46b68d74dd Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Tue, 19 Dec 2023 14:08:39 +0800 Subject: [PATCH] rebuild --- adcli.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/adcli.spec b/adcli.spec index 1ef9b14..d0261f0 100644 --- a/adcli.spec +++ b/adcli.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 Name: adcli Version: 0.9.2 @@ -6,7 +6,7 @@ Release: %{anolis_release}%{?dist} Summary: Active Directory enrollment License: LGPLv2+ URL: https://gitlab.freedesktop.org/realmd/adcli -Source0: https://gitlab.freedesktop.org/sbose/adcli//uploads/ea560656ac921b3fe0d455976aaae9be/adcli-%{version}.tar.gz +Source0: https://gitlab.freedesktop.org/realmd/adcli/uploads/ea560656ac921b3fe0d455976aaae9be/%{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: intltool @@ -71,6 +71,9 @@ documentation. %doc AUTHORS COPYING ChangeLog NEWS README %changelog +* Tue Dec 19 2023 mgb01105731 - 0.9.2-2 +- rebuild + * Mon Jan 09 2023 Xuchun Shang - 0.9.2-1 - Update to version 0.9.2 -- Gitee