Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 2021113 Details for
Bug 2260650
Review Request: pyznap - ZFS snapshot tool written in python
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh109 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
Migrated Products
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
The .spec file difference from Copr build 6967306 to 7136245
spec-from-6967306-to-7136245.diff (text/plain), 2.25 KB, created by
Fedora Review Service
on 2024-03-11 12:51:25 UTC
(
hide
)
Description:
The .spec file difference from Copr build 6967306 to 7136245
Filename:
MIME Type:
Creator:
Fedora Review Service
Created:
2024-03-11 12:51:25 UTC
Size:
2.25 KB
patch
obsolete
>--- https://copr.fedorainfracloud.org/coprs/build/6967306 >+++ https://copr.fedorainfracloud.org/coprs/build/7136245 >@@ -10,15 +10,27 @@ > License: GPL-3.0-only > URL: %{forgeurl} > Source0: %{forgesource} >+Source1: pyznap-send.service >+Source2: pyznap-send-daily.timer >+Source3: pyznap-snap.service >+Source4: pyznap-snap-hourly.timer >+Source5: pyznap.logrotate >+ >+# https://github.com/yboetz/pyznap/pull/101 >+Patch0: pyznap-send-first-raw-snapshot.patch >+ > BuildArch: noarch >+ >+Requires: logrotate >+ >+Recommends: mbuffer >+Recommends: openssh-clients >+Recommends: pv > > BuildRequires: python3-devel > BuildRequires: python3dist(pytest) > BuildRequires: python3dist(paramiko) >- >-Recommends: mbuffer >-Recommends: openssh-clients >-Recommends: pv >+BuildRequires: systemd-rpm-macros > > %global _description %{expand: > pyznap is a ZFS snapshot management tool. It automatically takes and deletes >@@ -49,17 +61,36 @@ > %pyproject_install > %pyproject_save_files %{name} > >+install -dm 0700 %{buildroot}%{_localstatedir}/log/pyznap > install -Dpm 0644 pyznap/config/pyznap.conf %{buildroot}%{_sysconfdir}/pyznap/pyznap.conf >+install -dm 0755 %{buildroot}%{_unitdir} >+install -pm 0644 %{SOURCE1} %{buildroot}%{_unitdir} >+install -pm 0644 %{SOURCE2} %{buildroot}%{_unitdir} >+install -pm 0644 %{SOURCE3} %{buildroot}%{_unitdir} >+install -pm 0644 %{SOURCE4} %{buildroot}%{_unitdir} >+install -Dpm 0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/logrotate.d/pyznap > > %check > # only run tests that do not create zpools > %pytest tests/test_functions.py -k 'test_read_config or test_parse_name' > >+%post >+%systemd_post pyznap-snap.service pyznap-snap-hourly.timer pyznap-send.service pyznap-send-daily.timer >+ >+%preun >+%systemd_preun pyznap-snap.service pyznap-snap-hourly.timer pyznap-send.service pyznap-send-daily.timer >+ >+%postun >+%systemd_postun pyznap-snap.service pyznap-snap-hourly.timer pyznap-send.service pyznap-send-daily.timer >+ > %files -f %{pyproject_files} > %license LICENSE > %doc README.md > %{_bindir}/pyznap >+%{_unitdir}/pyznap* >+%config(noreplace) %{_sysconfdir}/logrotate.d/pyznap > %config(noreplace) %{_sysconfdir}/pyznap/pyznap.conf >+%dir %{_localstatedir}/log/pyznap > > %changelog > %autochangelog
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 2260650
: 2021113