BuildRequires: make Name: cockpit-file-sharing Version: 2.3.1 Release: 1%{?dist} Summary: A cockpit module to make file sharing with Samba and NFS easier. License: GPL-3.0+ URL: https://github.com/45Drives/cockpit-file-sharing Source0: %{name}-%{version}.tar.gz BuildArch: noarch Requires: cockpit python3 samba nfs-utils BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description Cockpit File Sharing A cockpit module to make file sharing with Samba and NFS easier. %prep %setup -q %build %install make DESTDIR=%{buildroot} install %files /usr/share/cockpit/file-sharing/* %changelog * Mon Aug 23 2021 Sam Silver 2.3.1-1 - Fixed a bug where the 'set samba password' loader would not clear. * Mon Aug 23 2021 Sam Silver 2.3.1-1 - Fixed a bug where the 'set samba password' loader would not clear. * Wed Aug 18 2021 Sam Silver 2.3.0-1 - Changed how users are filtered * Wed Aug 18 2021 Sam Silver 2.3.0-1 - Changed how users are filtered * Tue Aug 17 2021 Sam Silver 2.2.1-1 - Added 'populate macos share' to single share settings as well as global settings * Tue Aug 17 2021 Sam Silver 2.2.1-1 - Added 'populate macos share' to single share settings as well as global settings * Tue Aug 17 2021 Sam Silver 2.2.0-1 - Added a 'populate macOS shares' setting in the Samba global config. * Tue Aug 17 2021 Sam Silver 2.2.0-1 - Added a 'populate macOS shares' setting in the Samba global config. * Wed Aug 11 2021 Sam Silver 2.1.0-1 - Added more error catching and better descriptions * Wed Aug 11 2021 Sam Silver 2.1.0-1 - Added more error catching and better descriptions * Wed Aug 11 2021 Sam Silver 2.0.2-1 - Fixed small bugs * Wed Aug 11 2021 Sam Silver 2.0.2-1 - Fixed small bugs * Wed Aug 11 2021 Sam Silver 2.0.1-1 - Fixed small bugs and typos. * Wed Aug 11 2021 Sam Silver 2.0.1-1 - Fixed small bugs and typos. * Wed Aug 11 2021 Sam Silver 2.0.0-1 - A code refactor and UI redesign of NFS Manager. * Wed Aug 11 2021 Sam Silver 2.0.0-1 - A code refactor and UI redesign of NFS Manager. * Mon Jul 05 2021 Sam Silver 1.0.0-1 - Initial packaging