public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/conman] epel10: Update URLs to the new upstream hosting site
@ 2026-08-12 20:05 David Sommerseth
  0 siblings, 0 replies; only message in thread
From: David Sommerseth @ 2026-08-12 20:05 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/conman
            Branch : epel10
            Commit : 778109f71092227f35e4122005fd99bf5be75e37
            Author : David Sommerseth <davids@redhat.com>
            Date   : 2016-01-15T18:31:56+01:00
            Stats  : +12/-8 in 3 file(s)
            URL    : https://src.fedoraproject.org/rpms/conman/c/778109f71092227f35e4122005fd99bf5be75e37?branch=epel10

            Log:
            Update URLs to the new upstream hosting site

Also added a few whitespace alignments

---
diff --git a/.gitignore b/.gitignore
index 17570a5..c62909a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 conman-0.2.5.tar.bz2
 /conman-0.2.7.tar.bz2
+/conman-0.2.7.tar.gz

diff --git a/conman.spec b/conman.spec
index 61f82b0..3b84710 100644
--- a/conman.spec
+++ b/conman.spec
@@ -1,20 +1,20 @@
 Name:               conman
 Version:            0.2.7
-Release:            8%{?dist}
+Release:            9%{?dist}
 Summary:            ConMan - The Console Manager
 
 Group:              Applications/System
 License:            GPLv2+
-URL:                http://home.gna.org/conman/
-Source0:            http://download.gna.org/%{name}/%{version}/%{name}-%{version}.tar.bz2
+URL:                https://github.com/dun/conman
+Source0:            https://github.com/dun/%{name}/archive/%{name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:            %{name}.service
 Source2:            %{name}.logrotate
 BuildRoot:          %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:           logrotate
-Requires(post): systemd-units
-Requires(preun): systemd-units
-Requires(postun): systemd-units
+Requires(post):     systemd-units
+Requires(preun):    systemd-units
+Requires(postun):   systemd-units
 BuildRequires:      tcp_wrappers
 BuildRequires:      systemd-units
 
@@ -32,7 +32,7 @@ Its features include:
   - executing Expect scripts across multiple consoles in parallel
 
 %prep
-%setup -q
+%setup -qn %{name}-%{name}-%{version}
 
 %build
 # not really lib material, more like share
@@ -115,6 +115,9 @@ fi
 %{_mandir}/*/*
 
 %changelog
+* Fri Jan 15 2016 David Sommerseth <davids@redhat.com> - 0.2.7-9
+- Minor cleanup, corrected URL and %Source0 to new upstream hosting
+
 * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.7-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 

diff --git a/sources b/sources
index b7b0bad..507525a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9b44c2ff71fd373dd089569aa7717e14  conman-0.2.7.tar.bz2
+00316e7340e4741d5d38dcb952fb1e83  conman-0.2.7.tar.gz

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

only message in thread, other threads:[~2026-08-12 20:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-12 20:05 [rpms/conman] epel10: Update URLs to the new upstream hosting site David Sommerseth

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