From f1e30b6ed244fc25532e54a2e8a040e07f6ddd9d Mon Sep 17 00:00:00 2001 From: duyiwei Date: Wed, 11 May 2022 06:27:58 +0000 Subject: [PATCH] update rpm-ostree.spec and yaml. --- rpm-ostree.spec | 7 +++++-- rpm-ostree.yaml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/rpm-ostree.spec b/rpm-ostree.spec index 0ebc539..a6036c6 100644 --- a/rpm-ostree.spec +++ b/rpm-ostree.spec @@ -4,10 +4,10 @@ Name: rpm-ostree Version: 2022.7 -Release: 1 +Release: 2 Summary: Hybrid image/package system License: LGPLv2+ -URL: https://github.com/projectatomic/rpm-ostree +URL: https://github.com/coreos/rpm-ostree Source0: https://github.com/coreos/rpm-ostree/releases/download/v2022.7/%{name}-%{version}.tar.xz %if %{with rust} @@ -113,6 +113,9 @@ install -pm 0644 src/daemon/org.projectatomic.rpmostree1.conf %{buildroot}/etc/d %{_mandir}/man*/* %changelog +* Wed May 11 2022 duyiwei - 2022.7-2 +- update URL (projectatomic->coreos) + * Thu Apr 14 2022 yaoxin - 2022.7-1 - Update rpm-ostree to 2022.7 diff --git a/rpm-ostree.yaml b/rpm-ostree.yaml index c08b510..be8e763 100644 --- a/rpm-ostree.yaml +++ b/rpm-ostree.yaml @@ -1,4 +1,4 @@ version_control: github -src_repo: projectatomic/rpm-ostree +src_repo: coreos/rpm-ostree tag_prefix: ^v separator: . \ No newline at end of file