public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Andrey Ponomarenko <andrewponomarenko@yandex.ru>
To: git-commits@fedoraproject.org
Subject: [rpms/hwinfo] epel10.3: Merge branch 'master' into epel8
Date: Fri, 04 Sep 2026 15:54:31 GMT	[thread overview]
Message-ID: <178853727161.1.15550429861373270282.rpms-hwinfo-b0338ddfe281@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/hwinfo
Branch : epel10.3
Commit : b0338ddfe2810025b789b0ec7a255d7e36508577
Author : Andrey Ponomarenko <andrewponomarenko@yandex.ru>
Date   : 2019-10-11T21:43:30+03:00
Stats  : +99/-3 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/hwinfo/c/b0338ddfe2810025b789b0ec7a255d7e36508577?branch=epel10.3

Log:
Merge branch 'master' into epel8

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a83a7b6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/hwinfo-21.47.tar.gz

diff --git a/README.md b/README.md
deleted file mode 100644
index 30146bd..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# hwinfo
-
-The hwinfo package
\ No newline at end of file

diff --git a/hwinfo.spec b/hwinfo.spec
new file mode 100644
index 0000000..236e1b0
--- /dev/null
+++ b/hwinfo.spec
@@ -0,0 +1,95 @@
+# el6 compatibility
+%{!?__global_ldflags: %global __global_ldflags -Wl,-z,relro}
+
+%global make_flags \\\
+        LDFLAGS="%{__global_ldflags} -Lsrc" \\\
+        LIBDIR=%{_libdir} \\\
+        HWINFO_VERSION=%{version}
+
+Name:           hwinfo
+Version:        21.47
+Release:        8%{?dist}
+Summary:        Hardware information tool
+
+License:        GPL+
+URL:            https://github.com/openSUSE/hwinfo
+Source0:        https://github.com/openSUSE/hwinfo/archive/%{version}/%{name}-%{version}.tar.gz
+
+BuildRequires:  libx86emu-devel
+BuildRequires:  gcc
+BuildRequires:  flex
+BuildRequires:  perl-interpreter
+
+%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 devel
+Summary:        Development files for hwinfo
+Requires:       %{name}%{?_isa} = %{version}-%{release}
+
+
+%description devel
+Header files and libraries for developing with libhd library from hwinfo, a
+hardware information tool.
+
+
+%prep
+%setup -q
+
+
+%build
+# Parallel make disabled due to missing libhd.a dependency
+make %{make_flags}
+
+
+%install
+%make_install %{make_flags}
+
+
+%ldconfig_scriptlets
+
+
+%files
+%{_libdir}/libhd.so.*
+%{_sbindir}/check_hd
+%{_sbindir}/convert_hd
+%{_sbindir}/getsysinfo
+%{_sbindir}/hwinfo
+%{_sbindir}/mk_isdnhwdb
+%{_datadir}/hwinfo
+%doc *.md MAINTAINER
+%license COPYING
+
+
+%files devel
+%{_includedir}/hd.h
+%{_libdir}/pkgconfig/hwinfo.pc
+%{_libdir}/libhd.so
+
+
+%changelog
+* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 21.47-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 21.47-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* Thu Dec 20 2018 Andrey Ponomarenko <andrewponomarenko@yandex.ru> - 21.47-6
+- Fix missed __global_ldflags on el6
+
+* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 21.47-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 21.47-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Thu Nov 16 2017 Björn Esser <besser82@fedoraproject.org> - 21.47-3
+- Properly apply build flags
+
+* Fri Aug 25 2017 Lubomir Rintel <lkundrak@v3.sk> - 21.47-2
+- Better align with packaging guidelines
+
+* Tue Aug 01 2017 Lubomir Rintel <lkundrak@v3.sk> - 21.47-1
+- Initial packaging

diff --git a/sources b/sources
new file mode 100644
index 0000000..cebe889
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (hwinfo-21.47.tar.gz) = 99ce79696d30cd2e276a57b198d07d00aeee6b98543acb22e6092f3ae198f5d5eb1676684345aabe2df8bee10157ab3e2181706f66e785d2f4df2c6be85215c5

diff --git a/package.cfg b/package.cfg
new file mode 100644
index 0000000..66ea79d
--- /dev/null
+++ b/package.cfg
@@ -0,0 +1,2 @@
+[koji]
+targets = epel8 epel8-playground
\ No newline at end of file

                 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=178853727161.1.15550429861373270282.rpms-hwinfo-b0338ddfe281@fedoraproject.org \
    --to=andrewponomarenko@yandex.ru \
    --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