- all Requires must use Epoch too
This commit is contained in:
parent
ad47f5943c
commit
82f548c8b2
17
gpsd.spec
17
gpsd.spec
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: gpsd
|
Name: gpsd
|
||||||
Version: 3.19
|
Version: 3.19
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Service daemon for mediating access to a GPS
|
Summary: Service daemon for mediating access to a GPS
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ BuildRequires: qt-devel
|
|||||||
BuildRequires: libusb1-devel
|
BuildRequires: libusb1-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
Requires: udev
|
Requires: udev
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
|
||||||
@ -58,7 +58,7 @@ to a GPS for applications.
|
|||||||
|
|
||||||
%package -n python3-%{name}
|
%package -n python3-%{name}
|
||||||
Summary: Python libraries and modules for use with gpsd
|
Summary: Python libraries and modules for use with gpsd
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
%{?python_provide:%python_provide python3-%{name}}
|
%{?python_provide:%python_provide python3-%{name}}
|
||||||
|
|
||||||
%description -n python3-%{name}
|
%description -n python3-%{name}
|
||||||
@ -67,7 +67,7 @@ applications, and commonly useful python applications for use with gpsd.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for the gpsd library
|
Summary: Development files for the gpsd library
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package provides C header files for the gpsd shared libraries that
|
This package provides C header files for the gpsd shared libraries that
|
||||||
@ -84,8 +84,8 @@ gpsd.
|
|||||||
|
|
||||||
%package qt-devel
|
%package qt-devel
|
||||||
Summary: Development files for the C++/Qt5 bindings for the gpsd library
|
Summary: Development files for the C++/Qt5 bindings for the gpsd library
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
Requires: %{name}-qt%{?_isa} = %{version}-%{release}
|
Requires: %{name}-qt%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
%description qt-devel
|
%description qt-devel
|
||||||
This package provides the development files for the C++ and Qt bindings for use
|
This package provides the development files for the C++ and Qt bindings for use
|
||||||
@ -96,7 +96,7 @@ with the libgps library from gpsd.
|
|||||||
Summary: Clients for gpsd
|
Summary: Clients for gpsd
|
||||||
Requires: python3-%{name} = %{version}-%{release}
|
Requires: python3-%{name} = %{version}-%{release}
|
||||||
Requires: python3-pyserial
|
Requires: python3-pyserial
|
||||||
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
%description clients
|
%description clients
|
||||||
xgps is a simple test client for gpsd with an X interface. It displays
|
xgps is a simple test client for gpsd with an X interface. It displays
|
||||||
@ -311,6 +311,9 @@ desktop-file-install \
|
|||||||
%{python3_sitearch}/gps/__pycache__/fake*
|
%{python3_sitearch}/gps/__pycache__/fake*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 31 2020 Dan Horák <dan[at]danny.cz> - 1:3.19-2
|
||||||
|
- all Requires must use Epoch too
|
||||||
|
|
||||||
* Tue Jan 28 2020 Miroslav Lichvar <mlichvar@redhat.com> - 1:3.19-1
|
* Tue Jan 28 2020 Miroslav Lichvar <mlichvar@redhat.com> - 1:3.19-1
|
||||||
- revert to 3.19 (#1787784)
|
- revert to 3.19 (#1787784)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user