use Epoch to ensure upgrade path because I didn't read FPG carefully
This commit is contained in:
parent
0e10746d90
commit
a73b0100b1
@ -1,4 +1,6 @@
|
|||||||
%global _cup_serverbin %{_prefix}/lib/cups
|
%global _cups_serverbin %{_prefix}/lib/cups
|
||||||
|
|
||||||
|
%global upstream_version 2.0b3
|
||||||
|
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
%bcond_without mdns
|
%bcond_without mdns
|
||||||
@ -8,15 +10,16 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cups-browsed
|
Name: cups-browsed
|
||||||
Version: 2.0b3
|
Epoch: 1
|
||||||
Release: 1%{?dist}
|
Version: 2.0~b3
|
||||||
|
Release: 2%{?dist}
|
||||||
Summary: Daemon for local auto-installation of remote printers
|
Summary: Daemon for local auto-installation of remote printers
|
||||||
# the CUPS exception text is the same as LLVM exception, so using that name with
|
# the CUPS exception text is the same as LLVM exception, so using that name with
|
||||||
# agreement from legal team
|
# agreement from legal team
|
||||||
# https://lists.fedoraproject.org/archives/list/legal@lists.fedoraproject.org/message/A7GFSD6M3GYGSI32L2FC5KB22DUAEQI3/
|
# https://lists.fedoraproject.org/archives/list/legal@lists.fedoraproject.org/message/A7GFSD6M3GYGSI32L2FC5KB22DUAEQI3/
|
||||||
License: Apache-2.0 WITH LLVM-exception
|
License: Apache-2.0 WITH LLVM-exception
|
||||||
URL: https://github.com/OpenPrinting/cups-browsed
|
URL: https://github.com/OpenPrinting/cups-browsed
|
||||||
Source0: %{URL}/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: %{URL}/releases/download/%{upstream_version}/%{name}-%{upstream_version}.tar.gz
|
||||||
|
|
||||||
|
|
||||||
# Patches
|
# Patches
|
||||||
@ -181,5 +184,8 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 01 2023 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.0~b3-2
|
||||||
|
- use Epoch to ensure upgrade path because I didn't read FPG carefully
|
||||||
|
|
||||||
* Thu Feb 02 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2.0b3-1
|
* Thu Feb 02 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2.0b3-1
|
||||||
- Initial import (fedora#2170547)
|
- Initial import (fedora#2170547)
|
||||||
|
Loading…
Reference in New Issue
Block a user