public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mkbootdisk] rawhide: Move binary to /usr/bin
@ 2026-06-09 13:20 jackyzy823
0 siblings, 0 replies; only message in thread
From: jackyzy823 @ 2026-06-09 13:20 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/mkbootdisk
Branch : rawhide
Commit : e236496a0d71a8d17e6559b41d65a2dd2483b82c
Author : jackyzy823 <jackyzy823@gmail.com>
Date : 2026-06-05T09:59:51+00:00
Stats : +6/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/mkbootdisk/c/e236496a0d71a8d17e6559b41d65a2dd2483b82c?branch=rawhide
Log:
Move binary to /usr/bin
---
diff --git a/mkbootdisk.spec b/mkbootdisk.spec
index 726b65b..41f6ade 100644
--- a/mkbootdisk.spec
+++ b/mkbootdisk.spec
@@ -1,7 +1,7 @@
Summary: Creates a boot floppy disk for booting a system
Name: mkbootdisk
Version: 1.5.5
-Release: 39%{?dist}
+Release: 40%{?dist}
# Automatically converted from old format: GPLv2+ - review is highly recommended.
License: GPL-2.0-or-later
Source: mkbootdisk-%{version}.tar.xz
@@ -35,13 +35,17 @@ the system.
%install
rm -rf $RPM_BUILD_ROOT
make BUILDROOT=$RPM_BUILD_ROOT mandir=%{_mandir} install
+mv %{buildroot}/sbin %{buildroot}%{_bindir}
%files
%doc COPYING
-%attr(755,root,root) /sbin/mkbootdisk
+%attr(755,root,root) %{_bindir}/mkbootdisk
%attr(644,root,root) %{_mandir}/man8/mkbootdisk.8*
%changelog
+* Fri Jun 05 2026 jackyzy823 <jackyzy823@gmail.com> - 1.5.5-40
+- Move binary to /usr/bin
+
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.5-39
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-09 13:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 13:20 [rpms/mkbootdisk] rawhide: Move binary to /usr/bin jackyzy823
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox