diff --git a/2.3.0-1.tar.gz b/2.3.0-1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..1ba077028923e1663d4e1535e20bd677052b75e7 Binary files /dev/null and b/2.3.0-1.tar.gz differ diff --git a/blivet-gui-2.3.0.tar.gz b/blivet-gui-2.3.0.tar.gz deleted file mode 100644 index ff7e9af3db8d59ef439b36bebe02deb4e77958ef..0000000000000000000000000000000000000000 Binary files a/blivet-gui-2.3.0.tar.gz and /dev/null differ diff --git a/blivet-gui.spec b/blivet-gui.spec index 9bdb9fe0af7873aaa07bc35ad5ad3be0adafd1cf..b11ec8ab31c1cd584e0043de508b0fafe636defa 100644 --- a/blivet-gui.spec +++ b/blivet-gui.spec @@ -1,10 +1,10 @@ Name: blivet-gui -Version: 2.3.0 +Version: 2.3.0.1 Release: 1 Summary: Tool for data storage configuration License: GPLv2+ URL: https://github.com/storaged-project/blivet-gui -Source0: https://github.com/storaged-project/blivet-gui/releases/download/%{version}-1/%{name}-%{version}.tar.gz +Source0: https://github.com/storaged-project/blivet-gui/archive/refs/tags/2.3.0-1.tar.gz Patch0: backport-Do-not-allow-setting-chunk-size-for-RAID1.patch Patch1: backport-fix-device-format-error-when-removing-a-non-existing.patch @@ -25,7 +25,7 @@ Graphical (GTK) tool for manipulation and configuration of data storage %package_help %prep -%autosetup -p1 -n %{name}-%{version} +%autosetup -p1 -n %{name}-2.3.0-1 %build %make_build @@ -53,10 +53,13 @@ install -d %{buildroot}/%{_localstatedir}/log/blivet-gui %files help %defattr(-,root,root) -%doc ChangeLog README.md +%doc README.md %{_mandir}/man1/blivet-gui.1* %changelog +* Sat Sep 10 2022 tianlijing 2.3.0.1-1 +- update to 2.3.0.1 + * Wed Dec 22 2021 xihaochen - 2.3.0-1 - Type:requirements - ID:NA