Skip to content

Commit

Permalink
[packaging,rpm] fix excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
akallabeth committed Apr 10, 2024
1 parent 1f3a49c commit f6a18d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packaging/rpm/freerdp-nightly.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
%global __provides_exclude_from ^%{INSTALL_PREFIX}.*$

# do not require our own libs
%global __requires_exclude ^(libfreerdp.*|libwinpr|librdtk|libuwac).*$
%global __requires_exclude ^(libfreerdp.*|libwinpr.*|librdtk.*|libuwac.*).*$

Name: freerdp-nightly
Version: 3.0
Expand Down Expand Up @@ -229,6 +229,8 @@ export NO_BRP_CHECK_RPATH true
%postun -p /sbin/ldconfig

%changelog
* Wed Apr 10 2024 FreeRDP Team <team@freerdp.com> - 3.0.0-5
- Fix exclusion of libuwac and librdtk
* Fri Feb 09 2024 FreeRDP Team <team@freerdp.com> - 3.0.0-4
- Deactivate ASAN due to issues with clang
* Fri Feb 09 2024 FreeRDP Team <team@freerdp.com> - 3.0.0-3
Expand Down

0 comments on commit f6a18d1

Please sign in to comment.