Accepting request 87696 from GNOME:Factory
Be less strict in requires (forwarded request 87681 from vuntz) OBS-URL: https://build.opensuse.org/request/show/87696 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/epiphany-branding-openSUSE?expand=0&rev=20
This commit is contained in:
commit
9d05156d98
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 13 12:50:53 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Remove %{release} from the epiphany versioned Requires, to not
|
||||||
|
have to rebuild this package each time epiphany rebuilds to keep
|
||||||
|
it installable.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ BuildRequires: lsb
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: suse-release
|
BuildRequires: suse-release
|
||||||
%define distro_version %(lsb_release -r -s)
|
%define distro_version %(lsb_release -r -s)
|
||||||
%define epiphany_version %(rpm -q --qf '%%{version}-%%{release}' epiphany)
|
%define epiphany_version %(rpm -q --qf '%%{version}' epiphany)
|
||||||
Requires: epiphany = %{epiphany_version}
|
Requires: epiphany = %{epiphany_version}
|
||||||
Provides: epiphany-branding = %{epiphany_version}
|
Provides: epiphany-branding = %{epiphany_version}
|
||||||
Conflicts: otherproviders(epiphany-branding)
|
Conflicts: otherproviders(epiphany-branding)
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 13 12:50:53 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Remove %{release} from the epiphany versioned Requires, to not
|
||||||
|
have to rebuild this package each time epiphany rebuilds to keep
|
||||||
|
it installable.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@ BuildRequires: lsb
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: suse-release
|
BuildRequires: suse-release
|
||||||
%define distro_version %(lsb_release -r -s)
|
%define distro_version %(lsb_release -r -s)
|
||||||
%define epiphany_version %(rpm -q --qf '%%{version}-%%{release}' epiphany)
|
%define epiphany_version %(rpm -q --qf '%%{version}' epiphany)
|
||||||
Requires: epiphany = %{epiphany_version}
|
Requires: epiphany = %{epiphany_version}
|
||||||
Provides: epiphany-branding = %{epiphany_version}
|
Provides: epiphany-branding = %{epiphany_version}
|
||||||
Conflicts: otherproviders(epiphany-branding)
|
Conflicts: otherproviders(epiphany-branding)
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 13 12:50:53 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Remove %{release} from the epiphany versioned Requires, to not
|
||||||
|
have to rebuild this package each time epiphany rebuilds to keep
|
||||||
|
it installable.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- Remove redundant/obsolete tags/sections from specfile
|
||||||
|
(cf. packaging guidelines)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 6 16:27:30 CEST 2011 - vuntz@opensuse.org
|
Wed Jul 6 16:27:30 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ BuildRequires: lsb
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: suse-release
|
BuildRequires: suse-release
|
||||||
%define distro_version %(lsb_release -r -s)
|
%define distro_version %(lsb_release -r -s)
|
||||||
%define epiphany_version %(rpm -q --qf '%%{version}-%%{release}' epiphany)
|
%define epiphany_version %(rpm -q --qf '%%{version}' epiphany)
|
||||||
Requires: epiphany = %{epiphany_version}
|
Requires: epiphany = %{epiphany_version}
|
||||||
Provides: epiphany-branding = %{epiphany_version}
|
Provides: epiphany-branding = %{epiphany_version}
|
||||||
Conflicts: otherproviders(epiphany-branding)
|
Conflicts: otherproviders(epiphany-branding)
|
||||||
@ -78,9 +78,6 @@ install -D -m0644 default-bookmarks.rdf %{buildroot}%{_datadir}/epiphany/default
|
|||||||
# user agent
|
# user agent
|
||||||
install -D -m0644 branding.conf %{buildroot}%{_datadir}/epiphany/branding.conf
|
install -D -m0644 branding.conf %{buildroot}%{_datadir}/epiphany/branding.conf
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
Loading…
Reference in New Issue
Block a user