public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: jackyzy823 <jackyzy823@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/mkbootdisk] rawhide: Move binary to /usr/bin
Date: Tue, 09 Jun 2026 13:20:02 GMT [thread overview]
Message-ID: <178101120214.1.3671282522885878282.rpms-mkbootdisk-e236496a0d71@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-09 13:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178101120214.1.3671282522885878282.rpms-mkbootdisk-e236496a0d71@fedoraproject.org \
--to=jackyzy823@gmail.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox