Rebase to a new version to fix SAST failure
Resolves: #RHEL-34702
This commit is contained in:
parent
49c0ca0546
commit
da9fc2fcd4
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/passim-0.1.3.tar.xz
|
||||
/passim-0.1.4.tar.xz
|
||||
/passim-0.1.5.tar.xz
|
||||
/passim-0.1.8.tar.xz
|
||||
|
||||
@ -3,13 +3,14 @@
|
||||
|
||||
Summary: Local caching server
|
||||
Name: passim
|
||||
Version: 0.1.5
|
||||
Version: 0.1.8
|
||||
Release: %autorelease
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://github.com/hughsie/%{name}
|
||||
Source0: https://github.com/hughsie/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext
|
||||
BuildRequires: git-core
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: gnutls-devel
|
||||
@ -57,6 +58,7 @@ Files for development with %{name}.
|
||||
%install
|
||||
%meson_install
|
||||
rm %{buildroot}/var/lib/passim/data/*
|
||||
%find_lang %{name}
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
@ -71,7 +73,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml
|
||||
%postun
|
||||
%systemd_postun_with_restart passim.service
|
||||
|
||||
%files
|
||||
%files -f %{name}.lang
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_bindir}/passim
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (passim-0.1.5.tar.xz) = 005e031911270a0c5851f7d5fa2ec9f3f0cc832a6ce3c4e13203303aa8677875ff347d0a52b989e1d348b6706ae6d94a253ecb22482be791d64ef9a08453a503
|
||||
SHA512 (passim-0.1.8.tar.xz) = 8fba624239fb208d6bbe1a941a7b50b5cb38214589ca28fa63b52456218b61a53538f70d5b3ab3d69287a6ba34c2b09c31ee83dfb70f20a6b5927df99e00dbcd
|
||||
|
||||
Loading…
Reference in New Issue
Block a user