Compare commits

..

7 Commits

Author SHA1 Message Date
Lukas Brabec b761ca2b37 add _sysusersdir for epel9 2025-05-05 10:25:05 +02:00
Lukas Brabec c4ddc357a7 require acl package 2025-05-05 09:07:53 +02:00
Lukas Brabec b6e5985a05 utilize sysusers to create testcloud group 2025-04-23 10:04:26 +02:00
František Zatloukal 5bb1b3b1d9 Release 0.11.7 2025-04-10 15:35:27 +02:00
František Zatloukal 69ef57ecf7 Release 0.11.6 2025-02-24 16:06:44 +01:00
František Zatloukal 64a669aa59 Release 0.11.5 2025-02-19 17:31:54 +01:00
Fedora Release Engineering b69dc766d9 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 12:38:33 +00:00
4 changed files with 17 additions and 2 deletions
+3
View File
@@ -45,3 +45,6 @@
/testcloud-0.11.2.tar.gz
/testcloud-0.11.3.tar.gz
/testcloud-0.11.4.tar.gz
/testcloud-0.11.5.tar.gz
/testcloud-0.11.6.tar.gz
/testcloud-0.11.7.tar.gz
+1 -1
View File
@@ -1 +1 @@
SHA512 (testcloud-0.11.4.tar.gz) = aa3ec9615442b1002c7dca0f1ad1b4525398e7cfad96e87556b40acccd5a0e0dd6a30be082bcdef579abba62e63fb2f93c99b0a9e43c0e58f99a31d6b26e4853
SHA512 (testcloud-0.11.7.tar.gz) = 5d60dd7f0290865586242a4b1aebfd2d7977140a3e673ff42a0f7e455f443ceb1e2faf2aad30791c09278dc4fd82da1744e25b670aae55ccfdc177877bb1ca1a
+12 -1
View File
@@ -1,12 +1,17 @@
%if 0%{?rhel} <= 9
%global _sysusersdir /usr/lib/sysusers.d
%endif
Name: testcloud
# Update also version in testcloud/__init__.py and docs/source/conf.py when changing this!
Version: 0.11.4
Version: 0.11.7
Release: %autorelease
Summary: Tool for running cloud images locally
License: GPL-2.0-or-later
URL: https://pagure.io/testcloud
Source0: https://releases.pagure.org/testcloud/%{name}-%{version}.tar.gz
Source1: testcloud.sysusers
ExclusiveArch: %{kernel_arches} noarch
BuildArch: noarch
@@ -34,6 +39,7 @@ BuildRequires: python3-devel
BuildRequires: python3-pytest
BuildRequires: python3-setuptools
Requires: acl
Requires: genisoimage
Requires: libvirt-daemon
Requires: libvirt-daemon-config-network
@@ -81,6 +87,9 @@ install -d %{buildroot}/%{_sharedstatedir}/testcloud/instances
mkdir -p %{buildroot}%{_sysconfdir}/polkit-1/rules.d
install conf/99-testcloud-nonroot-libvirt-access.rules %{buildroot}%{_sysconfdir}/polkit-1/rules.d/99-testcloud-nonroot-libvirt-access.rules
# sysusers conf file for creation of testcloud group
install -p -m644 -D %{SOURCE1} %{buildroot}%{_sysusersdir}/%{name}.conf
%check
%pytest
# Remove compiled .py files from /etc after os_install_post
@@ -104,6 +113,8 @@ rm -rf %{buildroot}%{_sysconfdir}/testcloud/__pycache__
%{_bindir}/t7d
%{_datadir}/bash-completion/completions/testcloud
%{_sysusersdir}/%{name}.conf
%files -n python3-%{name}
%{python3_sitelib}/testcloud
%{python3_sitelib}/*.egg-info
+1
View File
@@ -0,0 +1 @@
g testcloud -