Skip to content

Commit aaaba75

Browse files
committed
packaging: update installed header files
"libfq-int.h" is not required or useful for clients; "libfq-version.h" is.
1 parent 92a29e8 commit aaaba75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packaging/redhat/libfq.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@ rm -rf $RPM_BUILD_ROOT
3636
/usr/lib64/libfq.so
3737
/usr/lib64/libfq-%version.so
3838
/usr/include/libfq-expbuffer.h
39-
/usr/include/libfq-int.h
39+
/usr/include/libfq-version.h
4040
/usr/include/libfq.h
4141

4242
%changelog
43+
* Sat May 11 2024 Ian Barwick (barwick@gmail.com)
44+
- libfq 0.6.1
4345
* Mon May 6 2024 Ian Barwick (barwick@gmail.com)
4446
- libfq 0.6.0
4547
* Sat Apr 27 2024 Ian Barwick (barwick@gmail.com)

0 commit comments

Comments
 (0)