#6 Update parted.spec to allow flatpak builds
Merged 2 years ago by bcl. Opened 2 years ago by jaydoubleu.
rpms/ jaydoubleu/parted rawhide  into  rawhide

file modified
+3 -3
@@ -141,13 +141,13 @@ 

  %license COPYING

  %{_sbindir}/parted

  %{_sbindir}/partprobe

- %{_mandir}/man8/parted.8.gz

- %{_mandir}/man8/partprobe.8.gz

+ %{_mandir}/man8/parted.8*

+ %{_mandir}/man8/partprobe.8*

  %{_libdir}/libparted.so.2

  %{_libdir}/libparted.so.2.0.3

  %{_libdir}/libparted-fs-resize.so.0

  %{_libdir}/libparted-fs-resize.so.0.0.3

- %{_infodir}/parted.info.*

+ %{_infodir}/parted.info*

  

  %files devel

  %doc TODO doc/API doc/FAT

Thanks, looks good to me. FYI parted currently doesn't build in rawhide due to problems with the new version of gcc.

Pull-Request has been merged by bcl

2 years ago
Metadata