Fix a typo in -27 which made it uninstallable (missing %)
This commit is contained in:
parent
4d163823ad
commit
f439d4fcf1
@ -1,6 +1,6 @@
|
||||
Name: startup-notification
|
||||
Version: 0.12
|
||||
Release: 27%{?dist}
|
||||
Release: 28%{?dist}
|
||||
Summary: Library for tracking application startup
|
||||
|
||||
License: LGPL-2.0-or-later AND MIT
|
||||
@ -21,7 +21,7 @@ feedback such as a busy cursor, among other features.
|
||||
|
||||
%package devel
|
||||
Summary: Development portions of startup-notification
|
||||
Requires: %{name}{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: libX11-devel
|
||||
|
||||
%description devel
|
||||
@ -54,6 +54,9 @@ cp -p test/*.c test/*.h examples
|
||||
%{_includedir}/startup-notification-1.0/
|
||||
|
||||
%changelog
|
||||
* Fri Dec 22 2023 Adam Williamson <awilliam@redhat.com> - 0.12-28
|
||||
- Fix a typo in -27 which made it uninstallable (missing %)
|
||||
|
||||
* Fri Dec 22 2023 David King <amigadave@amigadave.com> - 0.12-27
|
||||
- Use SPDX for license field
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user