Dominique Leuenberger 2023-03-06 17:54:54 +00:00 committed by Git OBS Bridge
commit 712ecc12ac
5 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<services>
<service name="obs_scm" mode="localonly">
<param name="url">git://github.com/libhugetlbfs/libhugetlbfs.git</param>
<param name="url">https://github.com/libhugetlbfs/libhugetlbfs.git</param>
<param name="scm">git</param>
<param name="revision">HEAD</param>
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.g%h</param>

BIN
libhugetlbfs-2.23.0.g6b126a4.obscpio (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 1 03:18:42 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
- Drop tests from rpm (boo#1159558)
-------------------------------------------------------------------
Thu Sep 9 07:42:34 UTC 2021 - Martin Liška <mliska@suse.cz>

View File

@ -2,4 +2,3 @@ name: libhugetlbfs
version: 2.23.0.g6b126a4
mtime: 1599498497
commit: 6b126a4d7da9490fa40fe7e1b962edcb939feddc

View File

@ -75,6 +75,7 @@ chmod 644 %{buildroot}%{_libdir}/*.a
if [ -f %{buildroot}%{_libdir}/libhugetlbfs/tests/obj64/dummy.ldscript ]; then
chmod -f a-x %{buildroot}%{_libdir}/libhugetlbfs/tests/obj64/dummy.ldscript
fi
rm -r %{buildroot}%{_libdir}/libhugetlbfs/tests
%files
%defattr(-, root, root)