public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa13@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/hwinfo] epel10.2: Rebase to 21.68
Date: Fri, 04 Sep 2026 15:54:54 GMT [thread overview]
Message-ID: <178853729421.1.3303717795105399860.rpms-hwinfo-152c42625e9b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/hwinfo
Branch : epel10.2
Commit : 152c42625e9b4947992c3eb8074f87d641a1867b
Author : Neal Gompa <ngompa13@gmail.com>
Date : 2020-03-01T20:27:39-05:00
Stats : +25/-7 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/hwinfo/c/152c42625e9b4947992c3eb8074f87d641a1867b?branch=epel10.2
Log:
Rebase to 21.68
- Split libraries into their own subpackage
---
diff --git a/.gitignore b/.gitignore
index a83a7b6..3dd3dc0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/hwinfo-21.47.tar.gz
+/hwinfo-21.68.tar.gz
diff --git a/hwinfo.spec b/hwinfo.spec
index 1c37ea4..8c8f23a 100644
--- a/hwinfo.spec
+++ b/hwinfo.spec
@@ -7,8 +7,8 @@
HWINFO_VERSION=%{version}
Name: hwinfo
-Version: 21.47
-Release: 10%{?dist}
+Version: 21.68
+Release: 1%{?dist}
Summary: Hardware information tool
License: GPL+
@@ -19,15 +19,24 @@ BuildRequires: libx86emu-devel
BuildRequires: gcc
BuildRequires: flex
BuildRequires: perl-interpreter
+Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%description
hwinfo is to probe for the hardware present in the system. It can be used to
generate a system overview log which can be later used for support.
+%package libs
+Summary: Libraries for hwinfo
+
+
+%description libs
+Libraries for using hwinfo, a hardware information tool, in other applications.
+
+
%package devel
Summary: Development files for hwinfo
-Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%description devel
@@ -36,7 +45,7 @@ hardware information tool.
%prep
-%setup -q
+%autosetup
%build
@@ -48,11 +57,10 @@ make %{make_flags}
%make_install %{make_flags}
-%ldconfig_scriptlets
+%ldconfig_scriptlets libs
%files
-%{_libdir}/libhd.so.*
%{_sbindir}/check_hd
%{_sbindir}/convert_hd
%{_sbindir}/getsysinfo
@@ -63,6 +71,11 @@ make %{make_flags}
%license COPYING
+%files libs
+%license COPYING
+%{_libdir}/libhd.so.*
+
+
%files devel
%{_includedir}/hd.h
%{_libdir}/pkgconfig/hwinfo.pc
@@ -70,6 +83,10 @@ make %{make_flags}
%changelog
+* Sun Mar 01 2020 Neal Gompa <ngompa13@gmail.com> - 21.68-1
+- Rebase to 21.68
+- Split libraries into their own subpackage
+
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 21.47-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
diff --git a/sources b/sources
index cebe889..8777fba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (hwinfo-21.47.tar.gz) = 99ce79696d30cd2e276a57b198d07d00aeee6b98543acb22e6092f3ae198f5d5eb1676684345aabe2df8bee10157ab3e2181706f66e785d2f4df2c6be85215c5
+SHA512 (hwinfo-21.68.tar.gz) = 2965fc0c796edbe291711bd086210ee2b15528e9d3af7eec497da9a29f1149c970895a2290739506a813b5bfcc31db4c6ce2b3afa1e402b22a1a920aade6fdad
reply other threads:[~2026-09-04 15:54 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=178853729421.1.3303717795105399860.rpms-hwinfo-152c42625e9b@fedoraproject.org \
--to=ngompa13@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