SPDX migration and require filesystem instead of systemd

This commit is contained in:
Zdenek Dohnal 2023-07-26 15:02:03 +02:00
parent 6fc86ad665
commit d2158ad94b

View File

@ -3,10 +3,10 @@
Name: lprint Name: lprint
Version: 1.2.0 Version: 1.2.0
Release: 3%{?dist} Release: 4%{?dist}
Summary: A Label Printer Application Summary: A Label Printer Application
License: ASL 2.0 License: Apache-2.0
URL: https://www.msweet.org/lprint URL: https://www.msweet.org/lprint
Source0: https://github.com/michaelrsweet/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/michaelrsweet/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
@ -35,8 +35,9 @@ BuildRequires: pkgconf-pkg-config
# for macros in rpm scriptlets # for macros in rpm scriptlets
BuildRequires: systemd-rpm-macros BuildRequires: systemd-rpm-macros
# lprint server now can run as a systemd service # lprint server can run as a systemd servicea, but to don't require systemd by default,
Requires: systemd # require filesystem (provides /usr/lib/systemd/system too)
Requires: filesystem
%description %description
LPrint is a label printer application for macOS and Linux. Basically, LPrint is a label printer application for macOS and Linux. Basically,
@ -97,6 +98,9 @@ export CC=%{__cc}
%changelog %changelog
* Wed Jul 26 2023 Zdenek Dohnal <zdohnal@redhat.com> - 1.2.0-4
- SPDX migration and require filesystem instead of systemd
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3 * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild