public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hwinfo] epel10: Rebase to 21.68
@ 2026-09-04 15:54 Neal Gompa
  0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-09-04 15:54 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/hwinfo
            Branch : epel10
            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

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-04 15:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-04 15:54 [rpms/hwinfo] epel10: Rebase to 21.68 Neal Gompa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox